Searched defs:authority (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h53 uint64_t authority; /* really, 48-bits */ member in struct:adutils_sid
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c46 fmd_stat_t authority; member in struct:stats
71 { "authority", FMD_TYPE_STRING },
459 mp->m_new->authority.fmds_value.str ?
460 mp->m_new->authority.fmds_value.str : "-");
471 "id", "state", "module", "authority");
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c2329 uint64_t authority; local
2347 authority = 0;
2349 authority += ((uint64_t)psid->sid_authority[i]) <<
2352 mdb_printf("-%ll", authority);
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c91 static ns_cred_t authority; variable
385 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
389 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
4165 if (authority.cred.unix_cred.userID == NULL ||
4166 authority.cred.unix_cred.passwd == NULL)
4171 NULL, &authority, NS_LDAP_HARD, &cookie, &eres, &err, NULL);
4287 authority.cred.unix_cred.passwd = NULL;
4288 authority.cred.unix_cred.userID = NULL;
4289 authority.auth.type = NS_LDAP_AUTH_SIMPLE;
4322 authority
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.h209 unsigned nscount; /* authority recs */
214 struct resource_record *authority; member in struct:name_packet

Completed in 75 milliseconds