Searched defs:head (Results 201 - 225 of 422) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_cfg_section.c791 struct list_head *head; local
/freebsd-current/sys/sys/
H A Dfdcio.h44 int cyl, head; member in struct:fd_formb
112 u_char head; /* H - 0...1 */ member in struct:fdc_readid
/freebsd-current/sys/compat/linux/
H A Dlinux_futex.c896 struct linux_robust_list_head *head; local
1022 struct linux_robust_list_head *head; local
999 fetch_robust_entry(struct linux_robust_list **entry, struct linux_robust_list **head, unsigned int *pi) argument
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dcore.c723 void ath11k_fw_stats_pdevs_free(struct list_head *head) argument
733 void ath11k_fw_stats_vdevs_free(struct list_head *head) argument
743 void ath11k_fw_stats_bcn_free(struct list_head *head) argument
/freebsd-current/sys/contrib/dev/rtw88/
H A Dmac80211.c662 rtw_ops_can_aggregate_in_amsdu(struct ieee80211_hw *hw, struct sk_buff *head, struct sk_buff *skb) argument
/freebsd-current/sbin/fsck_msdosfs/
H A Dfat.c1034 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) argument
1120 clearchain(struct fat_descriptor *fat, cl_t head) argument
1247 cl_t head; local
[all...]
H A Ddir.c1086 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) argument
[all...]
/freebsd-current/lib/libc/net/
H A Dname6.c731 get_addrselectpolicy(struct policyhead *head) argument
768 free_addrselectpolicy(struct policyhead *head) argument
780 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head) argument
/freebsd-current/contrib/libevent/
H A Devrpc.c126 struct evrpc_hook_list *head = NULL; local
150 evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle) argument
172 struct evrpc_hook_list *head = NULL; local
188 evrpc_process_hooks(struct evrpc_hook_list *head, void *ctx, struct evhttp_request *req, struct evbuffer *evbuf) argument
782 struct evrpc_pause_list *head = &base->pause_requests; local
[all...]
/freebsd-current/sys/kern/
H A Dsubr_sleepqueue.c930 struct threadqueue *head; local
H A Dsubr_epoch.c806 ck_stack_entry_t *cursor, *head, *next; local
/freebsd-current/sys/net/
H A Dradix.c142 rn_search(const void *v_arg, struct radix_node *head) argument
161 rn_search_m(const void *v_arg, struct radix_node *head, void *m_arg) argument
209 rn_lookup(const void *v_arg, const void *m_arg, struct radix_head *head) argument
271 rn_match(const void *v_arg, struct radix_head *head) argument
434 rn_insert(void *v_arg, struct radix_head *head, int *dupentry, struct radix_node nodes[2]) argument
607 rn_addroute(void *v_arg, const void *n_arg, struct radix_head *head, struct radix_node treenodes[2]) argument
764 rn_delete(const void *v_arg, const void *netmask_arg, struct radix_head *head) argument
1122 rn_detachhead_internal(struct radix_head *head) argument
1135 rn_inithead(void **head, int off) argument
1186 rn_detachhead(void **head) argument
[all...]
H A Dpfil.c181 pfil_mem_in(struct pfil_head *head, void *mem, u_int len, struct ifnet *ifp, argument
189 pfil_mem_out(struct pfil_head *head, void *mem, u_int len, struct ifnet *ifp, argument
226 pfil_mbuf_in(struct pfil_head *head, struct mbuf **m, struct ifnet *ifp, argument
234 pfil_mbuf_out(struct pfil_head *head, struct mbuf **m, struct ifnet *ifp, argument
242 pfil_mbuf_fwd(struct pfil_head *head, struct mbuf **m, struct ifnet *ifp, argument
256 struct pfil_head *head, *list; local
336 pfil_unlink(struct pfil_link_args *pa, pfil_head_t head, pfil_hook_t hook) argument
375 struct pfil_head *head; local
483 struct pfil_head *head; local
587 struct pfil_head *head; local
[all...]
/freebsd-current/sys/net/altq/
H A Daltq_rmclass.c546 struct rm_class *p, *head, *previous; local
/freebsd-current/bin/pkill/
H A Dpkill.c699 makelist(struct listhead *head, enum listtype type, char *src) argument
/freebsd-current/sbin/routed/
H A Dradix.c154 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
94 rn_search(void *v_arg, struct radix_node *head) argument
110 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
194 rn_match(void *v_arg, struct radix_node_head *head) argument
333 rn_insert(void* v_arg, struct radix_node_head *head, int *dupentry, struct radix_node nodes[2]) argument
509 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, struct radix_node treenodes[2]) argument
652 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) argument
842 rn_inithead(struct radix_node_head **head, int off) argument
[all...]
/freebsd-current/lib/libc/rpc/
H A Drpcb_clnt.c1052 rpcblist_ptr head = NULL; local
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c639 FTSENT *p, *head; local
1007 fts_sort(FTS *sp, FTSENT *head, int nitems) argument
1083 fts_lfree(FTSENT *head) argument
1126 fts_padjust(FTS *sp, FTSENT *head) argument
[all...]
H A Dfts.c634 FTSENT *p, *head; local
995 fts_sort(FTS *sp, FTSENT *head, size_t nitems) argument
1071 fts_lfree(FTSENT *head) argument
1102 fts_padjust(FTS *sp, FTSENT *head) argument
[all...]
H A Dfts-compat11.c636 FTSENT11 *p, *head; local
998 fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems) argument
1074 fts_lfree(FTSENT11 *head) argument
1105 fts_padjust(FTS11 *sp, FTSENT11 *head) argument
[all...]
/freebsd-current/sys/dev/xen/grant_table/
H A Dgrant_table.c69 grant_ref_t head; local
211 grant_ref_t head; local
320 gnttab_free_grant_references(grant_ref_t head) argument
342 gnttab_alloc_grant_references(uint16_t count, grant_ref_t *head) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h95 list_empty(const struct list_head *head) argument
102 list_empty_careful(const struct list_head *head) argument
238 list_add(struct list_head *new, struct list_head *head) argument
245 list_add_tail(struct list_head *new, struct list_head *head) argument
252 list_move(struct list_head *list, struct list_head *head) argument
260 list_move_tail(struct list_head *entry, struct list_head *head) argument
268 list_rotate_to_front(struct list_head *entry, struct list_head *head) argument
275 list_bulk_move_tail(struct list_head *head, struct list_head *first, struct list_head *last) argument
304 list_splice(const struct list_head *list, struct list_head *head) argument
311 list_splice_tail(struct list_head *list, struct list_head *head) argument
318 list_splice_init(struct list_head *list, struct list_head *head) argument
326 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
428 list_is_singular(const struct list_head *head) argument
433 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
445 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
459 list_is_first(const struct list_head *list, const struct list_head *head) argument
466 list_is_last(const struct list_head *list, const struct list_head *head) argument
[all...]
/freebsd-current/sys/dev/ena/
H A Dena_netmap.c114 int nm_i, qid, head, lim, rc; local
/freebsd-current/sys/netinet6/
H A Dfrag6.c352 struct ip6qhead *head; local
426 struct ip6qhead *head; local
936 struct ip6qhead *head; local
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_netmap.c1112 const u_int head = kring->rhead; local
1176 u_int const head = kring->rhead; local
[all...]

Completed in 410 milliseconds

1234567891011>>