Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c336 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} argument
344 #define TS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} argument
356 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0} argument
357 #define TNSu(name, amode) {TERM, amode, 0, 0, 1, 0} argument
358 #define TNSy(name, amode) {TERM, amode, 0, 1, 0, 0} argument
359 #define TNSyp(name, amode) {TERM, amode, 0, 1, 0, 1} argument
360 #define TNSx(name, amode) {TERM, amode, 1, 0, 0, 0} argument
364 #define TS(name, amode) {TERM, amode, 0, 0, 0, 0} argument
365 #define TSx(name, amode) {TERM, amode, 1, 0, 0, 0} argument
366 #define TSy(name, amode) {TERM, amode, 0, 1, 0, 0} argument
[all …]
/freebsd-12.1/sys/netgraph/
H A Dng_async.c80 u_char amode; /* Async hunt/esape mode */ member
187 sc->amode = MODE_HUNT; in nga_constructor()
305 sc->amode = MODE_HUNT; in nga_rcvmsg()
309 sc->amode = MODE_HUNT; in nga_rcvmsg()
554 sc->amode = MODE_NORMAL; in nga_rcv_async()
559 switch (sc->amode) { in nga_rcv_async()
562 sc->amode = MODE_ESC; in nga_rcv_async()
568 sc->amode = MODE_NORMAL; in nga_rcv_async()
578 sc->amode = MODE_HUNT; in nga_rcv_async()
/freebsd-12.1/sys/kern/
H A Dsubr_acl_nfs4.c374 mode_t amode; in acl_nfs4_sync_acl_from_mode_draft() local
537 amode = mode >> 3; in acl_nfs4_sync_acl_from_mode_draft()
546 amode = amode >> 3; in acl_nfs4_sync_acl_from_mode_draft()
549 if (amode & READ) in acl_nfs4_sync_acl_from_mode_draft()
556 if (amode & WRITE) in acl_nfs4_sync_acl_from_mode_draft()
563 if (amode & WRITE) in acl_nfs4_sync_acl_from_mode_draft()
570 if (amode & EXEC) in acl_nfs4_sync_acl_from_mode_draft()
H A Dvfs_syscalls.c1944 int amode; member
1952 0, uap->amode)); in sys_access()
1959 int amode; member
1968 uap->amode)); in sys_faccessat()
1973 int flag, int amode) in kern_accessat() argument
1982 if (amode != F_OK && (amode & ~(R_OK | W_OK | X_OK)) != 0) in kern_accessat()
1999 AUDIT_ARG_VALUE(amode); in kern_accessat()
2007 error = vn_access(vp, amode, usecred, td); in kern_accessat()
2024 int amode; member
2032 AT_EACCESS, uap->amode)); in sys_eaccess()
H A Dsystrace_args.c239 iarg[1] = p->amode; /* int */ in systrace_args()
1839 iarg[1] = p->amode; /* int */ in systrace_args()
2647 iarg[2] = p->amode; /* int */ in systrace_args()
/freebsd-12.1/contrib/atf/atf-c/detail/
H A Dfs_test.c621 int amode; in ATF_TC_BODY() member
679 for (t = &tests[0]; t->amode != 0; t++) { in ATF_TC_BODY()
684 printf("Access mode : 0x%02x\n", t->amode); in ATF_TC_BODY()
694 err = atf_fs_eaccess(&p, t->amode); in ATF_TC_BODY()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c537 if (args->amode & ~(F_OK | X_OK | W_OK | R_OK)) in linux_access()
544 printf(ARGS(access, "%s, %d"), path, args->amode); in linux_access()
547 args->amode); in linux_access()
561 if (args->amode & ~(F_OK | X_OK | W_OK | R_OK)) in linux_faccessat()
569 printf(ARGS(access, "%s, %d"), path, args->amode); in linux_faccessat()
572 error = kern_accessat(td, dfd, path, UIO_SYSSPACE, 0, args->amode); in linux_faccessat()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_fcntl.c250 error = kern_accessat(td, AT_FDCWD, path, UIO_SYSSPACE, 0, uap->amode);
H A Dibcs2_proto.h125 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member
/freebsd-12.1/contrib/gcc/
H A Dloop-iv.c710 enum machine_mode amode = GET_MODE (next); in get_biv_step_1() local
712 if (GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode)) in get_biv_step_1()
715 *inner_mode = amode; in get_biv_step_1()
/freebsd-12.1/contrib/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2553 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \ argument
2555 (long long)(amode), \
2557 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \ argument
2559 res, (long long)(fd), (long long)(path), (long long)(amode), \
4611 long long amode, long long flag);
4613 long long path, long long amode,
/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clstate.c214 nfscl_open(vnode_t vp, u_int8_t *nfhp, int fhlen, u_int32_t amode, int usedeleg, in nfscl_open() argument
262 if (!(amode & NFSV4OPEN_ACCESSWRITE) || in nfscl_open()
305 if (op != NULL && (amode & ~(op->nfso_mode))) { in nfscl_open()
306 op->nfso_mode |= amode; in nfscl_open()
H A Dnfs_clrpcops.c333 nfsrpc_open(vnode_t vp, int amode, struct ucred *cred, NFSPROC_T *p) in nfsrpc_open() argument
349 if (amode & FREAD) in nfsrpc_open()
351 if (amode & FWRITE) in nfsrpc_open()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_systrace_args.c205 iarg[1] = p->amode; /* l_int */ in systrace_args()
1919 iarg[2] = p->amode; /* l_int */ in systrace_args()
H A Dlinux_proto.h110 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
907 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c242 iarg[1] = p->amode; /* int */ in systrace_args()
1794 iarg[1] = p->amode; /* int */ in systrace_args()
2581 iarg[2] = p->amode; /* int */ in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_systrace_args.c233 iarg[1] = p->amode; /* l_int */ in systrace_args()
2065 iarg[2] = p->amode; /* l_int */ in systrace_args()
H A Dlinux32_proto.h139 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
990 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
/freebsd-12.1/sys/i386/linux/
H A Dlinux_systrace_args.c241 iarg[1] = p->amode; /* l_int */ in systrace_args()
2141 iarg[2] = p->amode; /* l_int */ in systrace_args()
H A Dlinux_proto.h143 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
1008 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
/freebsd-12.1/sys/sys/
H A Dsysproto.h158 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member
987 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member
1423 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def409 /// int access(const char *path, int amode);
/freebsd-12.1/sys/arm64/linux/
H A Dlinux_systrace_args.c315 iarg[2] = p->amode; /* l_int */ in systrace_args()
H A Dlinux_proto.h201 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c29786 int amode = 0;
29791 amode = F_OK;
29794 amode = W_OK|R_OK;
29797 amode = R_OK;
29803 *pResOut = (osAccess(zPath, amode)==0);