/freebsd/contrib/unbound/util/ |
H A D | ub_event_pluggable.c | 2 * 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 D | ub_event.h | 2 * 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 D | pam.3 | 23 .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 D | openpam.3 | 30 .Nd Pluggable Authentication Modules Library 120 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_getenv.3 | 36 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_strerror.3 | 39 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_end.3 | 39 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_putenv.3 | 43 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_set_item.3 | 45 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_get_data.3 | 52 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_sm_close_session.3 | 51 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_sm_open_session.3 | 51 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_close_session.3 | 63 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_getenvlist.3 | 57 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_set_data.3 | 53 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_sm_acct_mgmt.3 | 57 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_sm_authenticate.3 | 59 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
H A D | pam_sm_setcred.3 | 57 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
|
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound-event.h | 40 * 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 D | sfp_fdt.c | 29 * 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 D | sfp.lua | 87 {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 D | Registry.h | 9 // Defines a registry template for discovering pluggable modules. 41 /// pluggable components (like targets or garbage collectors) "just work" when
|
/freebsd/sys/netinet/ |
H A D | sctp.h | 189 /* 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 D | sff8472.h | 407 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 D | Makefile.in | 10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules
|