Searched refs:privs (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dprivs_s.c39 kadm5_s_get_privs(void *server_handle, uint32_t *privs) argument
42 *privs = context->acl_flags;
H A Dprivs_c.c39 kadm5_c_get_privs(void *server_handle, uint32_t *privs) argument
48 *privs = 0;
77 krb5_ret_uint32(sp, privs);
H A Dacl.c51 _kadm5_string_to_privs(const char *s, uint32_t* privs) argument
57 *privs = flags;
62 _kadm5_privs_to_string(uint32_t privs, char *string, size_t len) argument
64 if(privs == 0)
67 unparse_flags(privs, acl_units + 1, string, len);
H A Dcommon_glue.c131 uint32_t *privs)
133 return __CALL(get_privs, (server_handle, privs));
130 kadm5_get_privs(void *server_handle, uint32_t *privs) argument
H A Dad.c1049 kadm5_ad_get_privs(void *server_handle, uint32_t*privs)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh30 echo failed to enable io provider with full privs
37 # Now make sure that we cannot enable the io provider with reduced privs
41 echo successfully enabled the io provider with reduced privs
46 # Keeping our reduced privs, we want to assure that we can see every provider
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmin.c125 uint32_t privs; local
129 ret = kadm5_get_privs(kadm_handle, &privs);
133 ret =_kadm5_privs_to_string(privs, str, sizeof(str));
137 printf("privs: 0x%x\n", (unsigned int)privs);
H A Dserver.c379 uint32_t privs; local
380 ret = kadm5_get_privs(kadm_handlep, &privs);
385 krb5_store_uint32(sp, privs);
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile51 privs \
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c165 static int privs[] = { local
181 for (i = 0; i < sizeof (privs)/sizeof (int); i++) {
185 switch (priv = privs[i]) {
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend84 cddl/usr.sbin/dtrace/tests/common/privs \

Completed in 256 milliseconds