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

/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dext_password.c23 static const struct ext_password_backend *backends[] = { variable in typeref:struct:ext_password_backend
46 for (i = 0; backends[i]; i++) {
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_lookup.c85 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable
118 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
148 err = (*backends[i]->ipfl_init)(softc, softl->ipf_back[i]);
175 (*backends[i]->ipfl_fini)(softc,
188 /* Step through each of the backends and call their expire functions, */
200 (*backends[i]->ipfl_expire)(softc, softl->ipf_back[i]);
225 (*backends[i]->ipfl_destroy)(softc,
359 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
412 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
461 for (i = 0, l = backends;
[all...]
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc123 /* These are needed for ELF backends which have not yet been
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt102 - You can also see a list of LUNs and their backends like this:
208 - The block and ramdisk backends now support setting the LUN blocksize.
272 CTL has the concept of pluggable frontend ports and backends. All
273 frontends and backends can be active at the same time. You can have a

Completed in 223 milliseconds