Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c88 data, access->data, access->seq_num, access->nUse); in _nscd_release()
92 access->nUse--; in _nscd_release()
102 (access->free_func)(access->data); in _nscd_release()
173 data, access->data, access->seq_num, access->nUse); in _nscd_get()
196 access->nUse++; in _nscd_get()
443 assert(access->data_cond != NULL && access->data_mutex != NULL); in _nscd_cond_wait()
446 (void) cond_wait(access->data_cond, access->data_mutex); in _nscd_cond_wait()
540 access->nUse = 0; in _nscd_alloc()
574 _nscd_del_int_addr(access->data, access->seq_num); in _nscd_free()
583 (void) memset(access, 0, sizeof (*access)); in _nscd_free()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_004_pos.ksh52 typeset access=$4
55 if [[ $rflag == "allow" && $access == execute ]]; then
56 rwx_node $user $node $access
63 log_note "SUCCESS: rwx_node $user $node $access"
65 log_fail "FAIL: rwx_node $user $node $access"
68 $log rwx_node $user $node $access
75 typeset access=$2
105 $log rwx_node $ZFS_ACL_OTHER1 $node $access
106 $rlog rwx_node $ZFS_ACL_OTHER2 $node $access
127 for access in ${a_access[@]}; do
[all …]
H A Dzfs_acl_chmod_rwx_003_pos.ksh106 typeset flag access acl_spec
109 for access in ${a_access[@]}; do
111 acl_spec="$flag:$access:$tp"
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h186 uint32_t access; member
188 #define SEG_DESC_TYPE(access) ((access) & 0x001f) argument
191 #define SEG_DESC_DPL(access) \ argument
192 (((access) >> SEG_DESC_DPL_SHIFT) & SEG_DESC_DPL_MASK)
193 #define SEG_DESC_PRESENT(access) (((access) & 0x0080) ? 1 : 0) argument
194 #define SEG_DESC_DEF32(access) (((access) & 0x4000) ? 1 : 0) argument
195 #define SEG_DESC_GRANULARITY(access) (((access) & 0x8000) ? 1 : 0) argument
196 #define SEG_DESC_UNUSABLE(access) (((access) & 0x10000) ? 1 : 0) argument
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_original_elf_init.c63 UNUSEDARG Dwarf_Unsigned access, in dwarf_elf_init_b() argument
70 Dwarf_Unsigned access, in dwarf_elf_init_b()
89 if (access != DW_DLC_READ) { in dwarf_elf_init_b()
128 UNUSEDARG Dwarf_Unsigned access, in dwarf_elf_init() argument
134 Dwarf_Unsigned access, in dwarf_elf_init()
147 access,errhand,errarg,ret_dbg,error); in dwarf_elf_init()
161 UNUSEDARG Dwarf_Unsigned access, in _dwarf_elf_setup() argument
173 UNUSEDARG Dwarf_Unsigned access, in _dwarf_elf_setup()
H A Ddwarf_generic_init.c89 Dwarf_Unsigned access, in dwarf_init() argument
93 return dwarf_init_b(fd,access, DW_GROUPNUMBER_ANY, in dwarf_init()
130 Dwarf_Unsigned access, in dwarf_init_path() argument
179 access,groupnumber,errhand,errarg,&dbg,error); in dwarf_init_path()
196 access,groupnumber,errhand,errarg,&dbg,error); in dwarf_init_path()
213 access,groupnumber,errhand,errarg,&dbg,error); in dwarf_init_path()
237 Dwarf_Unsigned access, in dwarf_init_b() argument
268 access,group_number,errhand,errarg,ret_dbg,error); in dwarf_init_b()
280 access,group_number,errhand,errarg,ret_dbg,error); in dwarf_init_b()
294 access,group_number,errhand,errarg,ret_dbg,error); in dwarf_init_b()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtape.c76 if (!access("/dev/rmt/.", F_OK)) in strtape()
84 if (!access(tapefile, F_OK)) return(tapefile); in strtape()
88 if (!access(tapefile, F_OK)) return(tapefile); in strtape()
93 else if (!access("/dev/nst0", F_OK)) in strtape()
101 else if (!access("/dev/nrmt0", F_OK)) in strtape()
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dsysctl.h21 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) argument
23 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) argument
24 #define SYSCTL_UINT(parent, nbr, name, access, ptr, val, descr) argument
25 #define SYSCTL_ULONG(parent, nbr, name, access, ptr, val, descr) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c322 int access; in nfsauth4_access() local
339 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) { in nfsauth4_access()
348 return (access); in nfsauth4_access()
630 int access; in nfsauth_refresh_thread() local
867 int access; in nfsauth_cache_get() local
1201 return (access); in nfsauth_cache_get()
1229 return (access); in nfsauth_cache_get()
1240 int access; in nfsauth4_secinfo_access() local
1260 return (access); in nfsauth4_secinfo_access()
1267 int access, mapaccess; in nfsauth_access() local
[all …]
H A Dnfs_acl_srv.c326 resp->resok.access = 0; in acl2_access()
328 if (args->access & ACCESS2_READ) { in acl2_access()
331 resp->resok.access |= ACCESS2_READ; in acl2_access()
333 if ((args->access & ACCESS2_LOOKUP) && vp->v_type == VDIR) { in acl2_access()
336 resp->resok.access |= ACCESS2_LOOKUP; in acl2_access()
339 (args->access & (ACCESS2_MODIFY|ACCESS2_EXTEND))) { in acl2_access()
342 resp->resok.access |= in acl2_access()
343 (args->access & (ACCESS2_MODIFY|ACCESS2_EXTEND)); in acl2_access()
349 resp->resok.access |= ACCESS2_DELETE; in acl2_access()
351 if (args->access & ACCESS2_EXECUTE) { in acl2_access()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c144 seg_desc.access |= usd->sd_xx << 12; in usd_to_seg_desc()
146 seg_desc.access |= usd->sd_gran << 15; in usd_to_seg_desc()
190 uint32_t limit, access; in desc_table_limit_check() local
198 if (SEG_DESC_UNUSABLE(access) || !SEG_DESC_PRESENT(access)) in desc_table_limit_check()
223 uint32_t limit, access; in desc_table_rw() local
870 uint32_t eip, ot_lim, access; in vmexit_task_switch() local
905 nt_type = SEG_DESC_TYPE(nt.access); in vmexit_task_switch()
913 if (!SEG_DESC_PRESENT(nt.access)) { in vmexit_task_switch()
971 &access); in vmexit_task_switch()
973 assert(!SEG_DESC_UNUSABLE(access) && SEG_DESC_PRESENT(access)); in vmexit_task_switch()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh44 do case $i in *access=* ) eval $i ;; esac ; done
45 if [ ! "$access" ] ; then return ; fi
52 ro | rw ) OPTS="${OPTS}$i=$access," ; ropt="true" ;;
53 access=* ) ;;
57 if [ ! "$ropt" ] ; then OPTS="ro=$access,$OPTS" ; fi
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DMakefile.test14 OBJS=visible.o hidden.o access.o
33 gcc -m64 -shared hidden.o visible.o access.o -o $@
35 libnoref.so: $(OBJS:access.o=) #Remove any references
36 gcc -m64 -Wl,-zignore -shared $(OBJS:access.o=) -o $@
/illumos-gate/usr/src/lib/libpkg/common/
H A Dckvolseq.c66 if (access(path, 0)) { in ckvolseq()
92 if (access(path, 0) == 0) in ckvolseq()
95 if (access(path, 0) == 0) in ckvolseq()
100 if (access(path, 0) == 0) in ckvolseq()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfindscripts.c119 if (access(path, R_OK) == 0) { in find_CAS()
127 if (access(path, R_OK) == 0) { in find_CAS()
151 if (access(path, R_OK) == 0) { in find_CAS()
166 if (access(path, R_OK) == 0) { in find_CAS()
174 if (access(path, R_OK) == 0) { in find_CAS()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c1015 uint32_t access = 0; in smb_fsop_getattr() local
1311 uint32_t access; in smb_fsop_setattr() local
1349 access = 0; in smb_fsop_setattr()
1725 int access = 0; in smb_fsop_access() local
1808 access |= VWRITE; in smb_fsop_access()
1811 access |= VREAD; in smb_fsop_access()
1814 access |= VEXEC; in smb_fsop_access()
2243 int access = 0; in smb_fsop_aclread() local
2302 int access = 0; in smb_fsop_aclwrite() local
2563 int access = 0; in smb_fsop_sdwrite() local
[all …]
H A Dsmb_tree.c541 uint32_t access; in smb_tree_acl_access() local
545 access = ACE_ALL_PERMS; in smb_tree_acl_access()
553 access = 0; in smb_tree_acl_access()
555 return (access); in smb_tree_acl_access()
568 return (access); in smb_tree_acl_access()
590 return (access); in smb_tree_acl_access()
617 uint32_t access; in smb_tree_chkaccess() local
656 return (access); in smb_tree_chkaccess()
676 uint32_t access; in smb_tree_connect_disk() local
805 uint32_t access; in smb_tree_connect_printq() local
[all …]
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Daccess.cc33 vroot_result= access(path, vroot_args.access.mode); in access_thunk()
39 vroot_args.access.mode= mode; in access_vroot()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt177 # NVI_NIC = 4 # NIC access to NPORTS
316 cmask = all # access to all channels
328 cmask = all # access to all channels
340 cmask = all # access to all channels
352 cmask = all # access to all channels
369 cmask = all # access to all channels
397 cmask = all # access to all channels
419 cmask = all # access to all channels
437 cmask = all # access to all channels
456 cmask = all # access to all channels
[all …]
H A Dt5fw_cfg.txt212 # NVI_NIC = 4 # NIC access to NPORTS
352 cmask = all # access to all channels
365 cmask = all # access to all channels
378 cmask = all # access to all channels
391 cmask = all # access to all channels
410 cmask = all # access to all channels
439 cmask = all # access to all channels
462 cmask = all # access to all channels
481 cmask = all # access to all channels
501 cmask = all # access to all channels
[all …]
H A Dt6fw_cfg.txt229 # NVI_NIC = 4 # NIC access to NPORTS
367 cmask = all # access to all channels
380 cmask = all # access to all channels
392 cmask = all # access to all channels
404 cmask = all # access to all channels
424 cmask = all # access to all channels
456 cmask = all # access to all channels
480 cmask = all # access to all channels
499 cmask = all # access to all channels
519 cmask = all # access to all channels
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtempnam.c69 if (x > 0 && access(pcopy(p, tdir), (W_OK | X_OK)) == 0) in tempnam()
71 if (y > 0 && access(pcopy(p, dir), (W_OK | X_OK)) == 0) in tempnam()
73 if (access(pcopy(p, P_tmpdir), (W_OK | X_OK)) == 0) in tempnam()
75 if (access(pcopy(p, "/tmp"), (W_OK | X_OK)) != 0) { in tempnam()
/illumos-gate/usr/src/cmd/mail/
H A Dlegal.c60 if (access(file, A_EXIST) == A_OK) {
61 if (access(file, A_WRITE) == A_OK)
75 if (access(dfile, A_WRITE) == CERROR)
/illumos-gate/usr/src/cmd/picl/plugins/common/frutree/
H A Dpiclfrutree.c91 if (access(pname, R_OK) == 0) { in get_config_file()
100 if (access(pname, R_OK) == 0) { in get_config_file()
109 if (access(pname, R_OK) == 0) { in get_config_file()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module_load.c89 if (access(fullname, F_OK) != 0) { in mdb_module_load()
116 if (access(buf, F_OK) == 0) { in mdb_module_load()
126 if (access(buf, F_OK) == 0) { in mdb_module_load()
138 if (access(buf, F_OK) == 0) in mdb_module_load()

12345678910>>...25