Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c66 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free() local
366 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache() local
396 struct hostapd_acl_query_data *prev, *entry, *tmp; in hostapd_acl_expire_queries() local
519 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_recv_radius() local
671 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_deinit() local
697 struct hostapd_sta_wpa_psk_short *prev = psk; in hostapd_free_psk_list() local
H A Dpmksa_cache_auth.c54 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_free_entry() local
225 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_link_entry() local
445 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_auth_deinit() local
599 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_auth_radius_das_disconnect() local
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Darsup.c76 bfd *prev = arch; in map_over_list() local
215 ar_addlib_doer (bfd *abfd, bfd *prev) in ar_addlib_doer()
297 bfd **prev = &(obfd->archive_head); in ar_delete() local
362 bfd **prev = &(obfd->archive_head); in ar_replace() local
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Darsup.c76 bfd *prev = arch; in map_over_list() local
222 ar_addlib_doer (bfd *abfd, bfd *prev) in ar_addlib_doer()
309 bfd **prev = &(obfd->archive_head); in ar_delete() local
374 bfd **prev = &(obfd->archive_head); in ar_replace() local
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dblacklist.c94 struct wpa_blacklist *e, *prev = NULL; in wpa_blacklist_del() local
125 struct wpa_blacklist *e, *prev; in wpa_blacklist_clear() local
/dflybsd-src/sys/dev/raid/hpt27xx/
H A Dlist.h41 struct list_head *next, *prev; member
46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add()
64 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/dflybsd-src/sys/dev/raid/hptrr/
H A Dlist.h43 struct list_head *next, *prev; member
48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add()
66 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/dflybsd-src/sys/net/altq/
H A Daltq_classq.h99 struct mbuf *m, *m0, *prev; in _getq_tail() local
129 struct mbuf *prev = NULL; in _getq_random() local
148 struct mbuf *m0, *prev; in _removeq() local
/dflybsd-src/lib/libc/rpc/
H A Dsvc.c171 struct svc_callout *prev; in svc_reg() local
239 struct svc_callout *prev; in svc_unreg() local
271 struct svc_callout *prev; in svc_register() local
306 struct svc_callout *prev; in svc_unregister() local
329 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, char *netid) in svc_find()
/dflybsd-src/contrib/binutils-2.27/gprof/
H A Dcg_print.c166 Sym *todo, *doing, *prev; in sort_members() local
313 Arc *arc, *detached, sorted, *prev; in sort_parents() local
400 Arc *arc, *detached, sorted, *prev; in sort_children() local
1053 Sym *prev = child; in order_and_dump_functions_by_arcs() local
1076 Sym *prev = parent; in order_and_dump_functions_by_arcs() local
/dflybsd-src/contrib/binutils-2.34/gprof/
H A Dcg_print.c166 Sym *todo, *doing, *prev; in sort_members() local
313 Arc *arc, *detached, sorted, *prev; in sort_parents() local
400 Arc *arc, *detached, sorted, *prev; in sort_children() local
1053 Sym *prev = child; in order_and_dump_functions_by_arcs() local
1076 Sym *prev = parent; in order_and_dump_functions_by_arcs() local
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_qstats.c192 struct pf_altq_node *prev = *root; in pfctl_insert_altq_node() local
206 struct pf_altq_node *prev = parent->children; in pfctl_insert_altq_node() local
380 struct pf_altq_node *prev; in pfctl_free_altq_node() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-parse.c369 str_optvalue_opt (options_p prev) in str_optvalue_opt()
411 type_optvalue (options_p prev, const char *name) in type_optvalue()
422 nestedptr_optvalue (options_p prev) in nestedptr_optvalue()
445 option (options_p prev) in option()
H A Djump.c127 rtx insn, next, prev; in cleanup_barriers() local
382 const_rtx prev; in reversed_comparison_code_parts() local
1238 rtx next = NEXT_INSN (insn), prev = PREV_INSN (insn); in delete_related_insns() local
1382 rtx prev = PREV_INSN (insn); in delete_for_peephole() local
/dflybsd-src/usr.sbin/installer/libinstaller/
H A Ddiskutil.h69 struct disk *prev; member
86 struct slice *prev; member
101 struct subpartition *prev; member
/dflybsd-src/contrib/less/
H A Difile.c63 static void link_ifile(struct ifile *p, struct ifile *prev) in link_ifile()
100 static struct ifile * new_ifile(constant char *filename, struct ifile *prev) in new_ifile()
232 public IFILE get_ifile(constant char *filename, IFILE prev) in get_ifile()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype-parse.c465 str_optvalue_opt (options_p prev) in str_optvalue_opt()
507 type_optvalue (options_p prev, const char *name) in type_optvalue()
518 nestedptr_optvalue (options_p prev) in nestedptr_optvalue()
540 option (options_p prev) in option()
/dflybsd-src/lib/libc/stdlib/
H A Dremque.c19 struct que_elem *prev, *next, *elem; in remque() local
H A Dinsque.c23 struct que_elem *prev, *next, *elem; in insque() local
/dflybsd-src/sys/dev/drm/include/linux/
H A Drculist.h33 struct hlist_node *prev) in hlist_add_behind_rcu()
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c178 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_add_entry() local
286 struct rsn_pmksa_cache_entry *entry, *prev = NULL, *tmp; in pmksa_cache_flush() local
322 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_deinit() local
/dflybsd-src/contrib/wpa_supplicant/src/wps/
H A Dwps_registrar.c51 struct wps_nfc_pw_token *token, *prev; in wps_free_nfc_pw_tokens() local
108 struct wps_uuid_pin *pin, *prev; in wps_free_pins() local
124 struct wps_pbc_session *prev; in wps_free_pbc_sessions() local
281 struct wps_registrar_device *prev; in wps_free_devices() local
348 struct wps_pbc_session *pbc, *prev = NULL; in wps_registrar_add_pbc_session() local
401 struct wps_pbc_session *pbc, *prev = NULL, *tmp; in wps_registrar_remove_pbc_session() local
491 struct upnp_pending_message *p, *p2, *prev = NULL; in wps_registrar_free_pending_m2() local
857 struct wps_uuid_pin *pin, *prev; in wps_registrar_expire_pins() local
884 struct wps_uuid_pin *pin, *prev; in wps_registrar_invalidate_wildcard_pin() local
912 struct wps_uuid_pin *pin, *prev; in wps_registrar_invalidate_pin() local
[all …]
/dflybsd-src/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c42 struct list_head *next, *prev; member
64 struct list_head *prev, struct list_head *next) in __list_add()
109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
277 struct list_head *prev, struct list_head *next) in __list_splice()
/dflybsd-src/contrib/wpa_supplicant/src/radius/
H A Dradius_client.c495 struct radius_msg_list *entry, *prev, *tmp; in radius_client_timer() local
671 struct radius_msg_list *entry, *prev; in radius_client_list_add() local
970 struct radius_msg_list *entry, *prev, *_remove; in radius_client_get_id() local
1010 struct radius_msg_list *entry, *prev, *tmp; in radius_client_flush() local
1525 struct radius_msg_list *entry, *prev, *tmp; in radius_client_flush_auth() local
/dflybsd-src/games/boggle/mkdict/
H A Dmkdict.c61 int current, len, prev, qcount; in main() local

12345678910>>...22