Home
last modified time | relevance | path

Searched refs:_args (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_driver.h20 #define VMCI_LOG_DEBUG(_args, ...) argument
22 #define VMCI_LOG_DEBUG(_args, ...) \ argument
23 log(LOG_DEBUG, _args, ##__VA_ARGS__)
25 #define VMCI_LOG_INFO(_args, ...) \ argument
26 log(LOG_INFO, _args, ##__VA_ARGS__)
27 #define VMCI_LOG_WARNING(_args, ...) \ argument
28 log(LOG_WARNING, _args, ##__VA_ARGS__)
29 #define VMCI_LOG_ERROR(_args, ...) \ argument
30 log(LOG_ERR, _args, ##__VA_ARGS__)
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument
175 __FUNCTION__, ##_args); \
178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_util.h74 (sizeof(struct syscallname ## _args ) \
84 .sy_narg = (sizeof(struct syscallname ## _args ) \
94 .sy_narg = (sizeof(struct syscallname ## _args ) \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtracepoint.h37 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument
43 #define DEFINE_EVENT(_x, _name, _proto, _args) \ argument
/freebsd/tests/sys/netinet6/frag6/
H A Dsniffer.py11 self._args = args
20 ret = self._check_function(self._args, packet)
/freebsd/tests/sys/netpfil/common/
H A Dsniffer.py37 self._args = args
49 ret = self._check_function(self._args, packet)
/freebsd/sys/sys/
H A Dsysent.h222 .sy_narg = (sizeof(struct _syscallname ## _args ) \
238 (sizeof(struct syscallname ## _args ) \
278 .sy_narg = (sizeof(struct syscallname ## _args ) \
288 .sy_narg = (sizeof(struct syscallname ## _args ) \
H A Drmlock.h108 static struct rm_args name##_args = { \
114 rm_sysinit, &name##_args); \
H A Dposix4.h51 int sys_ ## SC (struct thread *td, struct SC##_args *uap) \
H A Drwlock.h254 static struct rw_args name##_args = { \
260 rw_sysinit, &name##_args); \
H A Dsx.h136 static struct sx_args name##_args = { \
142 sx_sysinit, &name##_args); \
H A Dconf.h270 void make_dev_args_init_impl(struct make_dev_args *_args, size_t _sz);
298 int make_dev_s(struct make_dev_args *_args, struct cdev **_cdev,
/freebsd/contrib/kyua/os/freebsd/utils/
H A Djail.cpp77 const args_vector& _args; member in run
88 _args(args) in run()
96 process::exec(_program, _args); in operator ()()
/freebsd/sys/riscv/include/
H A Dsysarch.h41 int sysarch(int _number, void *_args);
/freebsd/contrib/nvi/common/
H A Dargs.h20 typedef struct _args { struct
/freebsd/sys/arm64/include/
H A Dsysarch.h52 int sysarch(int _number, void *_args);
/freebsd/contrib/kyua/utils/process/
H A Doperations_test.cpp86 const process::args_vector& _args; member in __anon4c6c5d740111::child_exec
96 _do_exec(do_exec), _program(program), _args(args) in child_exec()
104 _do_exec(_program, _args); in operator ()()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp183 va_list _args; in __kmp_str_buf_vprint() local
184 va_copy(_args, args); // Make copy of args. in __kmp_str_buf_vprint()
185 #define args _args // Substitute args with its copy, _args. in __kmp_str_buf_vprint()
190 va_end(_args); in __kmp_str_buf_vprint()
/freebsd/contrib/openpam/include/security/
H A Dpam_modules.h79 int _args,
/freebsd/sys/dev/hptrr/
H A Dhim.h244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd/sys/dev/hptnr/
H A Dhim.h276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd/sys/dev/hpt27xx/
H A Dhim.h276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmod_os.h51 func ## _args(name_prefix ## name), desc)
/freebsd/libexec/rc/
H A Dnetwork.subr321 local _tmpargs _arg _args _vnet
326 _args=
340 _args="$_args $_arg"
345 echo $_args
1009 local _ret _if _af _action _args _c _tmpargs
1016 _args=$*
1018 case $_args in
1029 for _c in $_args; do
/freebsd/sys/compat/linux/
H A Dlinux_util.h52 linux_ ## s(struct thread *td, struct linux_ ## s ## _args *args) \

12