Searched refs:backends (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dext_password.c19 static const struct ext_password_backend *backends[] = { variable in typeref:struct:ext_password_backend
42 for (i = 0; backends[i]; i++) {
43 if (os_strcmp(backends[i]->name, backend) == 0) {
44 data->backend = backends[i];
/netbsd-current/external/bsd/libevent/dist/test/
H A Dtest.sh152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
/netbsd-current/external/bsd/ipf/dist/
H A Dip_lookup.c86 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;
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_lookup.c102 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;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.mli9 (** Initialize all the backends targets *)
/netbsd-current/external/mit/xorg/lib/libgbm.old/
H A DMakefile14 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
46 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
/netbsd-current/external/mit/xorg/lib/libgbm/
H A DMakefile14 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
50 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri
/netbsd-current/external/mit/xorg/lib/libEGL.old/
H A DMakefile72 -I${X11SRCDIR.Mesa}/src/gbm/backends/dri \
/netbsd-current/external/mit/xorg/lib/libEGL/
H A DMakefile77 -I${X11SRCDIR.Mesa}/src/gbm/backends/dri \
/netbsd-current/external/bsd/openldap/dist/doc/guide/admin/
H A DMakefile33 backends.sdf \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A DMakefile.in46 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
H A Dslap.h120 /* These values are used internally by the backends. */
1168 #define SLAP_ATTR_BIG_MULTI 0x20U /* for backends */
1759 #define backends backendDB macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Dhuge_pages.c1384 } 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[
[all...]
/netbsd-current/external/bsd/openldap/sbin/slapd/
H A DMakefile38 SRCS+= backends.c
/netbsd-current/external/bsd/openldap/dist/
H A Dconfigure1581 --enable-backends enable all available backends no|yes|mod
3556 # OpenLDAP --enable-backends
3558 # Check whether --enable-backends was given.
3568 as_fn_error $? "bad value $enableval for --enable-backends" "$LINENO" 5
3574 # end --enable-backends
4626 for i in backends overlays balancer $Backends $Overlays; do
28008 BACKENDSC="servers/slapd/backends.c"

Completed in 315 milliseconds