the_lrmd 58 attrd/attrd_common.h extern lrmd_t *the_lrmd; the_lrmd 48 attrd/attrd_common_alerts.c if (the_lrmd == NULL) { the_lrmd 49 attrd/attrd_common_alerts.c the_lrmd = lrmd_api_new(); the_lrmd 50 attrd/attrd_common_alerts.c the_lrmd->cmds->set_callback(the_lrmd, attrd_lrmd_callback); the_lrmd 53 attrd/attrd_common_alerts.c if (!the_lrmd->cmds->is_connected(the_lrmd)) { the_lrmd 58 attrd/attrd_common_alerts.c ret = the_lrmd->cmds->connect(the_lrmd, T_ATTRD, NULL); the_lrmd 76 attrd/attrd_common_alerts.c return the_lrmd; the_lrmd 81 attrd/attrd_common_alerts.c if (the_lrmd) { the_lrmd 82 attrd/attrd_common_alerts.c lrmd_t *conn = the_lrmd; the_lrmd 84 attrd/attrd_common_alerts.c the_lrmd = NULL; /* in case we're called recursively */ the_lrmd 54 attrd/legacy.c lrmd_t *the_lrmd = NULL; the_lrmd 46 attrd/main.c lrmd_t *the_lrmd = NULL;