HomeSort by: relevance | last modified time | path
    Searched refs:amode (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/dev/i2c/
xc5k.c 303 uint16_t amode, vmode; local in function:xc5k_tune_video
311 amode = XC5K_AUDIO_MODE_BTSC;
322 if (xc5k_write_2(xc, XC5K_REG_AUDIO_MODE, amode))
353 uint16_t amode, vmode; local in function:xc5k_tune_dtv
371 amode = XC5K_AUDIO_MODE_DTV6;
387 amode = XC5K_AUDIO_MODE_DTV6;
392 amode = XC5K_AUDIO_MODE_DTV78;
411 if (xc5k_write_2(xc, XC5K_REG_AUDIO_MODE, amode))
  /src/lib/librmt/
rmtlib.c 654 rmtaccess(const char *path, int amode)
662 return access(path, amode);
  /src/sys/arch/m68k/m68k/
db_disasm.c 890 int sz, ch, amode; local in function:opcode_addsub
893 amode = 0;
905 amode = 1;
915 if (!amode && (IS_INST(ADDX,opc) || IS_INST(SUBX,opc))) {
943 if (amode)
948 if (ISBITSET(opc,8) && amode == 0) {
955 if (amode)
  /src/usr.bin/xlint/llib/
llib-lposix 68 int (access)(const char *path, int amode);
  /src/sys/compat/linux32/common/
linux32_unistd.c 490 syscallarg(int) amode;
494 SCARG(uap, amode), AT_SYMLINK_FOLLOW);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 265 syscallarg(int) amode;
1148 syscallarg(int) amode;
linux_systrace_args.c 344 iarg[2] = SCARG(p, amode); /* int */
1851 iarg[2] = SCARG(p, amode); /* int */
  /src/sys/compat/linux/common/
linux_file.c 772 syscallarg(int) amode;
776 SCARG(uap, amode), AT_SYMLINK_FOLLOW);
937 syscallarg(int) amode;
941 int mode = SCARG(uap, amode);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h 2553 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \
2555 (long long)(amode), \
2557 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \
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,
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1196 syscallarg(int) amode;
1416 syscallarg(int) amode;
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1086 syscallarg(int) amode;
1314 syscallarg(int) amode;
linux_systrace_args.c 1859 iarg[2] = SCARG(p, amode); /* int */
2167 iarg[2] = SCARG(p, amode); /* int */
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1160 syscallarg(int) amode;
1392 syscallarg(int) amode;
linux_systrace_args.c 1958 iarg[2] = SCARG(p, amode); /* int */
2270 iarg[2] = SCARG(p, amode); /* int */
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1207 syscallarg(int) amode;
1410 syscallarg(int) amode;
linux_systrace_args.c 2021 iarg[2] = SCARG(p, amode); /* int */
2298 iarg[2] = SCARG(p, amode); /* int */
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1145 syscallarg(int) amode;
1381 syscallarg(int) amode;
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 1111 syscallarg(int) amode;
1315 syscallarg(int) amode;
  /src/sys/compat/linux32/arch/aarch64/
linux32_syscallargs.h 999 syscallarg(int) amode;
  /src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h 1008 syscallarg(int) amode;
  /src/sys/compat/netbsd32/
netbsd32_fs.c 1243 syscallarg(int) amode;
1250 NETBSD32TO64_UAP(amode);
  /src/sys/fs/nfs/client/
nfs_clstate.c 211 nfscl_open(vnode_t vp, u_int8_t *nfhp, int fhlen, u_int32_t amode, int usedeleg,
260 if (!(amode & NFSV4OPEN_ACCESSWRITE) ||
296 if (op != NULL && (amode & ~(op->nfso_mode))) {
297 op->nfso_mode |= amode;
nfs_clrpcops.c 262 nfsrpc_open(vnode_t vp, int amode, struct ucred *cred, NFSPROC_T *p)
278 if (amode & FREAD)
280 if (amode & FWRITE)
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1206 syscallarg(int) amode;
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 5953 rump___sysimpl_faccessat(int fd, const char * path, int amode, int flag)
5963 SPARG(&callarg, amode) = amode;

Completed in 74 milliseconds

1 2