Searched defs:bindname (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c175 char *bindname; local
199 if ((bindname = malloc((cp - name) + strlen(type) + strlen(RHS) +
208 memcpy(bindname, name, cp - name);
209 bindname[cp - name] = '\0';
210 strcat(bindname, ".");
211 strcat(bindname, type);
214 strcat(bindname, ".");
215 strcat(bindname, ctx->LHS);
218 strcat(bindname, ".");
219 strcat(bindname, RH
234 char *bindname = hesiod_to_bind(context, name, type); local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c1059 char *bindname; local
1119 bindname = ddi_binding_name(dip);
1120 ASSERT(*bindname != '/');
1121 if ((strcmp(bindname, parname) != 0) &&
1122 (strcmp(bindname, deviname) != 0) &&
1123 (mod_hash_find(hwc_par_hash, (mod_hash_key_t)bindname, &val) == 0))
1131 if ((strcmp(drvname, bindname) != 0) &&
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1879 char *bindname; local
1885 if ((bindname = calloc(1, MAX_TOKEN_SIZE)) == NULL) {
1892 free(bindname);
1918 if (strlcpy(bindname, tokval,
1922 devpath, instval, bindname);
1962 free(bindname);
1968 free(bindname);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1111 char bindname[MAXPATHLEN]; local
1201 if (mdb_readstr(bindname, sizeof (bindname),
1203 *bindname = '\0';
1209 "", devi.devi_instance, devi.devi_circular, bindname,

Completed in 55 milliseconds