Home
last modified time | relevance | path

Searched full:pluggable (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd/contrib/unbound/util/
H A Dub_event_pluggable.c2 * util/ub_event_pluggable.c - call registered pluggable event functions
39 * This file contains an implementation for the indirection layer for pluggable
40 * events that calls the registered pluggable event loop. It also defines a
41 * default pluggable event loop based on the default libevent (compatibility)
152 return "pluggable-event"PACKAGE_VERSION; in ub_event_get_version()
442 *n = "pluggable-event"; in ub_get_event_sys()
447 *n = "pluggable-event"; in ub_get_event_sys()
457 *n = "pluggable-event"; in ub_get_event_sys()
460 *n = "pluggable-libev"; in ub_get_event_sys()
467 *n = "pluggable-libevent"; in ub_get_event_sys()
H A Dub_event.h2 * util/ub_event.h - indirection layer for pluggable events
63 * daemon compile, and will be "pluggable-event<PACKAGE_VERSION>" for
67 /** Return the name, system and method for the pluggable event base */
/freebsd/contrib/openpam/doc/man/
H A Dpam.323 .Nd Pluggable Authentication Modules Library
63 The Pluggable Authentication Modules (PAM) library abstracts a number
253 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dopenpam.330 .Nd Pluggable Authentication Modules Library
120 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_getenv.336 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_strerror.339 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_end.339 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_putenv.343 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_set_item.345 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_get_data.352 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_sm_close_session.351 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_sm_open_session.351 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_close_session.363 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_getenvlist.357 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_set_data.353 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_sm_acct_mgmt.357 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_sm_authenticate.359 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
H A Dpam_sm_setcred.357 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
/freebsd/contrib/unbound/libunbound/
H A Dunbound-event.h40 * pluggable event bases.
77 /** magic number to identify this version of the pluggable event api */
110 * A user defined pluggable event base is registered by providing a
162 * An "object" comprising a user defined pluggable event.
179 * @param base: the pluggable event base that the caller has created.
/freebsd/sys/dev/sff/
H A Dsfp_fdt.c29 * Small Form Factor (SFF) Committee Pluggable (SFP) Transceiver (FDT-based).
74 device_set_desc(dev, "Small Form-factor Pluggable Transceiver"); in sfp_fdt_probe()
/freebsd/lib/libifconfig/
H A Dsfp.lua87 {0x18, "QSFP_DD", "QSFP-DD 8X pluggable transceiver", "QSFP-DD"},
88 {0x19, "QSFP8X", "QSFP 8X pluggable transceiver", "QSFP8X"},
89 {0x1A, "SFP_DD", "SFP-DD 2X pluggable transceiver", "SFP-DD"},
90 {0x1B, "DSFP", "DSFP Dual SFP pluggable transceiver", "DSFP"},
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h9 // Defines a registry template for discovering pluggable modules.
41 /// pluggable components (like targets or garbage collectors) "just work" when
/freebsd/sys/netinet/
H A Dsctp.h189 /* JRS - Pluggable Congestion Control Socket option */
191 /* RS - Pluggable Stream Scheduling Socket option */
283 /* JRS - Supported congestion control modules for pluggable
306 /* RS - Supported stream scheduling modules for pluggable
/freebsd/sys/net/
H A Dsff8472.h407 SFF_8024_ID_QSFP_DD = 0x18, /* QSFP-DD 8X Pluggable Transceiver */
408 SFF_8024_ID_OSFP8X = 0x19, /* OSFP 8X Pluggable Transceiver */
409 SFF_8024_ID_SFP_DD = 0x1A, /* SFP-DD 2X Pluggable Transceiver */
410 SFF_8024_ID_DSFP = 0x1B, /* DSFP Dual SFF Pluggable Transceiver */
/freebsd/contrib/openpam/freebsd/
H A DMakefile.in10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules

12345