Searched refs:bindname (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | hesiod.c | 175 char *bindname; in hesiod_to_bind() local 199 if ((bindname = malloc((cp - name) + strlen(type) + strlen(RHS) + in hesiod_to_bind() 208 memcpy(bindname, name, cp - name); in hesiod_to_bind() 209 bindname[cp - name] = '\0'; in hesiod_to_bind() 210 strcat(bindname, "."); in hesiod_to_bind() 211 strcat(bindname, type); in hesiod_to_bind() 214 strcat(bindname, "."); in hesiod_to_bind() 215 strcat(bindname, ctx->LHS); in hesiod_to_bind() 218 strcat(bindname, "."); in hesiod_to_bind() 219 strcat(bindname, RHS); in hesiod_to_bind() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modsubr.c | 1059 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()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 1879 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()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 1075 char bindname[MAXPATHLEN]; in devinfo() local 1164 if (mdb_readstr(bindname, sizeof (bindname), in devinfo() 1166 *bindname = '\0'; in devinfo() 1172 "", devi.devi_instance, devi.devi_circular, bindname, in devinfo()
|