Searched refs:S1394_CFGROM_NEW_ALLOC (Results 1 – 1 of 1) sorted by relevance
329 #define S1394_CFGROM_NEW_ALLOC 0x00000001 /* fresh alloc */ macro350 #define SET_CFGROM_NEW_ALLOC(n) ((n)->cfgrom_state |= S1394_CFGROM_NEW_ALLOC)351 #define CLEAR_CFGROM_NEW_ALLOC(n) ((n)->cfgrom_state &= ~S1394_CFGROM_NEW_ALLOC)353 (((n)->cfgrom_state & S1394_CFGROM_NEW_ALLOC) != 0 ? B_TRUE : B_FALSE)