Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_scandag.c74 if (node_name_cookie == MDE_INVAL_STR_COOKIE || in md_scan_dag()
75 arc_name_cookie == MDE_INVAL_STR_COOKIE) return 0; in md_scan_dag()
H A Dmdesc_walkdag.c84 if (node_name_cookie == MDE_INVAL_STR_COOKIE || in md_walk_dag()
85 arc_name_cookie == MDE_INVAL_STR_COOKIE) { in md_walk_dag()
H A Dmdesc_findname.c63 return (MDE_INVAL_STR_COOKIE); in md_find_name()
H A Dmdesc_getpropstr.c45 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_str()
H A Dmdesc_getpropval.c51 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_val()
H A Dmdesc_findnodeprop.c42 prop_name == MDE_INVAL_STR_COOKIE) { in md_find_node_prop()
H A Dmdesc_getpropdata.c46 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_data()
H A Dmdesc_getproparcs.c67 if (prop_name == MDE_INVAL_STR_COOKIE) { in md_get_prop_arcs()
H A Dmdesc_init_intern.c97 if (root_name == MDE_INVAL_STR_COOKIE) { in md_init_intern()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdesc.h98 #define MDE_INVAL_STR_COOKIE ((mde_str_cookie_t)-1) macro
/illumos-gate/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()