Searched refs:CFGROM_NEW_ALLOC (Results 1 – 3 of 3) sorted by relevance
625 ASSERT(CFGROM_NEW_ALLOC(node) == B_TRUE); in s1394_free_cfgrom()1249 if (CFGROM_NEW_ALLOC(node) == in s1394_br_thread_handle_cmd_phase1()1318 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_br_thread_handle_cmd_phase1()1335 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_br_thread_handle_cmd_phase1()1982 ASSERT(CFGROM_NEW_ALLOC(nnode) == B_TRUE); in s1394_match_GUID()2057 ASSERT(CFGROM_NEW_ALLOC(nnode) == B_TRUE); in s1394_match_GUID()
401 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_init_topology_tree()
352 #define CFGROM_NEW_ALLOC(n) \ macro