Home
last modified time | relevance | path

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

/illumos-gate/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);
203 struct mon_entry *monitor_q; in sm_simu_crash_svc()
417 mon_entry *new, *found; in insert_mon()
419 mon_entry *monitor_q; in insert_mon()
425 if ((new = (mon_entry *) malloc(sizeof (mon_entry))) == 0) { in insert_mon()
433 (void) memset(new, 0, sizeof (mon_entry)); in insert_mon()
557 new->prev = (mon_entry *) NULL; in insert_mon()
558 if (new->nxt != (mon_entry *) NULL) in insert_mon()
598 delete_onemon(char *mon_name, my_id *my_idp, mon_entry **monitor_q) in delete_onemon()
601 mon_entry *next, *nl; in delete_onemon()
[all …]
H A Dsm_statd.c1398 mon_entry *nl_monp, *mon_next; in sm_crash()
1405 (mon_entry *) NULL) { in sm_crash()