Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h334 #define S1394_CFGROM_PARSED 0x00000020 /* rom enumerated */ macro
342 S1394_CFGROM_GEN_CHANGED | S1394_CFGROM_PARSED)
380 #define SET_CFGROM_PARSED(n) ((n)->cfgrom_state |= S1394_CFGROM_PARSED)
381 #define CLEAR_CFGROM_PARSED(n) ((n)->cfgrom_state &= ~S1394_CFGROM_PARSED)
383 (((n)->cfgrom_state & S1394_CFGROM_PARSED) != 0 ? B_TRUE : B_FALSE)