Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.c78 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable
110 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) { in ipf_lookup_soft_create()
163 (*backends[i]->ipfl_fini)(softc, in ipf_lookup_soft_fini()
210 (*backends[i]->ipfl_destroy)(softc, in ipf_lookup_soft_destroy()
636 if (type == backends[i]->ipfl_type) { in ipf_lookup_deref()
638 (*backends[i]->ipfl_table_deref)(softc, in ipf_lookup_deref()
690 if (iter.ili_type == backends[i]->ipfl_type) { in ipf_lookup_iterate()
691 err = (*backends[i]->ipfl_iter_next)(softc, in ipf_lookup_iterate()
742 if (lkey->ilik_type == backends[i]->ipfl_type) { in ipf_lookup_iterderef()
743 (*backends[i]->ipfl_iter_deref)(softc, in ipf_lookup_iterderef()
[all …]
/freebsd-14.2/contrib/wpa/src/utils/
H A Dext_password.c19 static const struct ext_password_backend *backends[] = { variable
45 for (i = 0; backends[i]; i++) { in ext_password_init()
46 if (os_strcmp(backends[i]->name, backend) == 0) { in ext_password_init()
47 data->backend = backends[i]; in ext_password_init()
/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A Dtest.sh152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
/freebsd-14.2/contrib/libevent/test/
H A Dtest.sh152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
/freebsd-14.2/lib/libc++/
H A D__config_site34 // PSTL backends
/freebsd-14.2/contrib/llvm-project/lld/
H A DCODE_OWNERS.TXT14 D: COFF, ELF backends (COFF/* ELF/*)
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt156 systems' fast backends. Previously, programmers who cared about this
157 needed to know which backends supported what. This tended to get quite
160 There is now an API to choose backends, either by name or by feature.
249 2.9. Edge-triggered events on some backends.
251 With some backends, it's now possible to add the EV_ET flag to an event
284 3.1. Change-minimization on O(1) backends
323 testing the IOCP backends on the mailing list, it seems that there isn't
606 before. Right now, iterating over the different backends on various
H A DChangeLog-1.446 …o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically f…
70 o event_add would not return error for some backends; from Dean McNamee
164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
174 o move EV_PERSIST handling out of the event backends
H A DCMakeLists.txt1204 # We run all tests with the different backends turned on one at a time.
1207 # Add event backends based on system introspection result.
1553 message(STATUS "Available event backends: ${BACKENDS}")
H A DChangeLog-2.0497 o Reorder backends in test.sh to match preference order in event.c (ece974f)
582 o Fix an issue with forking and signal socketpairs in select/poll backends (d61b2f3)
1054 … as EV_WRITE, not EV_READ. This should bring it in line with the other backends, and improve port…
1116 …o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically f…
1147 o move EV_PERSIST handling out of the event backends
1236 o support for edge-triggered events on epoll and kqueue backends: patch from Valery Kholodkov
1237 …o support for selecting event backends by their features, and for querying the features of a backe…
1265 …o Restructure the event backends so that they do not need to keep track of events themselves, as a…
H A Dwhatsnew-2.1.txt161 On backends that support it (currently epoll), there is now an
H A DChangeLog926 o Only test the event backends available on the system. (7ea4159
2118 o Restore fast-path event_reinit() for slower backends (2c4b5de)
/freebsd-14.2/contrib/libevent/
H A Dwhatsnew-2.0.txt156 systems' fast backends. Previously, programmers who cared about this
157 needed to know which backends supported what. This tended to get quite
160 There is now an API to choose backends, either by name or by feature.
249 2.9. Edge-triggered events on some backends.
251 With some backends, it's now possible to add the EV_ET flag to an event
284 3.1. Change-minimization on O(1) backends
323 testing the IOCP backends on the mailing list, it seems that there isn't
606 before. Right now, iterating over the different backends on various
H A DChangeLog-1.446 …o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically f…
70 o event_add would not return error for some backends; from Dean McNamee
164 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
174 o move EV_PERSIST handling out of the event backends
H A DCMakeLists.txt1204 # We run all tests with the different backends turned on one at a time.
1207 # Add event backends based on system introspection result.
1553 message(STATUS "Available event backends: ${BACKENDS}")
H A DChangeLog-2.0497 o Reorder backends in test.sh to match preference order in event.c (ece974f)
582 o Fix an issue with forking and signal socketpairs in select/poll backends (d61b2f3)
1054 … as EV_WRITE, not EV_READ. This should bring it in line with the other backends, and improve port…
1116 …o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically f…
1147 o move EV_PERSIST handling out of the event backends
1236 o support for edge-triggered events on epoll and kqueue backends: patch from Valery Kholodkov
1237 …o support for selecting event backends by their features, and for querying the features of a backe…
1265 …o Restructure the event backends so that they do not need to keep track of events themselves, as a…
H A Dwhatsnew-2.1.txt161 On backends that support it (currently epoll), there is now an
/freebsd-14.2/sys/cam/ctl/
H A DREADME.ctl.txt97 - You can also see a list of LUNs and their backends like this:
202 - The block and ramdisk backends now support setting the LUN blocksize.
245 CTL has the concept of pluggable frontend ports and backends. All
246 frontends and backends can be active at the same time. You can have a
/freebsd-14.2/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_priv.sgml115 supported <command>wpa_supplicant</command> driver backends is to be
H A Dwpa_supplicant.sgml246 <para>A summary of available driver backends is below. Support for each
247 of the driver backends is chosen at wpa_supplicant compile time. For a
248 list of supported driver backends that may be used with the -D option on
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_PKEY_new.pod66 backends, such as providers (through L<EVP_KEYMGMT(3)>) or B<ENGINE>s.
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dopenldap.m4518 AC_MSG_ERROR([BerkeleyDB version incompatible with BDB/HDB backends])
532 [AC_CACHE_CHECK([if Berkeley DB version supported by BDB/HDB backends], [ol_cv_bdb_compat],[
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td54 // Tablegen backends know how to expand MCInstPredicate definitions into actual
/freebsd-14.2/tools/tools/sysdoc/
H A Dtunables.mdoc45 Used to retrieve a list of currently available debugger backends.
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.20041165 backends

12