Home
last modified time | relevance | path

Searched refs:MDE_INVAL_STR_COOKIE (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/common/mdesc/
H A Dmdesc_scandag.c76 if (node_name_cookie == MDE_INVAL_STR_COOKIE || in md_scan_dag()
77 arc_name_cookie == MDE_INVAL_STR_COOKIE) return 0; in md_scan_dag()
H A Dmdesc_walkdag.c86 if (node_name_cookie == MDE_INVAL_STR_COOKIE || in md_walk_dag()
87 arc_name_cookie == MDE_INVAL_STR_COOKIE) { in md_walk_dag()
H A Dmdesc_findname.c66 return (MDE_INVAL_STR_COOKIE); in md_find_name()
H A Dmdesc_getpropstr.c47 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_str()
H A Dmdesc_getpropval.c54 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_val()
H A Dmdesc_findnodeprop.c44 prop_name == MDE_INVAL_STR_COOKIE) { in md_find_node_prop()
H A Dmdesc_getpropdata.c48 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_data()
H A Dmdesc_getproparcs.c69 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_arcs()
H A Dmdesc_init_intern.c99 if (root_name == MDE_INVAL_STR_COOKIE) { in md_init_intern()
/titanic_41/usr/src/uts/common/sys/
H A Dmdesc.h100 #define MDE_INVAL_STR_COOKIE ((mde_str_cookie_t)-1) macro
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c381 if (md_find_name(mdp, MD_STR_COMPONENT) != MDE_INVAL_STR_COOKIE) { in cpu_mdesc_init()
383 } else if (md_find_name(mdp, MD_STR_CPU) != MDE_INVAL_STR_COOKIE) { in cpu_mdesc_init()
/titanic_41/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1233 (cpu_sc = md_find_name(mdp, "cpu")) == MDE_INVAL_STR_COOKIE || in load_tlb_cpu_mappings()
1234 (bck_sc = md_find_name(mdp, "back")) == MDE_INVAL_STR_COOKIE) in load_tlb_cpu_mappings()