Home
last modified time | relevance | path

Searched refs:short_desc (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c97 free(auth->short_desc); in free_authattr()
119 newauth->short_desc = _do_unescape(auth->short_desc); in authstr2attr()
141 printf("short_desc=%s\n", auth->short_desc ? auth->short_desc : empty); in print_authattr()
/illumos-gate/usr/src/head/
H A Dauth_attr.h75 char *short_desc; /* short description */ member
87 char *short_desc; /* short description */ member
/illumos-gate/usr/src/cmd/getent/
H A Ddogetauthattr.c47 auth->short_desc != NULL ? auth->short_desc : "", in putauthattr()
/illumos-gate/usr/src/common/pci/
H A Dpci_strings.h43 char *short_desc; /* Cfgadm based original short description */ member
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetauthattr.c88 auth->short_desc = _strtok_escape(NULL, sep, &last); in str2authattr()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c337 data.short_desc = ecol[3].ec_value.ec_value_val; in genent_auth_attr()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1316 TPCT(class_pci[i].short_desc); in get_type()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c3240 if (ptr->short_desc != NULL) { in __s_cvt_authattr()
3241 rc = __s_add_attr(e, "SolarisAttrShortDesc", ptr->short_desc); in __s_cvt_authattr()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c508 value = class_pci[i].short_desc; in pcishpc_slot_get_property()
H A Dpciehpc.c2968 *value_p = class_pci[i].short_desc; in pciehpc_prop_card_get()