Searched refs:funcs (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c729 pktInfo.funcs = reg.r_ax & 0xFF;
1235 pktInfo.funcs, pktInfo.intr, pktInfo.handle,
1236 pktInfo.funcs == 2 || pktInfo.funcs == 6 ? "Yes" : "No",
1237 pktInfo.funcs == 5 || pktInfo.funcs == 6 ? "Yes" : "No",
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-unix.c286 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
304 return pex_init_common (flags, pname, tempbase, &funcs);
/freebsd-11-stable/crypto/openssl/crypto/
H A Dex_data.c292 static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs) argument
294 OPENSSL_free(funcs);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c61 cc->funcs = vtab;
H A Dcc_port.c367 cc->funcs->send_uni_glob(port, port->uarg,
617 port->cc->funcs->send_uni_glob(port, port->uarg,
689 port->cc->funcs->send_uni_glob(port, port->uarg,
H A Dcc_user.c81 user->cc->funcs->send_user(user, user->uarg, op, arg, len);
87 user->cc->funcs->respond_user(user, user->uarg,
94 user->cc->funcs->respond_user(user, user->uarg,
H A Dcc_conn.c153 conn->port->cc->funcs->send_uni(conn, conn->port->uarg, op,
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_p11.c65 CK_FUNCTION_LIST_PTR funcs; member in struct:p11_module
71 #define P11FUNC(module,f,args) (*(module)->funcs->C_##f)args
847 ret = (*getFuncs)(&p->funcs);
971 if (p->funcs)
H A Dsoftp11.c960 extern CK_FUNCTION_LIST funcs;
967 *ppFunctionList = &funcs;
1710 CK_FUNCTION_LIST funcs = { variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h124 ArrayRef<std::unique_ptr<PDBSymbolFunc>> funcs() const { return Funcs; } function in class:llvm::pdb::UDTLayoutBase
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp40 for (auto &Func : Layout.funcs())
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c179 const ASN1_AUX *aux = it->funcs;
265 ef = it->funcs;
270 cf = it->funcs;
896 pf = it->funcs;
H A Dasn1t.h570 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
597 * The 'funcs' field is used for application
600 * For COMPAT types the funcs field gives a
789 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
H A Dasn_mime.c368 const ASN1_AUX *aux = it->funcs;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c106 c->uni->funcs->uni_output(c->uni, c->uni->arg,
338 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg,
401 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg,
441 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg,
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c339 rfbdev->helper.funcs = &radeon_fb_helper_funcs;
H A Dradeon_display.c1348 rdev->ddev->mode_config.funcs = &radeon_mode_funcs;
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c180 static LIST_HEAD(, func) funcs = LIST_HEAD_INITIALIZER(funcs);
1038 LIST_FOREACH(ptr, &funcs, link)
1045 LIST_INSERT_HEAD(&funcs, ptr, link);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c238 fb->fb_helper.funcs = &fb_helper_funcs;
H A Dtegra_host1x.c207 drm_dev->mode_config.funcs = &mode_config_funcs;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c51 #define SET(C, F) (C)->funcs.F = kadm5 ## _c_ ## F
H A Dad.c1335 #define SET(C, F) (C)->funcs.F = kadm5_ad_ ## F
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend58 cddl/usr.sbin/dtrace/tests/common/funcs \
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_lvds.c520 connector->status = connector->funcs->detect(connector, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp846 std::array<std::pair<ConstString, int>, 5> funcs{
853 for (const auto &kernel : funcs) {

Completed in 224 milliseconds

1234