/freebsd/contrib/nvi/common/ |
H A D | args.h | 20 typedef struct _args { struct 21 CHAR_T *bp; /* Argument. */ 22 size_t blen; /* Buffer length. */ 23 size_t len; /* Argument length. */ 26 u_int8_t flags;
|
/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 25 #define VMCI_LOG_INFO(_args, ...) \ argument 27 #define VMCI_LOG_WARNING(_args, ...) \ argument 29 #define VMCI_LOG_ERROR(_args, ...) \ argument
|
/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/contrib/kyua/os/freebsd/utils/ |
H A D | jail.cpp | 77 const args_vector& _args; member in run
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsivar.h | 172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument 178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | regd.c | 16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations_test.cpp | 86 const process::args_vector& _args; member in __anon1ae1bcac0111::child_exec
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_str.cpp | 183 va_list _args; in __kmp_str_buf_vprint() local
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 617 struct ifconfig_args _args = {}; in main() local
|
/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
|