Home
last modified time | relevance | path

Searched refs:fae_list (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_auth.c145 frauthent_t *fae_list = NULL; variable
451 fr_authstats.fas_faelist = fae_list;
513 faep = &fae_list; in fr_authunload()
578 for (faep = &fae_list; ((fae = *faep) != NULL); ) { in fr_authexpire()
586 if (fae_list != NULL) in fr_authexpire()
587 ipauth = &fae_list->fae_fr; in fr_authexpire()
622 for (faep = &fae_list; ((fae = *faep) != NULL); ) {
639 ipauth = fae_list ? &fae_list->fae_fr : NULL;
659 ipauth = &fae_list->fae_fr;
750 next = fae_list;
/freebsd-9-stable/lib/libc/gen/
Dposix_spawn.c61 STAILQ_ENTRY(__posix_spawn_file_actions_entry) fae_list;
181 STAILQ_FOREACH(fae, &fa->fa_list, fae_list) { in process_file_actions()
271 STAILQ_REMOVE_HEAD(&(*fa)->fa_list, fae_list); in posix_spawn_file_actions_destroy()
310 STAILQ_INSERT_TAIL(&(*fa)->fa_list, fae, fae_list); in posix_spawn_file_actions_addopen()
333 STAILQ_INSERT_TAIL(&(*fa)->fa_list, fae, fae_list); in posix_spawn_file_actions_adddup2()
355 STAILQ_INSERT_TAIL(&(*fa)->fa_list, fae, fae_list); in posix_spawn_file_actions_addclose()