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

1234567891011>>

/freebsd-9.3-release/sys/geom/
H A Dgeom_redboot.c262 /* interpose our access method */
263 sc->parent_access = gp->access;
264 gp->access = g_redboot_access;
/freebsd-9.3-release/usr.sbin/sade/
H A Dmisc.c54 if (!access(fname, F_OK))
63 if (!access(fname, X_OK))
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dverbs.c120 enum ibv_access_flags access,
144 ret = ibv_cmd_reg_mr(pd, addr, length, hca_va, access, mr,
148 ret = ibv_cmd_reg_mr(pd, addr, length, hca_va, access, mr,
160 size_t length, enum ibv_access_flags access)
162 return __mthca_reg_mr(pd, addr, length, (uintptr_t) addr, access, 0);
118 __mthca_reg_mr(struct ibv_pd *pd, void *addr, size_t length, uint64_t hca_va, enum ibv_access_flags access, int dma_sync) argument
159 mthca_reg_mr(struct ibv_pd *pd, void *addr, size_t length, enum ibv_access_flags access) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c855 if (uniqfile && access(uniqfile, R_OK) != 0) {
860 if (withfile && access(withfile, R_OK) != 0) {
865 if (outfile && access(outfile, R_OK|W_OK) != 0)
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h695 int access);
700 int access);
866 size_t length, int access);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c100 dsc->access != W && dsc->getter) {
226 if (dsc->access != W && dsc->getter)
242 if (dsc->access != R && dsc->setter)
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h116 * Adjust ANSI C / Posix support. Add -k, -V, setuid. Don't call access().
384 struct access { struct
386 struct access * nextaccess;
658 extern struct access * AccessList;
/freebsd-9.3-release/usr.sbin/lpr/lpr/
H A Dlpr.c302 * Check for restricted group access.
444 * because changing the owner and access-bits would
450 * If we can access and remove the original file
456 ret = access(dfname, R_OK);
708 if (access(file, 4) < 0) {
709 printf("%s: cannot access %s\n", progname, file);
774 if (access(directory, W_OK) == 0) {
/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c712 if (access(bin, R_OK | F_OK) == -1)
715 if (access(ofile, R_OK | F_OK) == -1)
718 if (kfile != NULL && access(kfile, R_OK | F_OK) == -1)
/freebsd-9.3-release/bin/pax/
H A Dfile_subs.c61 * and setting access modes, uid/gid and times of files
145 * then set file permission modes. Then set file access and
452 if (access(arcn->name, R_OK | W_OK | X_OK) < 0) {
454 syswarn(0, errno,"Could not access %s (stat)",
576 * required (do an access()).
608 if ((access(name, R_OK | W_OK | X_OK) < 0) &&
621 * Set the access time and modification time for a named file. If frc is
623 * request access and/or modification time preservation (this is also
624 * used by -t to reset access times).
688 * Set file access mod
[all...]
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc106 can access them all, and initialized data all before uninitialized, so
/freebsd-9.3-release/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c235 print_access(n->access);
268 print_access(n->access);
/freebsd-9.3-release/contrib/ipfilter/
H A Dmlf_ipl.c92 # define SYSCTL_IPF(parent, nbr, name, access, ptr, val, descr) \
93 SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_xdr.c196 if (!xdr_fsh_access(xdrs, &objp->access))
304 if (!xdr_fsh_access(xdrs, &objp->access))
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dpmap_dispatch.c132 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t p, argument
137 access, p, prot, wired);
/freebsd-9.3-release/sys/sys/
H A Dsyscall.mk36 access.o \
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getaddr.c474 if (access(hostlist_file, R_OK) != 0) {
476 printf("can't access the hostlist file %s\n",
491 if (access(snapshot_file, W_OK | R_OK) != 0) {
496 printf("can't access the snapshot file %s\n",
/freebsd-9.3-release/usr.bin/csup/
H A Dmisc.c325 if (access(path, F_OK) != 0) {
345 if (access(path, F_OK) == 0) {
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c382 if (!isdir(buf) || access(buf, R_OK) == FAIL) {
389 if (!isfile(buf2) || access(buf2, R_OK) == FAIL)
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmisc.c55 if (!access(fname, F_OK))
64 if (!access(fname, X_OK))
/freebsd-9.3-release/usr.sbin/pkg/
H A Dconfig.c525 if (access(path, F_OK) == 0 &&
582 if (access(confpath, F_OK) == 0 && read_conf_file(confpath,
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h393 # define CVS_ACCESS access
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/gdb/gdb/
H A Dstandalone.c80 access (void)
79 access (void) function

Completed in 410 milliseconds

1234567891011>>