| /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/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/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/dist/servers/slapd/ |
| 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
|