Searched refs:id_str (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4_idmap_impl.h | 50 utf8string id_str; /* user@domain string */ member 55 #define id_len id_str.utf8string_len 56 #define id_val id_str.utf8string_val
|
/titanic_50/usr/src/cmd/msgfmt/ |
H A D | gnu_po.y | 99 char *id_str; variable 102 id_str = (char *)Xmalloc(len); 103 (void) memcpy(id_str, $2.str, $2.len); 104 (void) memcpy(id_str + $2.len, $4.str, $4.len); 117 och1.str = id_str;
|
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getexecattr.c | 274 char *id_str, *attr_str; in _nss_ldap_exec2str() local 315 id_str = _NO_VALUE; in _nss_ldap_exec2str() 317 id_str = id[0]; in _nss_ldap_exec2str() 327 strlen(res1_str) + strlen(res2_str) + strlen(id_str) + in _nss_ldap_exec2str() 345 res2_str, id_str, attr_str); in _nss_ldap_exec2str()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xenbus_xs.c | 579 void *id_str; in xenbus_transaction_start() local 586 err = xs_single(XBT_NULL, XS_TRANSACTION_START, "", &id_str, &len); in xenbus_transaction_start() 592 (void) ddi_strtoul((char *)id_str, NULL, 0, &id); in xenbus_transaction_start() 594 kmem_free(id_str, len); in xenbus_transaction_start()
|
/titanic_50/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.c | 1857 char id_str[UUID_PRINTABLE_STRING_LENGTH]; in it_iqn_generate() local 1860 uuid_unparse(id, id_str); in it_iqn_generate() 1864 "%02d:%s.%s", TARGET_NAME_VERS, id_str, opt_iqn_suffix); in it_iqn_generate() 1867 "%02d:%s", TARGET_NAME_VERS, id_str); in it_iqn_generate()
|
/titanic_50/usr/src/cmd/format/ |
H A D | menu_command.c | 2114 char id_str[128]; in c_verify() local 2157 (void) strncpy(id_str, p_label.dkl_asciilabel, 128); in c_verify() 2214 (void) strncpy(id_str, b_label.dkl_asciilabel, 128); in c_verify() 2315 fmt_print("ascii name = <%s>\n", id_str); in c_verify()
|
/titanic_50/usr/src/uts/common/io/skd/ |
H A D | skd.h | 375 char id_str[128]; /* holds a composite name (pci + sernum) */ member
|
H A D | skd.c | 373 (void) snprintf(skdev->id_str, sizeof (skdev->id_str), "%s:", DRV_NAME); in skd_name() 375 return (skdev->id_str); in skd_name()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 193 const char *id_str = *vals++; in push_delete_callback() local 201 string_to_id(id_str, &id, "id"); in push_delete_callback()
|