/netbsd-src/sys/sys/ |
H A D | midiio.h | 600 #define SEQ_MK_EVENT(_member,_tag,_args...) \ argument 601 (seq_event_t){ ._member = { .tag = (_tag), _args } } 603 #define SEQ_MK_TIMING(_op,_args...) \ argument 604 SEQ_MK_EVENT(t_##_op, SEQ_TIMING, .op = TMR_##_op, _args) 606 #define SEQ_MK_CHN(_op,_args...) \ argument 607 SEQ_MK_EVENT(c_##_op, _SEQ_TAG_##_op, .op = MIDI_##_op, _args) 609 #define SEQ_MK_SYSEX(_dev,_args...) \ argument 611 .buffer={0xff, 0xff, 0xff, 0xff, 0xff, 0xff, _args})
|
H A D | siginfo.h | 85 uint64_t _args[8]; /* SYS_MAXSYSARGS */ member 176 #define si_args _info._reason._syscall._args 206 #define ksi_args ksi_info._reason._syscall._args
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_missing.h | 72 #define SYS_DEF(foo) struct foo##_args; \ 73 int foo(lwp_t *, const struct foo##_args *, register_t *)
|
/netbsd-src/sys/fs/tmpfs/ |
H A D | TODO | 7 struct vop_*_args assignment into *ap with comment like: 15 vop_*_args assignment. Those are very ugly and add a lot of redundancy.
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_signal.c | 326 i < __arraycount(si->_reason._syscall._args); i++) in netbsd32_ksi32_to_ksi() 327 si->_reason._syscall._args[i] = in netbsd32_ksi32_to_ksi() 328 si32->_reason._syscall._args[i]; in netbsd32_ksi32_to_ksi() 416 i < __arraycount(si->_reason._syscall._args); i++) in netbsd32_ksi_to_ksi32() 417 si32->_reason._syscall._args[i] = in netbsd32_ksi_to_ksi32() 418 si->_reason._syscall._args[i]; in netbsd32_ksi_to_ksi32()
|
H A D | netbsd32_compat_43.c | 67 #define SYS_DEF(foo) struct foo##_args; \ 68 int foo(struct lwp *, const struct foo##_args *, register_t *)
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_socketcall.h | 181 #define SYS_DEF(foo) struct foo##_args; \ 182 int foo(struct lwp *, const struct foo##_args *, register_t *)
|
H A D | linux32_socketcall.c | 59 #define sc(emul, fn) { "linux32/" #fn, sizeof (struct emul##_##fn##_args), \
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | parallelism.d | 452 fun(myCastedTask._args); in Task() 454 else static if (is(typeof(addressOf(fun(myCastedTask._args))))) in Task() 456 myCastedTask.returnVal = addressOf(fun(myCastedTask._args)); in Task() 460 myCastedTask.returnVal = fun(myCastedTask._args); in Task() 467 Args _args; in Task() local 475 alias args = _args[1..$]; in Task() 479 alias args = _args; in Task() 488 static if (isFunctionPointer!(_args[0])) in Task() 515 alias ReturnType = typeof(fun(_args)); in Task() 519 static if (is(typeof(&fun(_args)))) in Task() [all …]
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | args.h | 23 typedef struct _args { struct
|
/netbsd-src/sys/compat/sys/ |
H A D | siginfo.h | 85 netbsd32_siginfo_uint64 _args[8]; /* SYS_MAXSYSARGS */ member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | parallelism.d | 436 fun(myCastedTask._args); in Task() 438 else static if (is(typeof(&(fun(myCastedTask._args))))) in Task() 440 myCastedTask.returnVal = addressOf(fun(myCastedTask._args)); in Task() 444 myCastedTask.returnVal = fun(myCastedTask._args); in Task() 451 Args _args; in Task() local 459 alias args = _args[1..$]; in Task() 463 alias args = _args; in Task() 472 static if (isFunctionPointer!(_args[0])) in Task() 499 alias ReturnType = typeof(fun(_args)); in Task() 503 static if (is(typeof(&fun(_args)))) in Task() [all …]
|
/netbsd-src/external/bsd/openpam/dist/include/security/ |
H A D | pam_modules.h | 81 int _args,
|
/netbsd-src/sys/kern/ |
H A D | sys_syscall.c | 61 SYS_SYSCALL(struct lwp *l, const struct CONCAT(SYS_SYSCALL, _args) *uap, in SYS_SYSCALL()
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_socketcall.h | 277 #define SYS_DEF(foo) int foo(struct lwp *, const struct foo##_args *, register_t *);
|
H A D | linux_file.c | 1281 fun(struct lwp *l, const struct fun##_args *uap, register_t *retval) \
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | tasks | 70 - solaris 8 doesn't pick up hsfs/pcfs/etc *_args structures and mount flags
|
/netbsd-src/sys/dev/pci/ |
H A D | virtio_pci.c | 64 #define VIRTIO_PCI_LOG(_sc, _use_log, _fmt, _args...) \ argument 69 ##_args); \ 72 _fmt, ##_args); \
|
H A D | if_iavf.c | 419 #define IAVF_LOG(_sc, _lvl, _fmt, _args...) \ argument 425 aprint_error_dev((_sc)->sc_dev, _fmt, ##_args); \ 428 aprint_normal_dev((_sc)->sc_dev,_fmt, ##_args); \ 432 aprint_debug_dev((_sc)->sc_dev, _fmt, ##_args); \ 436 log((_lvl), "%s: " _fmt, _ifp->if_xname, ##_args); \
|
/netbsd-src/sys/compat/ultrix/ |
H A D | ultrix_syscallargs.h | 34 typedef char call##_check_args[sizeof (struct call##_args) \
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_syscallargs.h | 34 typedef char call##_check_args[sizeof (struct call##_args) \
|
/netbsd-src/sys/compat/sunos/ |
H A D | sunos_syscallargs.h | 34 typedef char call##_check_args[sizeof (struct call##_args) \
|
/netbsd-src/sys/compat/freebsd/ |
H A D | freebsd_syscallargs.h | 34 typedef char call##_check_args[sizeof (struct call##_args) \
|
/netbsd-src/sys/net/lagg/ |
H A D | if_lagg.c | 214 #define LAGG_DPRINTF(_sc, _fmt, _args...) do { \ argument 216 (_sc)->sc_if.if_xname : "lagg", ##_args); \ 220 #define LAGG_DPRINTF(_sc, _fmt, _args...) __nothing argument
|
/netbsd-src/sys/compat/aoutm68k/ |
H A D | aoutm68k_syscallargs.h | 34 typedef char call##_check_args[sizeof (struct call##_args) \
|