/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_driver.h | 20 #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 D | virtio_scsivar.h | 172 #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 D | freebsd32_util.h | 74 (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 D | tracepoint.h | 37 #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 D | sniffer.py | 11 self._args = args 20 ret = self._check_function(self._args, packet)
|
/freebsd/sys/sys/ |
H A D | sysent.h | 222 .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 D | rmlock.h | 108 static struct rm_args name##_args = { \ 114 rm_sysinit, &name##_args); \
|
H A D | posix4.h | 51 int sys_ ## SC (struct thread *td, struct SC##_args *uap) \
|
H A D | rwlock.h | 254 static struct rw_args name##_args = { \ 260 rw_sysinit, &name##_args); \
|
H A D | sx.h | 136 static struct sx_args name##_args = { \ 142 sx_sysinit, &name##_args); \
|
H A D | conf.h | 271 void make_dev_args_init_impl(struct make_dev_args *_args, size_t _sz); 299 int make_dev_s(struct make_dev_args *_args, struct cdev **_cdev,
|
/freebsd/tests/sys/netpfil/common/ |
H A D | sniffer.py | 37 self._args = args 49 ret = self._check_function(self._args, packet)
|
/freebsd/contrib/kyua/os/freebsd/utils/ |
H A D | jail.cpp | 77 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 D | sysarch.h | 41 int sysarch(int _number, void *_args);
|
/freebsd/contrib/nvi/common/ |
H A D | args.h | 20 typedef struct _args { struct
|
/freebsd/sys/arm64/include/ |
H A D | sysarch.h | 55 int sysarch(int _number, void *_args);
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations_test.cpp | 86 const process::args_vector& _args; member in __anon1ae1bcac0111::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 D | kmp_str.cpp | 183 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 D | pam_modules.h | 79 int _args,
|
/freebsd/sys/dev/hptrr/ |
H A D | him.h | 244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
/freebsd/sys/dev/hpt27xx/ |
H A D | him.h | 276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
/freebsd/sys/dev/hptnr/ |
H A D | him.h | 276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | mod_os.h | 51 func ## _args(name_prefix ## name), desc)
|
/freebsd/libexec/rc/ |
H A D | network.subr | 321 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 D | linux_util.h | 52 linux_ ## s(struct thread *td, struct linux_ ## s ## _args *args) \
|