Searched refs:amode (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c296 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0}
297 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0}
298 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0}
299 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0}
300 #define TNSyp(name, amode) {TERM, amode, nam
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_async.c80 u_char amode; /* Async hunt/esape mode */ member in struct:ng_async_private
187 sc->amode = MODE_HUNT;
305 sc->amode = MODE_HUNT;
309 sc->amode = MODE_HUNT;
554 sc->amode = MODE_NORMAL;
559 switch (sc->amode) {
562 sc->amode = MODE_ESC;
568 sc->amode = MODE_NORMAL;
578 sc->amode = MODE_HUNT;
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_nfs4.c372 mode_t amode; local
535 amode = mode >> 3;
539 * in ACE matches the owner of the file, we shift amode three
541 * placed in the three low order bits of amode.
544 amode = amode >> 3;
547 if (amode & READ)
554 if (amode & WRITE)
561 if (amode & WRITE)
568 if (amode
[all...]
H A Dvfs_syscalls.c1798 int amode; member in struct:access_args
1806 0, uap->amode));
1813 int amode; member in struct:faccessat_args
1822 uap->amode));
1827 int flag, int amode)
1837 if (amode != F_OK && (amode & ~(R_OK | W_OK | X_OK)) != 0)
1854 AUDIT_ARG_VALUE(amode);
1862 error = vn_access(vp, amode, usecred, td);
1879 int amode; member in struct:eaccess_args
1826 kern_accessat(struct thread *td, int fd, char *path, enum uio_seg pathseg, int flag, int amode) argument
[all...]
H A Dsystrace_args.c248 iarg[1] = p->amode; /* int */
1969 iarg[1] = p->amode; /* int */
2810 iarg[2] = p->amode; /* int */
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c621 int amode; member in struct:tests
679 for (t = &tests[0]; t->amode != 0; t++) {
684 printf("Access mode : 0x%02x\n", t->amode);
694 err = atf_fs_eaccess(&p, t->amode);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c552 if (args->amode & ~(F_OK | X_OK | W_OK | R_OK))
559 printf(ARGS(access, "%s, %d"), path, args->amode);
562 args->amode);
576 if (args->amode & ~(F_OK | X_OK | W_OK | R_OK))
584 printf(ARGS(access, "%s, %d"), path, args->amode);
587 error = kern_accessat(td, dfd, path, UIO_SYSSPACE, 0, args->amode);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_fcntl.c248 error = kern_accessat(td, AT_FDCWD, path, UIO_SYSSPACE, 0, uap->amode);
H A Dibcs2_proto.h124 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member in struct:ibcs2_access_args
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.c499 0, uap->amode);
H A Dsvr4_proto.h83 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member in struct:svr4_sys_access_args
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c710 enum machine_mode amode = GET_MODE (next); local
712 if (GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode))
715 *inner_mode = amode;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2554 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \
2556 (long long)(amode), \
2558 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \
2560 res, (long long)(fd), (long long)(path), (long long)(amode), \
4668 long long amode, long long flag);
4670 long long path, long long amode,
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c205 iarg[1] = p->amode; /* l_int */
1919 iarg[2] = p->amode; /* l_int */
H A Dlinux_proto.h109 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member in struct:linux_access_args
906 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member in struct:linux_faccessat_args
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c210 nfscl_open(vnode_t vp, u_int8_t *nfhp, int fhlen, u_int32_t amode, int usedeleg, argument
258 if (!(amode & NFSV4OPEN_ACCESSWRITE) ||
301 if (op != NULL && (amode & ~(op->nfso_mode))) {
302 op->nfso_mode |= amode;
H A Dnfs_clrpcops.c278 nfsrpc_open(vnode_t vp, int amode, struct ucred *cred, NFSPROC_T *p) argument
294 if (amode & FREAD)
296 if (amode & FWRITE)
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c251 iarg[1] = p->amode; /* int */
1924 iarg[1] = p->amode; /* int */
2744 iarg[2] = p->amode; /* int */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h162 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member in struct:access_args
1046 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member in struct:eaccess_args
1499 char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)]; member in struct:faccessat_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c233 iarg[1] = p->amode; /* l_int */
2065 iarg[2] = p->amode; /* l_int */
H A Dlinux32_proto.h138 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member in struct:linux_access_args
989 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member in struct:linux_faccessat_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c241 iarg[1] = p->amode; /* l_int */
2141 iarg[2] = p->amode; /* l_int */
H A Dlinux_proto.h142 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member in struct:linux_access_args
1007 char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)]; member in struct:linux_faccessat_args
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c29786 int amode = 0; local
[all...]

Completed in 910 milliseconds