Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h293 #define S1394_CFGROM_NEW_ALLOC 0x00000001 /* fresh alloc */ macro
314 #define SET_CFGROM_NEW_ALLOC(n) ((n)->cfgrom_state |= S1394_CFGROM_NEW_ALLOC)
315 #define CLEAR_CFGROM_NEW_ALLOC(n) ((n)->cfgrom_state &= ~S1394_CFGROM_NEW_ALLOC)
317 (((n)->cfgrom_state & S1394_CFGROM_NEW_ALLOC) != 0 ? B_TRUE : B_FALSE)