Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/test/
H A Dmylist.h9 struct list_head { struct
10 struct list_head *prev, *next; argument
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h82 struct list_head { struct
83 struct list_head *next; argument
84 struct list_head *prev; argument
/freebsd-14.2/sys/dev/hptnr/
H A Dlist.h39 struct list_head { struct
40 struct list_head *next, *prev; argument
/freebsd-14.2/sys/dev/hptrr/
H A Dlist.h42 struct list_head { struct
43 struct list_head *next, *prev; argument
/freebsd-14.2/sys/dev/hpt27xx/
H A Dlist.h40 struct list_head { struct
41 struct list_head *next, *prev; argument
/freebsd-14.2/sys/dev/hptmv/
H A Draid5n.h94 struct list_head { struct
95 struct list_head *next, *prev; argument
/freebsd-14.2/contrib/ofed/librdmacm/examples/
H A Dcmtime.c86 struct list_head { struct
87 struct list_head *prev; argument
88 struct list_head *next; argument
95 struct list_head list; argument
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dlist_impl.h44 struct list_node list_head; member
H A Dkstat.h31 struct list_head {}; struct
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dlist_impl.h44 struct list_node list_head; member
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist_impl.h44 struct list_node list_head; member
/freebsd-14.2/sys/contrib/vchiq/interface/compat/
H A Dlist.h59 struct list_head { struct
60 struct list_head *prev; argument
61 struct list_head *next; argument
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h53 list_node_t list_head; member
145 list_head(list_t *list) in list_head() function
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_linux_list.h36 struct list_head { struct
37 struct list_head *next, *prev; argument
/freebsd-14.2/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c42 struct list_head { struct
43 struct list_head *next, *prev; argument
/freebsd-14.2/sys/dev/isci/scil/
H A Dsci_simple_list.h149 struct SCI_SIMPLE_LIST_ELEMENT *list_head; member
H A Dsci_fast_list.h190 struct SCI_FAST_LIST_ELEMENT *list_head; member
/freebsd-14.2/lib/libpmc/pmu-events/
H A Dlist.h45 struct list_head { struct
46 struct list_head *next; argument
47 struct list_head *prev; argument
/freebsd-14.2/lib/libdpv/
H A Ddpv.c136 struct dpv_file_node *list_head; in dpv() local
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c151 list_head(list_t *list) in list_head() function
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/
H A Dlist.c151 list_head(list_t *list) in list_head() function
/freebsd-14.2/sys/dev/ice/
H A Dice_switch.c1942 ice_find_rule_entry(struct LIST_HEAD_TYPE *list_head, in ice_find_rule_entry()
1974 struct LIST_HEAD_TYPE *list_head; in ice_find_vsi_list_entry() local
3035 ice_find_ucast_rule_entry(struct LIST_HEAD_TYPE *list_head, in ice_find_ucast_rule_entry()
4162 ice_replay_fltr(struct ice_hw *hw, u8 recp_id, struct LIST_HEAD_TYPE *list_head) in ice_replay_fltr()
4263 struct LIST_HEAD_TYPE *list_head) in ice_replay_vsi_fltr()
/freebsd-14.2/contrib/elftoolchain/nm/
H A Dnm.c1191 struct sym_head list_head; in read_elf() local
/freebsd-14.2/contrib/unbound/services/
H A Drpz.c1434 del_local_rrset_from_list(struct local_rrset** list_head, uint16_t dtype) in del_local_rrset_from_list()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx.c7613 ahd_search_action action, u_int *list_head, in ahd_search_scb_list()