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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c388 /* start the minor_fini_thread */
392 (void *(*)(void *))minor_fini_thread,
1468 * minor_fini_thread delayed SYNC_STATE at the end of the call. If we are
1469 * processing a SYNC_STATE call, we cancel any minor_fini_thread SYNC_STATE
1479 /* If we are starting a SYNC_STATE, cancel minor_fini_thread SYNC */
1512 /* We did a SYNC_STATE, cancel minor_fini_thread SYNC */
1516 /* We did a CACHE_STATE, start delayed minor_fini_thread SYNC */
2397 * within 'timeout' secs the minor_fini_thread needs to do a SYNC_STATE
2402 minor_fini_thread(void *arg) function
2406 vprint(INITFINI_MID, "minor_fini_thread startin
[all...]

Completed in 109 milliseconds