st_library        441 include/crm/stonith-ng.h     static void *st_library = NULL;
st_library        444 include/crm/stonith-ng.h     if (st_library == NULL) {
st_library        445 include/crm/stonith-ng.h         st_library = dlopen(STONITH_LIBRARY, RTLD_LAZY);
st_library        447 include/crm/stonith-ng.h     if (st_library && st_kick_fn == NULL) {
st_library        448 include/crm/stonith-ng.h         st_kick_fn = dlsym(st_library, "stonith_api_kick");
st_library        464 include/crm/stonith-ng.h     static void *st_library = NULL;
st_library        467 include/crm/stonith-ng.h     if (st_library == NULL) {
st_library        468 include/crm/stonith-ng.h         st_library = dlopen(STONITH_LIBRARY, RTLD_LAZY);
st_library        470 include/crm/stonith-ng.h     if (st_library && st_time_fn == NULL) {
st_library        471 include/crm/stonith-ng.h         st_time_fn = dlsym(st_library, "stonith_api_time");