Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c625 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()
H A Ds1394_bus_reset.c401 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_init_topology_tree()
/titanic_44/usr/src/uts/common/sys/1394/
H A Ds1394.h352 #define CFGROM_NEW_ALLOC(n) \ macro