Searched refs:privileges (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_rmr_util.h63 dapl_rmr_convert_privileges(IN DAT_MEM_PRIV_FLAGS privileges);
H A Ddapl_lmr_util.h64 dapl_lmr_convert_privileges(IN DAT_MEM_PRIV_FLAGS privileges);
H A Ddapl_adapter_util.h186 IN DAT_MEM_PRIV_FLAGS privileges);
194 IN DAT_MEM_PRIV_FLAGS privileges);
202 IN DAT_MEM_PRIV_FLAGS privileges);
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_util.c103 dapl_lmr_convert_privileges(IN DAT_MEM_PRIV_FLAGS privileges) argument
108 * if (DAT_MEM_PRIV_LOCAL_READ_FLAG & privileges)
111 if (DAT_MEM_PRIV_LOCAL_WRITE_FLAG & privileges) {
114 if (DAT_MEM_PRIV_REMOTE_READ_FLAG & privileges) {
117 if (DAT_MEM_PRIV_REMOTE_WRITE_FLAG & privileges) {
120 if (DAT_MEM_PRIV_RO_DISABLE_FLAG & privileges) {
H A Ddapl_lmr_create.c57 IN DAT_MEM_PRIV_FLAGS privileges,
68 IN DAT_MEM_PRIV_FLAGS privileges,
85 IN DAT_MEM_PRIV_FLAGS privileges,
100 reg_desc, length, (DAT_PZ_HANDLE) pz, privileges);
110 length, privileges);
113 length, shm_cookie, privileges);
175 IN DAT_MEM_PRIV_FLAGS privileges,
190 pz, privileges,
206 (DAT_PZ_HANDLE) pz, privileges);
214 dat_status = dapls_ib_mr_register_lmr(ia, lmr, privileges);
80 dapl_lmr_create_virtual(IN DAPL_IA *ia, IN DAT_PVOID virt_addr, IN DAT_VLEN length, IN DAT_LMR_COOKIE shm_cookie, IN DAPL_PZ *pz, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
172 dapl_lmr_create_lmr(IN DAPL_IA *ia, IN DAPL_LMR *original_lmr, IN DAPL_PZ *pz, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
302 dapl_lmr_create(IN DAT_IA_HANDLE ia_handle, IN DAT_MEM_TYPE mem_type, IN DAT_REGION_DESCRIPTION region_description, IN DAT_VLEN length, IN DAT_PZ_HANDLE pz_handle, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
[all...]
H A Ddapl_rmr_util.c103 dapl_rmr_convert_privileges(IN DAT_MEM_PRIV_FLAGS privileges) argument
107 if (DAT_MEM_PRIV_REMOTE_READ_FLAG & privileges) {
110 if (DAT_MEM_PRIV_REMOTE_WRITE_FLAG & privileges) {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/pod/
H A DPrivilege.pod20 the privileges and privilege sets.
32 privileges in $set are added to the set specified; if $op is PRIV_OFF,
33 the privileges in $set are removed from the set specified; if $op
47 This returns a new privilege set with all privileges set.
127 plus constant for all privileges and privilege sets.
148 C<priv_set(3C)>, C<privileges(5)>, C<attributes(5)>
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DREADME18 priv_addset(3C), privileges(5).
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c266 uint32_t privileges; local
369 privileges = smb_priv_xlate(token);
373 token->tkn_flags, privileges, token->tkn_audit_sid);
493 * Convert access token privileges to local definitions.
498 uint32_t privileges = 0; local
501 privileges |= SMB_USER_PRIV_BACKUP;
504 privileges |= SMB_USER_PRIV_RESTORE;
507 privileges |= SMB_USER_PRIV_TAKE_OWNERSHIP;
510 privileges |= SMB_USER_PRIV_SECURITY;
512 return (privileges);
[all...]
H A Dsmb_user.c188 uint32_t privileges,
217 smb_user_setcred(user, cr, privileges);
833 * Assign the user cred and privileges.
836 * and add those privileges to this new privileged cred.
839 smb_user_setcred(smb_user_t *user, cred_t *cr, uint32_t privileges) argument
846 if (privileges & (SMB_USER_PRIV_BACKUP | SMB_USER_PRIV_RESTORE))
850 if (privileges & SMB_USER_PRIV_BACKUP) {
855 if (privileges & SMB_USER_PRIV_RESTORE) {
866 user->u_privileges = privileges;
182 smb_user_login( smb_session_t *session, cred_t *cr, char *domain_name, char *account_name, uint32_t flags, uint32_t privileges, uint32_t audit_sid) argument
/opensolaris-onvv-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c51 IN DAT_MEM_PRIV_FLAGS privileges,
66 privileges,
45 dat_lmr_create( IN DAT_IA_HANDLE ia_handle, IN DAT_MEM_TYPE mem_type, IN DAT_REGION_DESCRIPTION region_description, IN DAT_VLEN length, IN DAT_PZ_HANDLE pz_handle, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME25 good security practice to run a program only with root privileges
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c710 IN DAT_MEM_PRIV_FLAGS privileges)
738 dapl_lmr_convert_privileges(privileges);
796 IN DAT_MEM_PRIV_FLAGS privileges)
824 dapl_lmr_convert_privileges(privileges);
942 IN DAT_MEM_PRIV_FLAGS privileges)
964 dapl_lmr_convert_privileges(privileges);
705 dapls_ib_mr_register( IN DAPL_IA *ia, IN DAPL_LMR *lmr, IN DAT_PVOID virt_addr, IN DAT_VLEN length, IN DAT_MEM_PRIV_FLAGS privileges) argument
790 dapls_ib_mr_register_shared( IN DAPL_IA *ia, IN DAPL_LMR *lmr, IN DAT_PVOID virt_addr, IN DAT_VLEN length, IN DAT_LMR_COOKIE cookie, IN DAT_MEM_PRIV_FLAGS privileges) argument
939 dapls_ib_mr_register_lmr( IN DAPL_IA *ia, IN DAPL_LMR *lmr, IN DAT_MEM_PRIV_FLAGS privileges) argument
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpriv_defs30 # add the new privilege at the end; for ordinary releases privileges
107 effective uid of 0 ALL privileges are required.
320 Assuming uid 0 requires all privileges to be asserted.
355 device, a process must also have sufficient privileges to read from
390 for processes which do not have all zone privileges asserted.
391 Unless a process has all zone privileges, the mount(2)
394 Regardless of privileges, a process running in a non-global zone may
541 required. Thus the process must have MAC and DAC privileges that
600 Set of privileges currently in effect.
604 Set of privileges tha
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1441 privileges but has higher overhead than the "udp" and "icmp" protocols.
1447 reachable. This protocol does not require any special privileges.
1481 This protocol does not require any special privileges.
1507 superuser privileges and with udp and icmp protocols at this time.
1650 privileges, but not all network devices implement tcp or udp echo.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod664 The effective user of the calling process does not have appropriate privileges,
/opensolaris-onvv-gate/usr/src/lib/libnwam/
H A DREADME511 NWAM_PERMISSION_DENIED Insufficient privileges for action
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt48 Forced Privilege:::Commands with forced privileges associated with them:help=RtReservedProfile.html
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl706 * by a SID. This handle can be used to enumerate account privileges.
724 * Enumerate the list of privileges held by the specified account. The
748 OUT struct mslsa_PrivilegeSet *privileges;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1628 printf "\n$(gettext "Administrative privileges are required to run this script, exiting").\n" >&2
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2750 * Process privileges
2787 ae->adt_inetd_connect.privileges = privset;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH323 * super-user privileges which mkfifo will not.
1705 * privileges.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1137 If the user has superuser privileges, and is not working on AFS or

Completed in 206 milliseconds