Searched refs:T1394_ALLOC_CMD_NOSLEEP (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h473 #define T1394_ALLOC_CMD_NOSLEEP 0x00000001 /* don't sleep in alloc */ macro
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c77 alloc_sleep = (flags & T1394_ALLOC_CMD_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
1392 if (s1394_alloc_cmd(hal, T1394_ALLOC_CMD_NOSLEEP, &tmp_cmd) !=
H A Ds1394_dev_disc.c2382 if (s1394_alloc_cmd(hal, T1394_ALLOC_CMD_NOSLEEP, &cmd) !=

Completed in 328 milliseconds