Searched defs:head (Results 151 - 175 of 389) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c783 struct apr_thread_list_elt *head, *tail, *elt; local
831 struct apr_thread_list_elt *elt, *head, *tail; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c366 struct hlist_head *head; local
/freebsd-13-stable/sys/contrib/zlib/
H A Dinflate.h93 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp497 __kmp_str_split(char *str, char delim, char **head, char **tail ) argument
/freebsd-13-stable/sys/net/
H A Dpfil.c164 pfil_run_hooks(struct pfil_head *head, pfil_packet_t p, struct ifnet *ifp, argument
208 struct pfil_head *head, *list; local
286 pfil_unlink(struct pfil_link_args *pa, pfil_head_t head, pfil_hook_t hook) argument
325 struct pfil_head *head; local
431 struct pfil_head *head; local
535 struct pfil_head *head; local
[all...]
H A Dradix.h146 struct radix_head head; member in struct:radix_mask_head
[all...]
/freebsd-13-stable/sys/net/route/
H A Droute_var.h55 struct radix_head head; member in struct:rib_head
/freebsd-13-stable/sys/kern/
H A Dsubr_sglist.c754 sglist_split(struct sglist *original, struct sglist **head, size_t length, argument
[all...]
/freebsd-13-stable/sys/rpc/
H A Dsvc_vc.c325 svc_vc_accept(struct socket *head, struct socket **sop) argument
1095 svc_vc_rendezvous_soupcall(struct socket *head, void *arg, int waitflag) argument
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_lan_hmc.h51 u16 head; member in struct:i40e_hmc_obj_rxq
84 u16 head; member in struct:i40e_hmc_obj_txq
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c54 struct idr_layer *head; member in struct:linux_idr_cache
360 struct idr_layer *head; local
[all...]
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c104 char *name, *tail, *head; local
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c367 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c859 ecore_spq_post_list(struct ecore_hwfn *p_hwfn, osal_list_t *head, u32 keep_reserve) argument
/freebsd-13-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c87 static inline void list_add(struct list_head *new, struct list_head *head) argument
100 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
172 list_move(struct list_head *list, struct list_head *head) argument
183 list_move_tail(struct list_head *list, struct list_head *head) argument
195 list_is_last(const struct list_head *list, const struct list_head *head) argument
205 list_empty(const struct list_head *head) argument
223 list_empty_careful(const struct list_head *head) argument
233 list_is_singular(const struct list_head *head) argument
238 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
265 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
297 list_splice(const struct list_head *list, struct list_head *head) argument
309 list_splice_tail(struct list_head *list, struct list_head *head) argument
323 list_splice_init(struct list_head *list, struct list_head *head) argument
340 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dfrag6.c291 struct ip6qhead *head; local
365 struct ip6qhead *head; local
890 struct ip6qhead *head; local
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/test/
H A Dmain.c51 struct mbuf *head, *tail; /* a simple tailq */ member in struct:cfg_s
/freebsd-13-stable/usr.bin/fstat/
H A Dfstat.c220 struct filestat_list *head; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcyrus_auth.c487 const char *head = apr_pstrndup(pool, mechstring, local
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dbeacon.c1054 struct ieee80211_mgmt *head = NULL; local
[all...]
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c649 const char *head = local
990 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
999 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
/freebsd-13-stable/lib/libc/gen/
H A Dfts-compat.c631 FTSENT *p, *head; local
987 fts_sort(FTS *sp, FTSENT *head, int nitems) argument
1063 fts_lfree(FTSENT *head) argument
1106 fts_padjust(FTS *sp, FTSENT *head) argument
[all...]
H A Dfts-compat11.c628 FTSENT11 *p, *head; local
977 fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems) argument
1053 fts_lfree(FTSENT11 *head) argument
1084 fts_padjust(FTS11 *sp, FTSENT11 *head) argument
[all...]
H A Dfts.c625 FTSENT *p, *head; local
972 fts_sort(FTS *sp, FTSENT *head, size_t nitems) argument
1048 fts_lfree(FTSENT *head) argument
1079 fts_padjust(FTS *sp, FTSENT *head) argument
[all...]
/freebsd-13-stable/lib/libc/net/
H A Dname6.c734 get_addrselectpolicy(struct policyhead *head) argument
771 free_addrselectpolicy(struct policyhead *head) argument
783 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head) argument

Completed in 310 milliseconds

1234567891011>>