HomeSort by: relevance | last modified time | path
    Searched refs:_fn (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/mips/mips/
mips_stacktrace.c 131 #define Name(_fn) { (void*)_fn, # _fn }
  /src/external/bsd/ntp/dist/sntp/libopts/
configfile.c 566 # define _dt_(_s, _fn) _fn,
572 # define _dt_(_s, _fn) 1 +
581 # define _dt_(_s, _fn) dir_names[ix++] = _s;
  /src/sys/external/bsd/acpica/dist/include/
acoutput.h 231 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _plist; } }
  /src/external/bsd/libevent/dist/
evthread_win32.c 118 name##_fn = GetProcAddress(lib, #name)
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread_win32.c 117 name##_fn = GetProcAddress(lib, #name)
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-run.cc 162 *(void**)(&hsa_fns.function##_fn) = dlsym (handle, #function); \
163 if (hsa_fns.function##_fn == NULL) \
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 161 *(void**)(&hsa_fns.function##_fn) = dlsym (handle, #function); \
162 if (hsa_fns.function##_fn == NULL) \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
core_dispatch.h 43 * - a function signature typedef with the name OSSL_FUNC_'foo'_fn
56 typedef type(OSSL_FUNC_##name##_fn) args; \
58 OSSL_FUNC_##name##_fn * \
61 return (OSSL_FUNC_##name##_fn *)opf->function; \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_dispatch.h 35 * - a function signature typedef with the name OSSL_FUNC_'foo'_fn
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; \
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 30 #define PROV_CIPHER_FUNC(type, name, args) typedef type(*OSSL_##name##_fn) args
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 26 #define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 287 typedef $1 OSSL_FUNC_$2_fn$3;
288 static ossl_inline OSSL_FUNC_$2_fn *OSSL_FUNC_$2(const OSSL_DISPATCH *opf);
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 281 typedef $1 OSSL_FUNC_$2_fn$3;
282 static ossl_inline OSSL_FUNC_$2_fn *OSSL_FUNC_$2(const OSSL_DISPATCH *opf);
  /src/external/bsd/libarchive/dist/libarchive/
archive_match.c 1035 validate_time_flag(struct archive *_a, int flag, const char *_fn)
1038 ARCHIVE_STATE_NEW, _fn);
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 1360 hsa_fns.function##_fn = dlsym (handle, #function); \
1361 if (hsa_fns.function##_fn == NULL) \
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 1386 hsa_fns.function##_fn = dlsym (handle, #function); \
1387 if (hsa_fns.function##_fn == NULL) \
1390 hsa_fns.function##_fn = dlsym (handle, #function);

Completed in 48 milliseconds