Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c514 ASSERT(CFGROM_NEW_ALLOC(node) == B_TRUE); in s1394_free_cfgrom()
1021 if (CFGROM_NEW_ALLOC(node) == in s1394_br_thread_handle_cmd_phase1()
1070 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_br_thread_handle_cmd_phase1()
1082 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_br_thread_handle_cmd_phase1()
1576 ASSERT(CFGROM_NEW_ALLOC(nnode) == B_TRUE); in s1394_match_GUID()
1630 ASSERT(CFGROM_NEW_ALLOC(nnode) == B_TRUE); in s1394_match_GUID()
H A Ds1394_bus_reset.c364 if (CFGROM_NEW_ALLOC(node) == B_TRUE) { in s1394_init_topology_tree()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h316 #define CFGROM_NEW_ALLOC(n) \ macro