Searched refs:access (Results 101 - 125 of 364) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h136 lldb::AccessType TranslateMemberAccess(llvm::codeview::MemberAccess access);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h90 bool GetStackFrameAccessByAddr(uptr addr, StackFrameAccess *access);
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c91 if(access(newpath, X_OK))
/freebsd-12-stable/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c82 * Make sure we can access it in the way we want
84 if (access(abs_name, mode_bits) >= 0) {
/freebsd-12-stable/contrib/gcc/
H A Dprefix.c294 if (!ALWAYS_STRIP_DOTDOT && access (result, X_OK) == 0)
301 /* We can't access the dir, so we won't be able to
302 access dir/.. either. Strip out `dir/../'. If `dir'
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c210 if (access(infile, R_OK) != 0)
211 terminate("Can't access %s", infile);
/freebsd-12-stable/lib/libc/tests/nss/
H A Dgetusershell_test.c157 if (access(snapshot_file, W_OK | R_OK) != 0) {
161 printf("can't access the snapshot file %s\n",
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h137 int (*access) (struct vm_area_struct *, unsigned long, void *, int, int); member in struct:vm_operations_struct
/freebsd-12-stable/sys/dev/ice/
H A Dice_nvm.h116 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access);
/freebsd-12-stable/sys/dev/io/
H A Diodev.c104 switch (pio_req->access) {
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_dev.h474 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
476 u32 access, struct mthca_mr *mr);
480 u32 access, struct mthca_mr *mr);
484 u32 access, struct mthca_fmr *fmr);
/freebsd-12-stable/sys/dev/ofw/
H A Dofw_disk.c71 .access = g_ofwd_access,
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Drmdir.cc143 ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
/freebsd-12-stable/tests/sys/kern/
H A Dkern_descrip_test.c100 if (access(RENDEZVOUS, R_OK) != 0)
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c88 CHECK_CAPMODE(access, "/tmp/cap_capmode_access", F_OK);
/freebsd-12-stable/etc/mail/
H A DMakefile63 # access, bitdomain, domaintable, genericstable, mailertable, userdb,
128 genericstable virtusertable access
/freebsd-12-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c135 if (access(path, W_OK) < 0)
154 * Having verified access to the directory in which the
/freebsd-12-stable/usr.bin/tip/tip/
H A Dremote.c97 (host[0] == '/' && access(DV = host, R_OK | W_OK) == 0)) {
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Ddriver.h169 uint64_t hca_va, int access,
174 size_t length, uint64_t hca_va, int access,
/freebsd-12-stable/bin/mv/
H A Dmv.c183 * Check access. If interactive and file exists, ask user if it
187 if (!fflg && !access(to, F_OK)) {
204 } else if (access(to, W_OK) && !stat(to, &sb) && isatty(STDIN_FILENO)) {
/freebsd-12-stable/sys/geom/
H A Dgeom_map.c275 /* variable readonly optional, disable write access */
372 /* interpose our access method */
373 sc->parent_access = gp->access;
374 gp->access = g_map_access;
H A Dgeom_redboot.c275 /* interpose our access method */
276 sc->parent_access = gp->access;
277 gp->access = g_redboot_access;
/freebsd-12-stable/lib/libvmmapi/
H A Dvmmapi.h126 uint64_t base, uint32_t limit, uint32_t access);
128 uint64_t *base, uint32_t *limit, uint32_t *access);
/freebsd-12-stable/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c271 if (access(filename,X_OK)) goto conti;
440 if ((access(logfile,W_OK)) && daemonize) {
/freebsd-12-stable/sys/arm64/arm64/
H A Ddebug_monitor.c368 enum dbg_access_t access)
410 switch(access) {
367 dbg_setup_watchpoint(db_expr_t addr, db_expr_t size, enum dbg_el_t el, enum dbg_access_t access) argument

Completed in 223 milliseconds

1234567891011>>