Home
last modified time | relevance | path

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

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