/titanic_50/usr/src/common/mdesc/ |
H A D | mdesc_findnodeprop.c | 43 if (node == MDE_INVAL_ELEM_COOKIE || in md_find_node_prop() 45 return (MDE_INVAL_ELEM_COOKIE); in md_find_node_prop() 59 return (MDE_INVAL_ELEM_COOKIE); in md_find_node_prop() 75 return (MDE_INVAL_ELEM_COOKIE); /* no such property name */ in md_find_node_prop()
|
H A D | mdesc_init_intern.c | 84 mdp->root_node = MDE_INVAL_ELEM_COOKIE; in md_init_intern() 122 if (mdp->root_node != MDE_INVAL_ELEM_COOKIE) { in md_init_intern() 140 if (mdp->root_node == MDE_INVAL_ELEM_COOKIE) { in md_init_intern()
|
H A D | mdesc_getpropval.c | 49 if (node == MDE_INVAL_ELEM_COOKIE) { in md_get_prop_val() 60 if (elem != MDE_INVAL_ELEM_COOKIE) { in md_get_prop_val()
|
H A D | mdesc_getpropstr.c | 42 if (node == MDE_INVAL_ELEM_COOKIE) { in md_get_prop_str() 53 if (elem != MDE_INVAL_ELEM_COOKIE) { in md_get_prop_str()
|
H A D | mdesc_getpropdata.c | 43 if (node == MDE_INVAL_ELEM_COOKIE) { in md_get_prop_data() 54 if (elem != MDE_INVAL_ELEM_COOKIE) { in md_get_prop_data()
|
H A D | mdesc_walkdag.c | 95 if (start == MDE_INVAL_ELEM_COOKIE) { in md_walk_dag() 127 res = mdl_walk_dag(mdp, MDE_INVAL_ELEM_COOKIE, start, in md_walk_dag()
|
H A D | mdesc_rootnode.c | 41 return (MDE_INVAL_ELEM_COOKIE); in md_root_node()
|
H A D | mdesc_getproparcs.c | 64 if (node == MDE_INVAL_ELEM_COOKIE) { in md_get_prop_arcs()
|
H A D | mdesc_scandag.c | 84 if (start == MDE_INVAL_ELEM_COOKIE) start = 0; in md_scan_dag()
|
H A D | mdesc_diff.c | 114 if ((start1 == MDE_INVAL_ELEM_COOKIE) || in md_diff_init() 115 (start2 == MDE_INVAL_ELEM_COOKIE)) in md_diff_init()
|
/titanic_50/usr/src/uts/sun4v/os/ |
H A D | mach_mp_startup.c | 174 mde_cookie_t rootnode, cpunode = MDE_INVAL_ELEM_COOKIE; in mp_cpu_configure() 189 ASSERT(rootnode != MDE_INVAL_ELEM_COOKIE); in mp_cpu_configure() 213 if (cpunode == MDE_INVAL_ELEM_COOKIE) in mp_cpu_configure()
|
H A D | mpo.c | 313 return (MDE_INVAL_ELEM_COOKIE); in cpuid_to_cpunode() 316 if (rootnode == MDE_INVAL_ELEM_COOKIE) in cpuid_to_cpunode() 317 return (MDE_INVAL_ELEM_COOKIE); in cpuid_to_cpunode() 337 return (MDE_INVAL_ELEM_COOKIE); in cpuid_to_cpunode() 398 if (cpunode == MDE_INVAL_ELEM_COOKIE) in mpo_cpu_add() 433 mde_cookie_t root = MDE_INVAL_ELEM_COOKIE; in md_get_root() 445 if (root == MDE_INVAL_ELEM_COOKIE) { in md_get_root() 547 mpo_lgroup[i].node = MDE_INVAL_ELEM_COOKIE; in lgrp_update() 574 if ((root = md_get_root(md)) == MDE_INVAL_ELEM_COOKIE) { in lgrp_traverse() 1656 if ((root = md_get_root(md)) == MDE_INVAL_ELEM_COOKIE) in mblock_update_add()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 348 if (startnode == MDE_INVAL_ELEM_COOKIE) { in mdeg_notify_client_reg() 613 if (md_prev_start == MDE_INVAL_ELEM_COOKIE) { in mdeg_notify_client() 618 if (md_curr_start == MDE_INVAL_ELEM_COOKIE) { in mdeg_notify_client() 656 return (MDE_INVAL_ELEM_COOKIE); in mdeg_find_start_node() 663 return (MDE_INVAL_ELEM_COOKIE); in mdeg_find_start_node() 680 return (MDE_INVAL_ELEM_COOKIE); in mdeg_find_start_node() 689 ASSERT(node != MDE_INVAL_ELEM_COOKIE); in mdeg_node_spec_match()
|
H A D | dr_io.c | 180 mde_cookie_t result = MDE_INVAL_ELEM_COOKIE; in dr_io_find_node_md() 185 ASSERT(rootnode != MDE_INVAL_ELEM_COOKIE); in dr_io_find_node_md() 230 if (result == MDE_INVAL_ELEM_COOKIE) in dr_io_find_node_md() 402 mde_cookie_t pnode = MDE_INVAL_ELEM_COOKIE; in dr_vio_find_parent_md() 488 if (node == MDE_INVAL_ELEM_COOKIE) { in dr_io_configure() 498 if (pnode == MDE_INVAL_ELEM_COOKIE) { in dr_io_configure()
|
H A D | dr_cpu.c | 1029 if (cpunode == MDE_INVAL_ELEM_COOKIE) { in dr_cpu_list_status() 1450 if (cpunode == MDE_INVAL_ELEM_COOKIE) { in dr_cpu_probe() 1610 mde_cookie_t result = MDE_INVAL_ELEM_COOKIE; in dr_cpu_find_node_md() 1613 ASSERT(rootnode != MDE_INVAL_ELEM_COOKIE); in dr_cpu_find_node_md() 1648 if (result == MDE_INVAL_ELEM_COOKIE) { in dr_cpu_find_node_md()
|
H A D | dr_mem.c | 1025 if (memnode == MDE_INVAL_ELEM_COOKIE) { in dr_mem_find() 1053 mde_cookie_t result = MDE_INVAL_ELEM_COOKIE; in dr_mem_find_node_md() 1056 ASSERT(rootnode != MDE_INVAL_ELEM_COOKIE); in dr_mem_find_node_md() 1098 if (result == MDE_INVAL_ELEM_COOKIE) { in dr_mem_find_node_md()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 67 MDE_INVAL_ELEM_COOKIE, md_find_name(mdp, "dimm_data"), in mdesc_init_n1() 110 MDE_INVAL_ELEM_COOKIE, in mdesc_init_n1() 335 mdesc_bank_count = md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in mdesc_init_n2() 389 n = md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in mdesc_init_n2() 460 MDE_INVAL_ELEM_COOKIE, in mem_mdesc_init()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mdesc.h | 97 #define MDE_INVAL_ELEM_COOKIE ((mde_cookie_t)-1) macro
|
/titanic_50/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.c | 220 if (md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in get_local_md_prop_value() 272 ncpus = md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in cpu_phys2virt() 352 cnt = md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in get_type()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu_mdesc.c | 97 MDE_INVAL_ELEM_COOKIE, in cpu_n1_mdesc_init() 176 MDE_INVAL_ELEM_COOKIE, in cpu_n2_mdesc_init()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | sun4vpi.c | 156 num_components = pi_find_mdenodes(mod, pi.mdp, MDE_INVAL_ELEM_COOKIE, in pi_enum()
|
H A D | pi_subr.c | 262 num_nodes = pi_find_mdenodes(mod, mdp, MDE_INVAL_ELEM_COOKIE, in pi_get_productsn() 348 num_nodes = pi_find_mdenodes(mod, mdp, MDE_INVAL_ELEM_COOKIE, in pi_get_chassisid() 702 result = pi_find_mdenodes(mod, mdp, MDE_INVAL_ELEM_COOKIE, in pi_get_productid()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_mdesc.c | 96 MDE_INVAL_ELEM_COOKIE, in hb_rc_init()
|
/titanic_50/usr/src/uts/sun4v/promif/ |
H A D | promif_emul.c | 394 ASSERT(rootnode != MDE_INVAL_ELEM_COOKIE); in cif_check_cpus()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | motherboard.c | 180 nfrus = md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in mb_get_pri_info()
|