Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c603 *status |= S1394_CMD_ALLOC_FAILED; in s1394_read_bus_info_blk()
608 if (((*status) & S1394_CMD_ALLOC_FAILED) != 0) in s1394_read_bus_info_blk()
611 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_bus_info_blk()
687 *status |= S1394_CMD_ALLOC_FAILED; in s1394_read_rest_of_cfgrom()
692 if (((*status) & S1394_CMD_ALLOC_FAILED) == 0) in s1394_read_rest_of_cfgrom()
695 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_rest_of_cfgrom()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h203 S1394_CMD_ALLOC_FAILED = (1 << 2), enumerator