Home
last modified time | relevance | path

Searched refs:_fn (Results 1 – 25 of 26) 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/iwlwifi/mvm/
H A Dops.c306 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument
307 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, }
308 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument
309 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, }
310 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument
311 { .cmd_id = _cmd_id, .fn = _fn, \
313 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
314 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \
/freebsd/sys/dev/hptnr/
H A Dhim.h276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd/sys/dev/hpt27xx/
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-asym_cipher.pod63 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-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
H A Dprovider-keymgmt.pod81 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