Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h299 #define S1394_CFGROM_DIR_STACK_OFF 0x00000040 /* dir stack turned off */ macro
350 ((n)->cfgrom_state |= S1394_CFGROM_DIR_STACK_OFF)
352 ((n)->cfgrom_state &= ~S1394_CFGROM_DIR_STACK_OFF)
354 (((n)->cfgrom_state & S1394_CFGROM_DIR_STACK_OFF) != 0 ? B_TRUE : \