Searched defs:_fn (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | configfile.c | 564 # define _dt_(_s, _fn) _fn, in handle_directive() argument 570 # define _dt_(_s, _fn) 1 + in handle_directive() argument 579 # define _dt_(_s, _fn) dir_names[ix++] = _s; in handle_directive() argument
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | ops.c | 306 RX_HANDLER_NO_SIZE(_cmd_id,_fn,_context) global() argument 308 RX_HANDLER_GRP_NO_SIZE(_grp,_cmd,_fn,_context) global() argument 310 RX_HANDLER(_cmd_id,_fn,_context,_struct) global() argument 313 RX_HANDLER_GRP(_grp,_cmd,_fn,_context,_struct) global() argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | workqueue.h | 120 #define INIT_RCU_WORK(_work, _fn) \ argument
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acoutput.h | 339 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _… argument
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 1035 validate_time_flag(struct archive *_a, int flag, const char *_fn) in validate_time_flag()
|
/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
|