the_lrmd           40 daemons/attrd/attrd_alerts.c     if (the_lrmd == NULL) {
the_lrmd           41 daemons/attrd/attrd_alerts.c         the_lrmd = lrmd_api_new();
the_lrmd           42 daemons/attrd/attrd_alerts.c         the_lrmd->cmds->set_callback(the_lrmd, attrd_lrmd_callback);
the_lrmd           45 daemons/attrd/attrd_alerts.c     if (!the_lrmd->cmds->is_connected(the_lrmd)) {
the_lrmd           50 daemons/attrd/attrd_alerts.c             ret = the_lrmd->cmds->connect(the_lrmd, T_ATTRD, NULL);
the_lrmd           68 daemons/attrd/attrd_alerts.c     return the_lrmd;
the_lrmd           73 daemons/attrd/attrd_alerts.c     if (the_lrmd) {
the_lrmd           74 daemons/attrd/attrd_alerts.c         lrmd_t *conn = the_lrmd;
the_lrmd           76 daemons/attrd/attrd_alerts.c         the_lrmd = NULL; /* in case we're called recursively */
the_lrmd           35 daemons/attrd/pacemaker-attrd.c lrmd_t *the_lrmd = NULL;
the_lrmd           64 daemons/attrd/pacemaker-attrd.h extern lrmd_t *the_lrmd;