/src/sys/external/bsd/ipf/netinet/ |
ip_lookup.c | 102 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable in typeref:typename:ipf_lookup_t * [] 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/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
huge_pages.c | 1384 } backends[] = { local in function:igt_ppgtt_smoke_huge 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 in function:igt_ppgtt_sanity_check 1497 for (i = 0; i < ARRAY_SIZE(backends); ++i) { 1503 obj = backends[i].fn(i915, size, backends[i].flags) [all...] |