Home
last modified time | relevance | path

Searched refs:man_work_alloc (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c99 extern man_work_t *man_work_alloc(int, int);
270 wp = man_work_alloc(MAN_WORK_DRATTACH, KM_NOSLEEP); in man_dr_attach()
353 wp = man_work_alloc(work_type, KM_NOSLEEP); in man_dr_submit_work_wait()
H A Ddman.c517 man_work_t *man_work_alloc(int, int);
876 wp = man_work_alloc(MAN_WORK_CLOSE_CTL, KM_SLEEP); in man_deconfigure()
889 wp = man_work_alloc(MAN_WORK_STOP, KM_SLEEP); in man_deconfigure()
1376 wp = man_work_alloc(MAN_WORK_OPEN_CTL, KM_SLEEP); in man_configure()
1461 wp = man_work_alloc(MAN_WORK_CLOSE_STREAM, KM_SLEEP); in man_close()
3029 wp = man_work_alloc(MAN_WORK_CLOSE_STREAM, KM_NOSLEEP); in man_dreq()
4911 wp = man_work_alloc(MAN_WORK_CLOSE, KM_NOSLEEP); in man_remove_dests()
5307 wp = man_work_alloc(MAN_WORK_SWITCH, KM_NOSLEEP); in man_autoswitch()
7004 man_work_alloc(int type, int kmflag) in man_work_alloc() function
7536 wp = man_work_alloc(MAN_WORK_KSTAT_UPDATE, KM_SLEEP); in man_kstat_update()