HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 1 - 25 of 46) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
access.c 35 access(char *path, int mode) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
access.c 34 access(char *path, int mode) function
  /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/
mgmt_media.h 42 time_t access; member in struct:__anon4391
  /onnv/onnv-gate/usr/src/uts/common/syscall/
access.c 121 access(char *fname, int fmode) function
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_access.c 35 * Access control structure for a piece of nscd data. This structure
37 * be used to allocate memory that requires access control or usage
38 * count control, will initialize this access control structure at the
59 if (access->data != data) \
63 access = (nscd_access_t *) \
71 * Decrements the usage count maintained in the access data
79 nscd_access_t *access; local
88 (me, "data = %p, access->data = %p, "
90 data, access->data, access->seq_num, access->nUse)
134 nscd_access_t *access; local
163 nscd_access_t *access; local
255 nscd_access_t *access; local
288 nscd_access_t *access; local
319 nscd_access_t *access; local
349 nscd_access_t *access; local
373 nscd_access_t *access; local
405 nscd_access_t *access; local
433 nscd_access_t *access; local
462 nscd_access_t *access; local
496 nscd_access_t *access; local
567 nscd_access_t *access; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/
node.h 50 int access; member in struct:_Object
77 int access; member in struct:_Column
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/parser/
parse.h 98 int access; member in struct:node
120 int access; member in struct:tree
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/
DhcpHostsTable.java 43 * Access to this handle is synchronized.
109 * Checks access on the host table.
110 * @param requestedAccess the desired access
111 * @return true if the desired access can be granted
116 int access = DirectoryTable.NO_ACCESS; local
119 access = hostsTable.access(TableDefinitions.TN_HOSTS);
121 // No access apparently
124 return ((access & requestedAccess) == requestedAccess);
311 // No access apparentl
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/nisplus/
dhcp_network.c 493 uint_t access = DEFAULT_RIGHTS; local
515 access = default_nis_access;
517 dn_obj.zo_access = access | f_access;
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/nisplus0/
dhcp_network.c 422 uint_t access = DEFAULT_RIGHTS; local
444 access = default_nis_access;
446 dn_obj.zo_access = access | f_access;
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_auth.c 150 * have a limited access to this vnode even if the security flavor
156 int access; local
158 access = nfsauth_access(exi, req);
169 * would get a limited view with RO access on /export to see
170 * "home" only because the client is allowed to access
173 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) {
182 return (access);
202 * Get the access information from the cache or callup to the mountd
203 * to get and cache the access information in the kernel
212 int access; local
508 int access; local
533 int access, mapaccess; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_common_open.c 66 uint32_t access = 0; local
73 access |= (STANDARD_RIGHTS_EXECUTE |
79 access |= (FILE_GENERIC_WRITE & ~SYNCHRONIZE);
84 access |= FILE_GENERIC_READ;
87 return (access | desired_access);
94 * commands to desired access bits used by NT Create AndX command.
121 * commands to share access bits used by NT Create AndX command.
243 * - Share checks must take place prior to access checks for correct
294 * file does not meet the search criteria access is denied.
438 * If the access mask has only DELETE set (ignor
    [all...]
smb_tree.c 142 * Rules of access to a tree structure:
436 uint32_t *access)
446 *access = ACE_ALL_PERMS; /* default to full "UNIX" access */
452 * get the access information from the ACL/ACES values and
485 * Now get the effective access value based on cred and ACL
490 smb_vop_eaccess(sharevp, (int *)access, V_ACE_MASK, NULL, cred);
510 uint32_t access = 0; /* read/write is assumed */ local
520 smb_tree_log(sr, sharename, "access denied: IPC only");
538 "access denied: guest disabled")
    [all...]
smb_fsops.c 77 * Convert the access mask to the open mode (for use
80 * Note that opening a file for attribute only access
89 smb_fsop_amask_to_omode(uint32_t access)
93 if (access & (FILE_READ_DATA | FILE_EXECUTE |
97 if (access & (FILE_WRITE_DATA | FILE_APPEND_DATA |
101 if (access & FILE_APPEND_DATA)
916 uint32_t access = 0; local
933 access |= READ_CONTROL;
937 access |= FILE_READ_ATTRIBUTES;
939 status = smb_ofile_access(sr->fid_ofile, cr, access);
1168 uint32_t access; local
1436 int access = 0; local
1868 int access = 0; local
1934 int access = 0; local
2188 int access = 0; local
2347 int access = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_nlm.c 667 "Access = %d (%s)",
676 ulong_t mode, access; local
683 access = getxdr_u_long();
684 (void) sprintf(cp, " Mode=%lu Access=%lu", mode, access);
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pmInstallPrinter.java 323 Vector access = new Vector(1, 1); field in class:pmInstallPrinter.accessListModel
332 access.addElement(data[i]);
338 access.addElement(data);
342 if (access == null)
345 return access.contains(d);
349 access.removeElementAt(row);
353 access.removeAllElements();
357 return access.size();
361 return access.size();
369 access.addElement(row)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
omitted.c 180 access(const char* path, int op) function
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/nisplus_common/
common.c 340 * Set all access rights for owner.
391 * If valid group, set all access rights for it.
433 * Given a access mask and desired access mode, check if the current user
1012 uint_t access = DEFAULT_RIGHTS; local
1035 access = default_nis_access;
1037 o.zo_access = access | f_access;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs_acl.h 138 uint32 access; member in struct:ACCESS2args
151 uint32 access; member in struct:ACCESS2resok
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
util.c 87 Boolean_t access = False; local
90 * If ISNS is enable check for access privilege from isns server
97 access = isns_qry_initiator(dummy, initiator_name);
100 return (access);
120 if (access == True) {
122 access = False;
124 return (access);
128 * If there's no ACL for this target everyone has access.
309 * | have an access list then let everyone see it.
816 * initiator doesn't have permission to access this target
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/amd64/include/ast/
shell.h 227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
shell.h 217 * direct access to sh is obsolete, use sh_getinterp() instead
230 # define access(a,b) sh_access(a,b) macro
  /onnv/onnv-gate/usr/src/lib/libshell/i386/include/ast/
shell.h 227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
  /onnv/onnv-gate/usr/src/lib/libshell/sparc/include/ast/
shell.h 227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
  /onnv/onnv-gate/usr/src/lib/libshell/sparcv9/include/ast/
shell.h 227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro

Completed in 1379 milliseconds

1 2