Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c1056 char *parname, *parname_buf; in hwc_get_child_spec() local
1105 parname = i_ddi_parname(dip, parname_buf); in hwc_get_child_spec()
1106 if (*parname != '\0') { in hwc_get_child_spec()
1107 ASSERT(*parname != '/'); in hwc_get_child_spec()
1108 if ((strcmp(parname, deviname) != 0) && in hwc_get_child_spec()
1110 (mod_hash_key_t)parname, &val) == 0)) { in hwc_get_child_spec()
1121 if ((strcmp(bindname, parname) != 0) && in hwc_get_child_spec()
1132 (strcmp(drvname, parname) != 0) && in hwc_get_child_spec()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c259 const char *parname, *parlabel; in ctfdump_header() local
269 parname = ctf_parent_name(g_fp); in ctfdump_header()
274 parname == NULL ? "(anon)" : parname); in ctfdump_header()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c10219 export_tm_loctext(scf_propertygroup_t *pg, const char *parname) in export_tm_loctext() argument
10236 make_node(&parent, parname); in export_tm_loctext()