Searched defs:monitor_q (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c88 mon_entry **monitor_q);
126 /* store monitor request into monitor_q */
191 struct mon_entry *monitor_q; local
208 monitor_q = mon_table[i].sm_monhdp;
209 if (monitor_q != NULL) {
397 * Insert an entry into the monitor_q. Space for the entry is allocated
405 mon_entry *monitor_q; local
470 monitor_q = mon_table[hash].sm_monhdp;
473 if (monitor_q == NULL) {
475 (void) printf("\nAdding to monitor_q has
584 delete_onemon(char *mon_name, my_id *my_idp, mon_entry **monitor_q) argument
636 mon_entry *monitor_q; local
[all...]

Completed in 46 milliseconds