Searched refs:mon_entry (Results 1 – 3 of 3) sorted by relevance
79 struct mon_entry { struct81 struct mon_entry *prev; /* Prev ptr to prev entry in hash */ argument82 struct mon_entry *nxt; /* Next ptr to next entry in hash */ argument84 typedef struct mon_entry mon_entry; typedef104 struct mon_entry *mon_hdptr; /* Head ptr for mon_table */
88 mon_entry **monitor_q);191 struct mon_entry *monitor_q; in sm_simu_crash_svc()403 mon_entry *new, *found; in insert_mon()405 mon_entry *monitor_q; in insert_mon()411 if ((new = (mon_entry *) malloc(sizeof (mon_entry))) == 0) { in insert_mon()419 (void) memset(new, 0, sizeof (mon_entry)); in insert_mon()543 new->prev = (mon_entry *) NULL; in insert_mon()544 if (new->nxt != (mon_entry *) NULL) in insert_mon()584 delete_onemon(char *mon_name, my_id *my_idp, mon_entry **monitor_q) in delete_onemon()587 mon_entry *next, *nl; in delete_onemon()[all …]
1403 mon_entry *nl_monp, *mon_next; in sm_crash()1410 (mon_entry *) NULL) { in sm_crash()