/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | workqueue.h | 120 #define INIT_RCU_WORK(_work, _fn) \ argument 121 INIT_WORK(&(_work)->work, (_fn))
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 280 int cleanup_tempfile(char *_fn); 302 void create_tempfile(const char *_src, char **_fn, int *_fd);
|
/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/dev/hptrr/ |
H A D | him.h | 244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; 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/sys/contrib/dev/iwlwifi/mvm/ |
H A D | ops.c | 325 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ 326 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, } 327 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ 328 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, } 329 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ 330 { .cmd_id = _cmd_id, .fn = _fn, \ 332 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ 333 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \ 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/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/crypto/openssl/include/openssl/ |
H A D | core_dispatch.h | 48 typedef type (OSSL_FUNC_##name##_fn)args; \ 50 OSSL_FUNC_##name##_fn *OSSL_FUNC_##name(const OSSL_DISPATCH *opf) \ 52 return (OSSL_FUNC_##name##_fn *)opf->function; \
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_win32.c | 115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
|
/freebsd/contrib/libevent/ |
H A D | evthread_win32.c | 115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | recvjob.c | 73 static int read_number(const char *_fn);
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 26 #define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-storemgmt.pod | 53 B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the function pointer
|
H A D | provider-kem.pod | 59 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-mac.pod | 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-keyexch.pod | 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-digest.pod | 64 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-asym_cipher.pod | 63 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-cipher.pod | 72 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-decoder.pod | 76 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-kdf.pod | 56 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-encoder.pod | 92 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-signature.pod | 102 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 1031 validate_time_flag(struct archive *_a, int flag, const char *_fn) in validate_time_flag() argument 1034 ARCHIVE_STATE_NEW, _fn); in validate_time_flag()
|