Searched defs:id_str (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/uts/common/nfs/ |
| H A D | nfs4_idmap_impl.h | 50 utf8string id_str; /* user@domain string */ member in struct:nfsidmap 55 #define id_len id_str.utf8string_len 56 #define id_val id_str.utf8string_val
|
| /illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
| H A D | getexecattr.c | 274 char *id_str, *attr_str; local 315 id_str = _NO_VALUE; 317 id_str = id[0]; 327 strlen(res1_str) + strlen(res2_str) + strlen(id_str) + 345 res2_str, id_str, attr_str);
|
| /illumos-gate/usr/src/cmd/format/ |
| H A D | menu_command.c | 2114 char id_str[128]; local 2157 (void) strncpy(id_str, p_label.dkl_asciilabel, 128); 2214 (void) strncpy(id_str, b_label.dkl_asciilabel, 128); 2315 fmt_print("ascii name = <%s>\n", id_str);
|
| /illumos-gate/usr/src/uts/common/xen/io/ |
| H A D | xenbus_xs.c | 579 void *id_str; local 586 err = xs_single(XBT_NULL, XS_TRANSACTION_START, "", &id_str, &len); 592 (void) ddi_strtoul((char *)id_str, NULL, 0, &id); 594 kmem_free(id_str, len);
|
| /illumos-gate/usr/src/lib/libiscsit/common/ |
| H A D | libiscsit.c | 1857 char id_str[UUID_PRINTABLE_STRING_LENGTH]; local 1860 uuid_unparse(id, id_str); 1864 "%02d:%s.%s", TARGET_NAME_VERS, id_str, opt_iqn_suffix); 1867 "%02d:%s", TARGET_NAME_VERS, id_str);
|
| /illumos-gate/usr/src/cmd/svc/configd/ |
| H A D | file_object.c | 193 const char *id_str = *vals++; local 201 string_to_id(id_str, &id, "id");
|
| /illumos-gate/usr/src/uts/common/io/skd/ |
| H A D | skd.h | 375 char id_str[128]; /* holds a composite name (pci + sernum) */ member in struct:skd_device
|
Completed in 82 milliseconds