the_lrmd 41 daemons/attrd/attrd_alerts.c if (the_lrmd == NULL) { the_lrmd 42 daemons/attrd/attrd_alerts.c the_lrmd = lrmd_api_new(); the_lrmd 43 daemons/attrd/attrd_alerts.c the_lrmd->cmds->set_callback(the_lrmd, attrd_lrmd_callback); the_lrmd 46 daemons/attrd/attrd_alerts.c if (!the_lrmd->cmds->is_connected(the_lrmd)) { the_lrmd 51 daemons/attrd/attrd_alerts.c ret = the_lrmd->cmds->connect(the_lrmd, T_ATTRD, NULL); the_lrmd 69 daemons/attrd/attrd_alerts.c return the_lrmd; the_lrmd 74 daemons/attrd/attrd_alerts.c if (the_lrmd) { the_lrmd 75 daemons/attrd/attrd_alerts.c lrmd_t *conn = the_lrmd; the_lrmd 77 daemons/attrd/attrd_alerts.c the_lrmd = NULL; /* in case we're called recursively */ the_lrmd 61 daemons/attrd/pacemaker-attrd.c lrmd_t *the_lrmd = NULL; the_lrmd 100 daemons/attrd/pacemaker-attrd.h extern lrmd_t *the_lrmd;