Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_lookup.c79 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable
112 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
169 (*backends[i]->ipfl_fini)(softc,
219 (*backends[i]->ipfl_destroy)(softc,
666 if (type == backends[i]->ipfl_type) {
668 (*backends[i]->ipfl_table_deref)(softc,
724 if (iter.ili_type == backends[i]->ipfl_type) {
725 err = (*backends[i]->ipfl_iter_next)(softc,
779 if (lkey->ilik_type == backends[i]->ipfl_type) {
780 (*backends[i]->ipfl_iter_deref)(softc,
[all …]
/freebsd-12.1/contrib/wpa/src/utils/
H A Dext_password.c19 static const struct ext_password_backend *backends[] = { variable
42 for (i = 0; backends[i]; i++) { in ext_password_init()
43 if (os_strcmp(backends[i]->name, backend) == 0) { in ext_password_init()
44 data->backend = backends[i]; in ext_password_init()
/freebsd-12.1/contrib/libevent/test/
H A Dtest.sh152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
/freebsd-12.1/contrib/apr/
H A DREADME.cmake25 build backends or provisions for finding support libraries.
45 2. Some cmake backends may want your compile tools in PATH. (Hint: "Visual
90 Other backends make have other selections.
/freebsd-12.1/contrib/llvm/tools/lld/
H A DCODE_OWNERS.TXT14 D: COFF, ELF backends (COFF/* ELF/*)
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfd.texinfo290 * aout :: a.out backends
291 * coff :: coff backends
292 * elf :: elf backends
295 * oasys :: oasys backends
H A Dbfdint.texi145 backends to perform the link without translating through the generic
147 have the same object file format. Not all of the backends currently
150 backends.
403 A pointer to constant backend data. This is used by backends to store
1761 handling. Many of the COFF processor specific backends share a single
/freebsd-12.1/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 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-12.1/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 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 DChangeLog166 o Only test the event backends available on the system. (7ea4159
1358 o Restore fast-path event_reinit() for slower backends (2c4b5de)
/freebsd-12.1/sys/cam/ctl/
H A DREADME.ctl.txt98 - You can also see a list of LUNs and their backends like this:
204 - The block and ramdisk backends now support setting the LUN blocksize.
247 CTL has the concept of pluggable frontend ports and backends. All
248 frontends and backends can be active at the same time. You can have a
/freebsd-12.1/contrib/binutils/gas/
H A DCONTRIBUTORS23 backends (including heavy rewrite, testing, an integration of the coff
24 and b.out backends), adding configuration including heavy testing and
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Dnw.sc123 /* These are needed for ELF backends which have not yet been
/freebsd-12.1/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-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td55 // Tablegen backends know how to expand MCInstPredicate definitions into actual
/freebsd-12.1/contrib/gcc/doc/
H A Dgty.texi291 backends to define certain optional structures. It doesn't work with
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dinternals.texi89 the backends keep this information accurate; backends which use this bit are
492 Some CPU backends use this field to convey information between
604 case. Target backends can use @code{rs_align_code} to handle certain types of
/freebsd-12.1/tools/tools/sysdoc/
H A Dtunables.mdoc46 Used to retrieve a list of currently available debugger backends.
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.20041165 backends

12