Home
last modified time | relevance | path

Searched refs:bindname (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c171 char *bindname; in hesiod_to_bind() local
206 strcat(bindname, "."); in hesiod_to_bind()
207 strcat(bindname, type); in hesiod_to_bind()
210 strcat(bindname, "."); in hesiod_to_bind()
214 strcat(bindname, "."); in hesiod_to_bind()
215 strcat(bindname, RHS); in hesiod_to_bind()
220 return (bindname); in hesiod_to_bind()
233 if (bindname == NULL) in hesiod_resolve()
236 free(bindname); in hesiod_resolve()
241 free(bindname); in hesiod_resolve()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c1059 char *bindname; in hwc_get_child_spec() local
1119 bindname = ddi_binding_name(dip); in hwc_get_child_spec()
1120 ASSERT(*bindname != '/'); in hwc_get_child_spec()
1121 if ((strcmp(bindname, parname) != 0) && in hwc_get_child_spec()
1122 (strcmp(bindname, deviname) != 0) && in hwc_get_child_spec()
1123 (mod_hash_find(hwc_par_hash, (mod_hash_key_t)bindname, &val) == 0)) in hwc_get_child_spec()
1131 if ((strcmp(drvname, bindname) != 0) && in hwc_get_child_spec()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1879 char *bindname; in devfs_parse_binding_file() local
1885 if ((bindname = calloc(1, MAX_TOKEN_SIZE)) == NULL) { in devfs_parse_binding_file()
1892 free(bindname); in devfs_parse_binding_file()
1918 if (strlcpy(bindname, tokval, in devfs_parse_binding_file()
1922 devpath, instval, bindname); in devfs_parse_binding_file()
1962 free(bindname); in devfs_parse_binding_file()
1968 free(bindname); in devfs_parse_binding_file()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1126 char bindname[MAXPATHLEN]; in devinfo() local
1257 if (mdb_readstr(bindname, sizeof (bindname), in devinfo()
1259 *bindname = '\0'; in devinfo()
1265 "", devi.devi_instance, devi.devi_circular, bindname, in devinfo()