Searched refs:access (Results 26 - 50 of 409) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.h61 AMT_STATUS SendEnterpriseAccess(bool access, ATAddress &localIp);
/illumos-gate/usr/src/cmd/lp/lib/
H A DMakefile34 access \
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dsystem.c61 if (access(path, F_OK) == -1) {
80 if (access(path, F_OK) == 0) {
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dsystem.c61 if (access(path, F_OK) == -1) {
71 if (access(path, F_OK) == -1) {
/illumos-gate/usr/src/cmd/refer/
H A Dlookbib.c44 if (access(s, 0) == -1) {
46 if (access(s, 0) == -1) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dmkdir.c46 if (!access(path, F_OK))
H A Drmdir.c57 if (access(path, F_OK) < 0)
H A Deaccess.c24 * access() euid/egid implementation
47 return access(path, flags|EFF_ONLY_OK);
70 return access(path, flags);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dmovedir.c42 extern int access(), rm_files();
64 if (access(from, F_OK) == 0) { /* home dir exists */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c73 * Upon every client access which results in a hit, the
76 * If a client access determines that the auth_freshness
288 * have a limited access to this vnode even if the security flavor
295 int access; local
297 access = nfsauth_access(exi, req, cr, uid, gid, ngids, gids);
308 * would get a limited view with RO access on /export to see
309 * "home" only because the client is allowed to access
312 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) {
321 return (access);
344 nfsauth_retrieve(struct exportinfo *exi, char *req_netid, int flavor, struct netbuf *addr, int *access, cred_t *clnt_cred, uid_t *srv_uid, gid_t *srv_gid, uint_t *srv_gids_cnt, gid_t **srv_gids) argument
597 int access; local
831 int access; local
1182 int access; local
1209 int access, mapaccess; local
[all...]
H A Dnfs_acl_srv.c313 * We need the mode so that we can correctly determine access
326 resp->resok.access = 0;
328 if (args->access & ACCESS2_READ) {
331 resp->resok.access |= ACCESS2_READ;
333 if ((args->access & ACCESS2_LOOKUP) && vp->v_type == VDIR) {
336 resp->resok.access |= ACCESS2_LOOKUP;
339 (args->access & (ACCESS2_MODIFY|ACCESS2_EXTEND))) {
342 resp->resok.access |=
343 (args->access & (ACCESS2_MODIFY|ACCESS2_EXTEND));
346 (args->access
[all...]
/illumos-gate/usr/src/lib/efcode/fcode_test/
H A DMakefile35 instance.fth catch.fth storage.fth case.fth access.fth misc.fth \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module_load.c87 if (access(fullname, F_OK) != 0) {
114 if (access(buf, F_OK) == 0) {
124 if (access(buf, F_OK) == 0) {
136 if (access(buf, F_OK) == 0)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlddstub.c46 if (access(buffer, X_OK) == -1)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dsystrace.c51 if (access(buf, F_OK))
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h45 struct { int mode;} access; member in union:Args
/illumos-gate/usr/src/tools/make/lib/vroot/
H A DMakefile16 OBJECTS = access.o \
/illumos-gate/usr/src/cmd/bnu/
H A Dgnxseq.c47 if (access(SQFILE, 0) != 0)
118 if ((ret = access(SQTMP, 0)) != 0) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c73 * Convert the access mask to the open mode (for use
76 * Note that opening a file for attribute only access
85 smb_fsop_amask_to_omode(uint32_t access) argument
89 if (access & (FILE_READ_DATA | FILE_EXECUTE |
93 if (access & (FILE_WRITE_DATA | FILE_APPEND_DATA |
97 if (access & FILE_APPEND_DATA)
935 uint32_t access = 0; local
952 access |= READ_CONTROL;
956 access |= FILE_READ_ATTRIBUTES;
958 status = smb_ofile_access(sr->fid_ofile, cr, access);
1221 uint32_t access; local
1332 uint32_t access = FILE_WRITE_DATA; local
1597 int access = 0; local
2037 int access = 0; local
2103 int access = 0; local
2361 int access = 0; local
2517 int access = 0; local
[all...]
H A Dsmb_tree.c143 * Rules of access to a tree structure:
246 smb_tree_log(sr, name, "access not permitted");
505 * user in the passed request. The default is full access.
506 * If any error occurs, full access is granted.
512 * file is the share's ACL which is used for access check here.
526 uint32_t access; local
530 access = ACE_ALL_PERMS;
534 * An autohome share owner gets full access to the share.
535 * Everyone else is denied access.
538 access
602 uint32_t access; local
657 uint32_t access; local
775 uint32_t access; local
877 smb_tree_alloc(smb_request_t *sr, const smb_kshare_t *si, smb_node_t *snode, uint32_t access, uint32_t execflags) argument
[all...]
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dputdgrp.c271 if (access(p, R_OK) == 0)
345 if (access(p, R_OK) == 0)
390 if (access(p, R_OK) == 0)
/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c130 if (access(tname, 0) != -1) {
286 if (access(script, 0) == 0) {
331 if (access(buf, 0) < 0) {
/illumos-gate/usr/src/cmd/setuname/
H A Dsetuname.c82 * access() Check accessibility of a file
96 extern int access(); /* Check the accessibility of a file */
316 * Make sure we have access to needed resources:
317 * - Read/write access to kernel memory (/dev/kmem)
318 * - If -t is not specified, read/write access to /etc/rc2.d
319 * - If -t is not specified, read access to /etc/rc2.d/S18setuname
322 if (access("/dev/kmem", R_OK|W_OK) == 0) {
323 if (access(RC_DIRNAME, R_OK|W_OK) == 0) {
324 if ((access(RC_FILENAME, R_OK) != 0) &&
325 (access(RC_FILENAM
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c116 * Check for access rights to destination directories
136 if (access(destination, 7) < 0) {
149 } else if (access(dir, 7) < 0) {
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_init.c161 if (access(cfgfile, R_OK) != 0) {
212 if (access(cfgfile, R_OK) != 0) {

Completed in 109 milliseconds

1234567891011>>