Home
last modified time | relevance | path

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

123

/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c296 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} argument
297 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0} argument
298 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0} argument
299 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0} argument
300 #define TNSyp(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 1} argument
301 #define TNSZ(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0} argument
302 #define TNSZy(name, amode, sz) {TERM, amode, name, 0, sz, 0, 1, 0, 0} argument
303 #define TNSZvr(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0, 1} argument
304 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0, 0} argument
305 #define TSx(name, amode) {TERM, amode, name, 1, 0, 1, 0, 0, 0} argument
[all …]
/netbsd-src/sys/dev/i2c/
H A Dxc5k.c303 uint16_t amode, vmode; in xc5k_tune_video() local
311 amode = XC5K_AUDIO_MODE_BTSC; in xc5k_tune_video()
322 if (xc5k_write_2(xc, XC5K_REG_AUDIO_MODE, amode)) in xc5k_tune_video()
353 uint16_t amode, vmode; in xc5k_tune_dtv() local
371 amode = XC5K_AUDIO_MODE_DTV6; in xc5k_tune_dtv()
387 amode = XC5K_AUDIO_MODE_DTV6; in xc5k_tune_dtv()
392 amode = XC5K_AUDIO_MODE_DTV78; in xc5k_tune_dtv()
411 if (xc5k_write_2(xc, XC5K_REG_AUDIO_MODE, amode)) in xc5k_tune_dtv()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c624 int amode; in ATF_TC_BODY() member
682 for (t = &tests[0]; t->amode != 0; t++) { in ATF_TC_BODY()
687 printf("Access mode : 0x%02x\n", t->amode); in ATF_TC_BODY()
697 err = atf_fs_eaccess(&p, t->amode); in ATF_TC_BODY()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-visium.c1007 enum addressing_mode amode; in md_assemble() local
1046 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0) in md_assemble()
1058 this_mode = amode; in md_assemble()
1060 switch (amode) in md_assemble()
1792 relax = amode; in md_assemble()
H A Dtc-tic54x.c169 static enum address_mode amode = c_mode; variable
1071 && amode == c_mode in tic54x_cons()
1079 amode = far_mode; in tic54x_cons()
1083 amode = c_mode; in tic54x_cons()
2111 amode = mode; in set_address_mode()
2126 if (assembly_begun && amode != (unsigned) mode) in tic54x_address_mode()
2504 amode = far_mode; in md_parse_option()
3488 if (amode == c_mode) in encode_dmad()
4854 set_address_mode (amode); in md_assemble()
4942 && amode != far_mode) in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-visium.c1028 enum addressing_mode amode; in md_assemble() local
1067 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0) in md_assemble()
1079 this_mode = amode; in md_assemble()
1081 switch (amode) in md_assemble()
1813 relax = amode; in md_assemble()
H A Dtc-tic54x.c169 static enum address_mode amode = c_mode; variable
1040 && amode == c_mode in tic54x_cons()
1048 amode = far_mode; in tic54x_cons()
1052 amode = c_mode; in tic54x_cons()
2069 amode = mode; in set_address_mode()
2084 if (assembly_begun && amode != (unsigned) mode) in tic54x_address_mode()
2476 amode = far_mode; in md_parse_option()
3457 if (amode == c_mode) in encode_dmad()
4806 set_address_mode (amode); in md_assemble()
4894 && amode != far_mode) in md_assemble()
/netbsd-src/lib/librmt/
H A Drmtlib.c654 rmtaccess(const char *path, int amode) in rmtaccess() argument
662 return access(path, amode); in rmtaccess()
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.c890 int sz, ch, amode; in opcode_addsub() local
893 amode = 0; in opcode_addsub()
905 amode = 1; in opcode_addsub()
915 if (!amode && (IS_INST(ADDX,opc) || IS_INST(SUBX,opc))) { in opcode_addsub()
943 if (amode) in opcode_addsub()
948 if (ISBITSET(opc,8) && amode == 0) { in opcode_addsub()
955 if (amode) in opcode_addsub()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_file.c772 syscallarg(int) amode;
776 SCARG(uap, amode), AT_SYMLINK_FOLLOW); in linux_sys_pread()
937 syscallarg(int) amode;
941 int mode = SCARG(uap, amode);
/netbsd-src/sys/compat/linux/arch/aarch64/
H A Dlinux_syscallargs.h265 syscallarg(int) amode;
1148 syscallarg(int) amode;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-iv.cc744 scalar_int_mode amode; in get_biv_step_1() local
745 if (!is_a <scalar_int_mode> (GET_MODE (next), &amode) in get_biv_step_1()
746 || GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode)) in get_biv_step_1()
749 *inner_mode = amode; in get_biv_step_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-iv.c744 scalar_int_mode amode; in get_biv_step_1() local
745 if (!is_a <scalar_int_mode> (GET_MODE (next), &amode) in get_biv_step_1()
746 || GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode)) in get_biv_step_1()
749 *inner_mode = amode; in get_biv_step_1()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_unistd.c494 SCARG(uap, amode), AT_SYMLINK_FOLLOW); in linux32_sys_faccessat()
/netbsd-src/sys/compat/linux/arch/m68k/
H A Dlinux_syscallargs.h1145 syscallarg(int) amode;
1381 syscallarg(int) amode;
/netbsd-src/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h1086 syscallarg(int) amode;
1314 syscallarg(int) amode;
/netbsd-src/sys/compat/linux/arch/powerpc/
H A Dlinux_syscallargs.h1111 syscallarg(int) amode;
1315 syscallarg(int) amode;
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_syscallargs.h1207 syscallarg(int) amode;
1410 syscallarg(int) amode;
/netbsd-src/sys/compat/linux/arch/arm/
H A Dlinux_syscallargs.h1160 syscallarg(int) amode;
1392 syscallarg(int) amode;
/netbsd-src/sys/compat/linux/arch/alpha/
H A Dlinux_syscallargs.h1196 syscallarg(int) amode;
1416 syscallarg(int) amode;
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c120 static int (*__real_access)(const char *path, int amode) = NULL;
2561 access (const char *path, int amode) in access() argument
2572 return CALL_REAL (access)(path, amode); in access()
2575 ret = CALL_REAL (access)(path, amode); in access()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2581 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \ argument
2583 (long long)(amode), \
2585 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \ argument
2587 res, (long long)(fd), (long long)(path), (long long)(amode), \
4792 long long amode, long long flag);
4794 long long path, long long amode,
/netbsd-src/sys/external/bsd/compiler_rt/dist/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,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2581 #define __sanitizer_syscall_pre_faccessat(fd, path, amode, flag) \ argument
2583 (long long)(amode), \
2585 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \ argument
2587 res, (long long)(fd), (long long)(path), (long long)(amode), \
4792 long long amode, long long flag);
4794 long long path, long long amode,
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diotrace.c137 static int (*__real_access)(const char *path, int amode) = NULL;
2900 access (const char *path, int amode) argument
2911 return CALL_REAL (access)(path, amode);
2914 ret = CALL_REAL (access)(path, amode);

123