Searched refs:access (Results 126 - 150 of 348) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_xdr.c196 if (!xdr_fsh_access(xdrs, &objp->access))
304 if (!xdr_fsh_access(xdrs, &objp->access))
/freebsd-11-stable/contrib/byacc/
H A Dmain.c581 if ((tmpdir = getenv("TMPDIR")) == 0 || access(tmpdir, W_OK) != 0)
588 if (access(tmpdir, W_OK) != 0)
/freebsd-11-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c237 print_access(n->access);
270 print_access(n->access);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.h374 size_t length, int access);
376 void *addr, size_t length, int access);
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk34 access.o \
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c436 ATF_REQUIRE_MSG(access(hostlist_file, R_OK) == 0,
437 "can't access the hostlist file %s\n", hostlist_file);
447 if (access(snapshot_file, W_OK | R_OK) != 0) {
451 printf("can't access the snapshot "
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c404 if (access(path, F_OK) == 0 &&
461 if (access(confpath, F_OK) == 0 && read_conf_file(confpath,
/freebsd-11-stable/sys/geom/
H A Dgeom.h109 g_access_t *access; member in struct:g_class
142 g_access_t *access; member in struct:g_geom
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c328 if (access(PATH_PORTS, R_OK | X_OK) != 0)
364 access(b, R_OK | X_OK) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c191 PUFFSOP_SET(pops, dtfs, node, access);
/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c96 if (access(path, R_OK) != -1) {
/freebsd-11-stable/contrib/gcc/
H A Dtree-dump.c280 tree access = (accesses ? VEC_index (tree, accesses, ix) local
284 if (access == access_public_node)
286 else if (access == access_protected_node)
288 else if (access == access_private_node)
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h66 /* Codes to describe the type of access to check: __mf_check arg 3 */
165 #pragma redefine_extname access __mfwrap_access
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstandalone.c80 access (void)
79 access (void) function
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man466 should give you access to the complete manual.
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A Dafslog.c285 access(argv[i], F_OK) == 0)
/freebsd-11-stable/contrib/top/
H A DConfigure108 Random passwd access $yesno[$random1]
281 echo "It looks like you have conventional passwd file access. Top can take"
282 echo "advantage of a random access passwd mechanism if such exists. Do"
284 set pr = 'with random access rather than sequential'
382 really need root access. If you are running SunOS 5.0 through SunOS
/freebsd-11-stable/sys/xen/interface/
H A Dmemory.h411 * Log access: starts off as n, automatically
424 uint8_t access; member in struct:xen_mem_access_op
428 * Ignored on setting default access and other ops
434 * ~0ull is used to set and get the default access for pages
/freebsd-11-stable/sys/dev/gxemul/disk/
H A Dgxemul_disk.c65 .access = gxemul_disk_access,
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c173 int access);
254 size_t length, int access);
701 size_t length, int access)
710 real_mr = ibv_reg_mr(pd->real_pd, addr, length, access);
700 __ibv_reg_mr_1_0(struct ibv_pd_1_0 *pd, void *addr, size_t length, int access) argument
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h183 size_t length, int access);
H A Dverbs.c112 int access)
124 access, &mhp->ibv_mr, &cmd, sizeof cmd,
144 size_t length, int access)
147 return __c4iw_reg_mr(pd, addr, length, (uintptr_t) addr, access);
110 __c4iw_reg_mr(struct ibv_pd *pd, void *addr, size_t length, uint64_t hca_va, int access) argument
143 c4iw_reg_mr(struct ibv_pd *pd, void *addr, size_t length, int access) argument
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.c139 gctl_error(req, "could not access consumer");
288 .access = g_bde_access,
/freebsd-11-stable/sys/dev/iser/
H A Diser_memory.c186 fastreg_wr.access = IB_ACCESS_LOCAL_WRITE |
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c639 if (access(file, R_OK) != -1)
645 if (access(file, R_OK) != -1) {
654 if (access(file, R_OK) != -1)
674 globres = access(file, R_OK);

Completed in 333 milliseconds

1234567891011>>