HomeSort by: relevance | last modified time | path
    Searched refs:backends (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
ext_password.c 19 static const struct ext_password_backend *backends[] = { variable in typeref:struct:ext_password_backend
45 for (i = 0; backends[i]; i++) {
46 if (os_strcmp(backends[i]->name, backend) == 0) {
47 data->backend = backends[i];
  /src/external/bsd/libevent/dist/test/
test.sh 3 BACKENDS="EVPORT KQUEUE EPOLL DEVPOLL POLL SELECT WIN32"
48 for i in $BACKENDS; do
152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test.sh 3 BACKENDS="EVPORT KQUEUE EPOLL DEVPOLL POLL SELECT WIN32"
48 for i in $BACKENDS; do
152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
  /src/sys/external/bsd/ipf/netinet/
ip_lookup.c 102 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable
134 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
162 err = (*backends[i]->ipfl_init)(softc, softl->ipf_back[i]);
187 (*backends[i]->ipfl_fini)(softc,
200 /* Step through each of the backends and call their expire functions, */
211 (*backends[i]->ipfl_expire)(softc, softl->ipf_back[i]);
234 (*backends[i]->ipfl_destroy)(softc,
361 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
411 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
458 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++)
    [all...]
  /src/external/bsd/ipf/dist/
ip_lookup.c 86 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable
119 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
149 err = (*backends[i]->ipfl_init)(softc, softl->ipf_back[i]);
176 (*backends[i]->ipfl_fini)(softc,
189 /* Step through each of the backends and call their expire functions, */
201 (*backends[i]->ipfl_expire)(softc, softl->ipf_back[i]);
226 (*backends[i]->ipfl_destroy)(softc,
360 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
413 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
462 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++)
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 9 (** Initialize all the backends targets *)
  /src/external/mit/xorg/lib/libgbm/
Makefile 14 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
50 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
  /src/external/mit/xorg/lib/libgbm.old/
Makefile 14 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
46 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
  /src/external/mit/xorg/lib/libEGL/
Makefile 77 -I${X11SRCDIR.Mesa}/src/gbm/backends/dri \
  /src/external/mit/xorg/lib/libEGL.old/
Makefile 72 -I${X11SRCDIR.Mesa}/src/gbm/backends/dri \
  /src/external/bsd/openldap/dist/doc/guide/admin/
Makefile 33 backends.sdf \
  /src/external/mpl/bind/dist/bin/tests/system/sig0/
tests_sig0.py 18 from cryptography.hazmat.backends import default_backend
  /src/external/bsd/openldap/dist/servers/slapd/
Makefile.in 46 attr.o entry.o backend.o backends.o result.o operation.o \
96 # The purpose of this is to allow dynamic modules (dynamic backends
287 # In Windows, dynamic backends have to be built after slapd. For this
288 # reason, we only build static backends now and dynamic backends later.
292 echo "building static backends..."; \
336 backends.o: backends.c $(srcdir)/slap.h
352 $(RM) backends.c
slap.h 120 /* These values are used internally by the backends. */
1171 #define SLAP_ATTR_BIG_MULTI 0x20U /* for backends */
1766 #define backends backendDB macro
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_pages.c 1384 } backends[] = { local
1394 * various backends -- ensure that our writes land in the right place.
1397 for (i = 0; i < ARRAY_SIZE(backends); ++i) {
1398 u32 min = backends[i].min;
1399 u32 max = backends[i].max;
1404 obj = backends[i].fn(i915, size, 0);
1466 } backends[] = { local
1497 for (i = 0; i < ARRAY_SIZE(backends); ++i) {
1503 obj = backends[i].fn(i915, size, backends[i].flags)
    [all...]
  /src/external/bsd/openldap/sbin/slapd/
Makefile 38 SRCS+= backends.c
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py 44 from cryptography.hazmat.backends import default_backend
  /src/external/bsd/openldap/dist/
configure 1603 --enable-backends enable all available backends no|yes|mod
3906 Backends="dnssrv \
3926 # OpenLDAP --enable-backends
3928 # Check whether --enable-backends was given.
3939 as_fn_error $? "bad value $enableval for --enable-backends" "$LINENO" 5
3945 # end --enable-backends
5029 for i in $Backends $Overlays $Pwmods; do
5047 for i in backends overlays balancer $Backends $Overlays; d
    [all...]

Completed in 27 milliseconds