| /osnet-11/usr/src/lib/libpower/common/ |
| H A D | pm_kernel.c | 58 pm_authority_t authority; local 134 * extract both the property name and authority name. 138 authority = pm_authority_get(authname); 139 if (authority == PM_AUTHORITY_INVALID) { 142 * valid authority prefix is by definition a current 145 authority = PM_AUTHORITY_CURRENT; 159 err = pm_result_add(result, authority, NULL, 168 err = pm_result_add(result, authority, NULL, 178 err = pm_result_add(result, authority, NULL,
|
| H A D | libpower.c | 90 * optional authority, which filters on the values stored from 110 * the authority specifier will be queried. 124 pm_authority_t authority; local 140 /* Validate the authority given in the query */ 142 authority = pm_authority_get(authname); 143 if (authority == PM_AUTHORITY_INVALID) { 145 "%s invalid authority %s in query\n", __FUNCTION__, 164 err = pm_result_filter(result, proplist, authority, 313 /* No authority name was given. This is invalid */ 329 /* Match. Return the current authority */ 339 pm_authority_getname(pm_authority_t authority) argument [all...] |
| H A D | libpower_subr.c | 81 pm_result_add(nvlist_t **result, pm_authority_t authority, const char *pgname, argument 113 err = pm_result_create(rp, authority, pgname, propname, 118 * authority. 120 err = pm_result_update(nvl, authority, proptype, propv, propc); 122 authority == PM_AUTHORITY_SMF) { 145 pm_result_create(nvlist_t *nvl, pm_authority_t authority, const char *pgname, argument 166 err = pm_result_update(plist, authority, proptype, propv, propc); 187 pm_result_update(nvlist_t *nvl, pm_authority_t authority, data_type_t proptype, argument 201 authname = pm_authority_getname(authority); 202 if (authority 262 pm_result_filter(nvlist_t **result, nvlist_t *nvl, pm_authority_t authority, char **propv, uint_t propc) argument 376 pm_result_merge(nvlist_t **result, nvlist_t *nvl, const char *propname, pm_authority_t authority) argument [all...] |
| H A D | pm_smf.c | 486 pm_authority_t authority; local 496 /* Validate that the given string is a valid authority */ 497 authority = pm_authority_get(val); 498 if (authority == PM_AUTHORITY_INVALID) { 502 /* The authority is valid. Make a copy and return to the caller */
|
| /osnet-11/usr/src/lib/libadutils/common/ |
| H A D | adutils_impl.h | 53 uint64_t authority; /* really, 48-bits */ member in struct:adutils_sid
|
| /osnet-11/usr/src/lib/fm/libasr/common/ |
| H A D | asr_fault.c | 201 nvlist_t *frunvl, *authority = NULL; local 307 nvlist_t *authority; local 309 frunvl, FM_FAULT_RESOURCE, &authority) != 0) { 311 authority, FM_FMRI_AUTH_V1_CHASSIS_NM); 313 authority, FM_FMRI_AUTH_V1_CHASSIS_SN); 364 /* Add required FRU authority information */ 366 &authority) == 0) 367 err |= asr_buf_append_xml_ainvl(bp, pad, authority);
|
| /osnet-11/usr/src/lib/libsmbns/common/ |
| H A D | smbns_netbios.h | 209 unsigned nscount; /* authority recs */ 214 struct resource_record *authority; member in struct:name_packet
|
| /osnet-11/usr/src/cmd/ldap/ns_ldap/ |
| H A D | ldapaddent.c | 90 static ns_cred_t authority; variable 384 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN, 388 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN, 4168 if (authority.cred.unix_cred.userID == NULL || 4169 authority.cred.unix_cred.passwd == NULL) 4174 NULL, &authority, NS_LDAP_HARD, &cookie, &eres, &err, NULL); 4290 authority.cred.unix_cred.passwd = NULL; 4291 authority.cred.unix_cred.userID = NULL; 4292 authority.auth.type = NS_LDAP_AUTH_SIMPLE; 4325 authority [all...] |