Home
last modified time | relevance | path

Searched refs:_args (Results 1 – 25 of 39) sorted by last modified time

12

/netbsd/sys/compat/linux/arch/powerpc/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/i386/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/m68k/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/mips/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/arm/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/aarch64/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d436 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()
535 _args = args; in Task()
2142 nextBufTask._args[1] = buf2; in map()
2328 nextBufTask._args[0] = &fillBuf;
[all …]
/netbsd/sys/sys/
H A Dsyscallargs.h43 typedef char call##_check_args[sizeof (struct call##_args) \
H A Dsiginfo.h85 uint64_t _args[8]; /* SYS_MAXSYSARGS */ member
176 #define si_args _info._reason._syscall._args
206 #define ksi_args ksi_info._reason._syscall._args
H A Dmidiio.h600 #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})
/netbsd/
H A Dbuild.sh2034 # with these arguments: ${_args}
/netbsd/sys/compat/linux/common/
H A Dlinux_file.c905 fun(struct lwp *l, const struct fun##_args *uap, register_t *retval) \
/netbsd/sys/dev/pci/
H A Dvirtio_pci.c54 #define VIRTIO_PCI_LOG(_sc, _use_log, _fmt, _args...) \ argument
59 ##_args); \
62 _fmt, ##_args); \
H A Dif_iavf.c419 #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/external/bsd/openpam/dist/include/security/
H A Dpam_modules.h81 int _args,
/netbsd/sys/net/
H A Dif_spppsubr.c323 #define SPPP_LOG(_sp, _lvl, _fmt, _args...) do { \ argument
327 addlog((_fmt), ##_args); \
329 #define SPPP_DLOG(_sp, _fmt, _args...) do { \ argument
332 SPPP_LOG(_sp, LOG_DEBUG, _fmt, ##_args); \
/netbsd/sys/kern/
H A Dsys_syscall.c61 SYS_SYSCALL(struct lwp *l, const struct CONCAT(SYS_SYSCALL, _args) *uap, in SYS_SYSCALL()
/netbsd/sys/net/lagg/
H A Dif_lagg.c214 #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/sys/fs/tmpfs/
H A DTODO7 struct vop_*_args assignment into *ap with comment like:
15 vop_*_args assignment. Those are very ugly and add a lot of redundancy.
/netbsd/sys/compat/ultrix/
H A Dultrix_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/sunos32/
H A Dsunos32_syscallargs.h34 typedef char call##_check_args[sizeof (struct call##_args) \
/netbsd/sys/compat/sys/
H A Dsiginfo.h85 netbsd32_siginfo_uint64 _args[8]; /* SYS_MAXSYSARGS */ member

12