Home
last modified time | relevance | path

Searched refs:_fn (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h120 #define INIT_RCU_WORK(_work, _fn) \ argument
121 INIT_WORK(&(_work)->work, (_fn))
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h280 int cleanup_tempfile(char *_fn);
302 void create_tempfile(const char *_src, char **_fn, int *_fd);
/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c564 # 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 Dhim.h244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd/sys/contrib/dev/acpica/include/
H A Dacoutput.h339 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _… argument
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c325 #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 Dhim.h276 #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/crypto/openssl/include/openssl/
H A Dcore_dispatch.h48 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 Devthread_win32.c115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
/freebsd/contrib/libevent/
H A Devthread_win32.c115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
/freebsd/usr.sbin/lpr/lpd/
H A Drecvjob.c73 static int read_number(const char *_fn);
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h26 #define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-storemgmt.pod53 B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the function pointer
H A Dprovider-kem.pod59 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-mac.pod57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-keyexch.pod57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-digest.pod64 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-asym_cipher.pod63 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-cipher.pod72 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-decoder.pod76 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-kdf.pod56 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-encoder.pod92 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
H A Dprovider-signature.pod102 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c1031 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()

12