Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_internal.h231 dst__hmacmd5_init(struct dst_func **funcp);
233 dst__hmacsha1_init(struct dst_func **funcp);
235 dst__hmacsha224_init(struct dst_func **funcp);
237 dst__hmacsha256_init(struct dst_func **funcp);
239 dst__hmacsha384_init(struct dst_func **funcp);
241 dst__hmacsha512_init(struct dst_func **funcp);
243 dst__openssldh_init(struct dst_func **funcp);
246 dst__opensslrsa_init(struct dst_func **funcp, unsigned char algorithm);
248 dst__opensslecdsa_init(struct dst_func **funcp);
251 dst__openssleddsa_init(struct dst_func **funcp);
[all …]
H A Dgssapi_link.c348 dst__gssapi_init(dst_func_t **funcp) { in dst__gssapi_init() argument
349 REQUIRE(funcp != NULL); in dst__gssapi_init()
350 if (*funcp == NULL) { in dst__gssapi_init()
351 *funcp = &gssapi_functions; in dst__gssapi_init()
H A Dhmac_link.c137 isc_result_t dst__hmac##alg##_init(dst_func_t **funcp) { \
138 REQUIRE(funcp != NULL); \
139 if (*funcp == NULL) { \
140 *funcp = &hmac##alg##_functions; \
H A Dopenssleddsa_link.c698 dst__openssleddsa_init(dst_func_t **funcp) { in dst__openssleddsa_init() argument
699 REQUIRE(funcp != NULL); in dst__openssleddsa_init()
700 if (*funcp == NULL) { in dst__openssleddsa_init()
701 *funcp = &openssleddsa_functions; in dst__openssleddsa_init()
H A Dopenssldh_link.c784 dst__openssldh_init(dst_func_t **funcp) { in dst__openssldh_init() argument
785 REQUIRE(funcp != NULL); in dst__openssldh_init()
786 if (*funcp == NULL) { in dst__openssldh_init()
799 *funcp = &openssldh_functions; in dst__openssldh_init()
H A Dopensslecdsa_link.c899 dst__opensslecdsa_init(dst_func_t **funcp) { in dst__opensslecdsa_init() argument
900 REQUIRE(funcp != NULL); in dst__opensslecdsa_init()
901 if (*funcp == NULL) { in dst__opensslecdsa_init()
902 *funcp = &opensslecdsa_functions; in dst__opensslecdsa_init()
H A Dopensslrsa_link.c1387 dst__opensslrsa_init(dst_func_t **funcp, unsigned char algorithm) { in dst__opensslrsa_init() argument
1390 REQUIRE(funcp != NULL); in dst__opensslrsa_init()
1395 if (*funcp == NULL) { in dst__opensslrsa_init()
1396 *funcp = &opensslrsa_functions; in dst__opensslrsa_init()
H A Dpkcs11ecdsa_link.c1147 dst__pkcs11ecdsa_init(dst_func_t **funcp) { in dst__pkcs11ecdsa_init() argument
1148 REQUIRE(funcp != NULL); in dst__pkcs11ecdsa_init()
1149 if (*funcp == NULL) { in dst__pkcs11ecdsa_init()
1150 *funcp = &pkcs11ecdsa_functions; in dst__pkcs11ecdsa_init()
H A Dpkcs11eddsa_link.c1118 dst__pkcs11eddsa_init(dst_func_t **funcp) { in dst__pkcs11eddsa_init() argument
1119 REQUIRE(funcp != NULL); in dst__pkcs11eddsa_init()
1120 if (*funcp == NULL) { in dst__pkcs11eddsa_init()
1121 *funcp = &pkcs11eddsa_functions; in dst__pkcs11eddsa_init()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_internal.h204 dst__hmacmd5_init(struct dst_func **funcp);
206 dst__hmacsha1_init(struct dst_func **funcp);
208 dst__hmacsha224_init(struct dst_func **funcp);
210 dst__hmacsha256_init(struct dst_func **funcp);
212 dst__hmacsha384_init(struct dst_func **funcp);
214 dst__hmacsha512_init(struct dst_func **funcp);
216 dst__opensslrsa_init(struct dst_func **funcp, unsigned char algorithm);
218 dst__opensslecdsa_init(struct dst_func **funcp);
221 dst__openssleddsa_init(struct dst_func **funcp, unsigned char algorithm);
225 dst__gssapi_init(struct dst_func **funcp);
[all...]
H A Dgssapi_link.c359 dst__gssapi_init(dst_func_t **funcp) {
360 REQUIRE(funcp != NULL); in dst__gssapi_init() argument
361 if (*funcp == NULL) { in dst__gssapi_init()
362 *funcp = &gssapi_functions; in dst__gssapi_init()
H A Dhmac_link.c140 isc_result_t dst__hmac##alg##_init(dst_func_t **funcp) { \
141 REQUIRE(funcp != NULL); \
142 if (*funcp == NULL) { \
147 *funcp = &hmac##alg##_functions; \
H A Dopenssleddsa_link.c668 dst__openssleddsa_init(dst_func_t **funcp, unsigned char algorithm) { in openssleddsa_fromlabel()
669 REQUIRE(funcp != NULL); in openssleddsa_fromlabel()
671 if (*funcp == NULL) {
673 *funcp = &openssleddsa_functions;
696 dst__openssleddsa_init(dst_func_t ** funcp) dst__openssleddsa_init() argument
H A Dopenssldh_link.c
H A Dopensslecdsa_link.c1173 dst__opensslecdsa_init(dst_func_t **funcp) { in dst__key_to_eckey()
1174 REQUIRE(funcp != NULL); in dst__key_to_eckey()
1175 if (*funcp == NULL) { in dst__key_to_eckey()
1176 *funcp = &opensslecdsa_functions; in dst__key_to_eckey()
1449 dst__opensslecdsa_init(dst_func_t ** funcp) dst__opensslecdsa_init() argument
H A Dopensslrsa_link.c1322 dst__opensslrsa_init(dst_func_t **funcp, unsigned char algorithm) { in opensslrsa_parse()
1325 REQUIRE(funcp != NULL); in opensslrsa_parse()
1330 if (*funcp == NULL) { in opensslrsa_parse()
1331 *funcp = &opensslrsa_functions; in opensslrsa_parse()
1804 dst__opensslrsa_init(dst_func_t ** funcp,unsigned char algorithm) dst__opensslrsa_init() argument
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dhwprofile.h56 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
57 (ucp)->uc_mcontext.gregs[CONTEXT_PC] = (greg_t)(funcp); \
74 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
75 (ucp)->uc_mcontext.gregs[CONTEXT_PC] = (intptr_t)(funcp); \
83 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
84 (ucp)->uc_mcontext.regs[CONTEXT_PC] = (greg_t)(funcp); \
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.h56 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
57 (ucp)->uc_mcontext.gregs[CONTEXT_PC] = (greg_t)(funcp); \
74 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
75 (ucp)->uc_mcontext.gregs[CONTEXT_PC] = (intptr_t)(funcp); \
83 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
84 (ucp)->uc_mcontext.regs[CONTEXT_PC] = (greg_t)(funcp); \
/netbsd-src/sys/arch/mips/atheros/dev/
H A Darpci.c108 arpci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) in arpci_decompose_tag() argument
126 if (funcp) in arpci_decompose_tag()
127 *funcp = (tag >> 8) & 7; in arpci_decompose_tag()
/netbsd-src/sys/arch/alpha/pci/
H A Dpci_machdep.c538 int * const busp, int * const devp, int * const funcp) in pci_decompose_tag() argument
545 if (funcp != NULL) in pci_decompose_tag()
546 *funcp = __SHIFTOUT(tag, PCI_CONF_TYPE1_FUNCTION); in pci_decompose_tag()
550 pc->pc_decompose_tag(pc->pc_conf_v, tag, busp, devp, funcp); in pci_decompose_tag()
/netbsd-src/games/phantasia/
H A Dmisc.c941 int (*funcp)(const char *,...); in error() local
944 funcp = printw; in error()
947 funcp = printf; in error()
949 (*funcp) ("An unrecoverable error has occurred reading %s. (%s)\n", whichfile, strerror(errno)); in error()
950 (*funcp) ("Please run 'setup' to determine the problem.\n"); in error()
/netbsd-src/lib/libc/time/
H A Dlocaltime.c2148 struct tm *(*funcp)(struct state const *, time_t const *, in time2sub()
2274 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2344 if (funcp(sp, &xaltt, offset, &alttm) in time1()
2374 if (! funcp(sp, &newt, offset, &mytm)) in time1()
2392 if (funcp(sp, &t, offset, tmp)) { in time1()
2406 struct tm *(*funcp)(struct state const *, time_t const *, in time1()
2419 t = time2sub(tmp, funcp, sp, offset, okayp, false);
2420 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in mktime_tzname()
2425 struct tm *(*funcp)(struct state const *, time_t const *, in mktime_tzname()
2447 t = time2(tmp, funcp, s in mktime()
[all...]
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_pax.c390 bcmpax_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) in bcmpax_decompose_tag() argument
396 if (funcp) in bcmpax_decompose_tag()
397 *funcp = __SHIFTOUT(tag, CFG_ADDR_FUNC); in bcmpax_decompose_tag()
/netbsd-src/sys/net/
H A Dpktqueue.c266 pktq_rps_hash(const pktq_rps_hash_func_t *funcp, const struct mbuf *m) in pktq_rps_hash() argument
268 pktq_rps_hash_func_t func = atomic_load_relaxed(funcp); in pktq_rps_hash()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_scan.c215 pool_scan_func_t *funcp = arg; in dsl_scan_setup_sync() local
221 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS); in dsl_scan_setup_sync()
223 scn->scn_phys.scn_func = *funcp; in dsl_scan_setup_sync()
277 *funcp, scn->scn_phys.scn_min_txg, scn->scn_phys.scn_max_txg); in dsl_scan_setup_sync()

12