Home
last modified time | relevance | path

Searched refs:mon_entry (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h79 struct mon_entry { struct
81 struct mon_entry *prev; /* Prev ptr to prev entry in hash */ argument
82 struct mon_entry *nxt; /* Next ptr to next entry in hash */ argument
84 typedef struct mon_entry mon_entry; typedef
104 struct mon_entry *mon_hdptr; /* Head ptr for mon_table */
H A Dsm_proc.c88 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 …]
H A Dsm_statd.c1403 mon_entry *nl_monp, *mon_next; in sm_crash()
1410 (mon_entry *) NULL) { in sm_crash()