Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netpfil/ipfw/test/
Dmylist.h9 struct list_head { struct
10 struct list_head *prev, *next; argument
/freebsd-10-stable/sys/dev/drm/
Ddrm_linux_list.h38 struct list_head { struct
39 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/dev/hptrr/
Dlist.h42 struct list_head { struct
43 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/dev/hptnr/
Dlist.h39 struct list_head { struct
40 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/dev/hpt27xx/
Dlist.h40 struct list_head { struct
41 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/dev/hptmv/
Draid5n.h94 struct list_head { struct
95 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/dev/drm2/
Ddrm_linux_list.h38 struct list_head { struct
39 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dlist_impl.h46 struct list_node list_head; member
/freebsd-10-stable/sys/ofed/include/linux/
Dlist.h70 struct list_head { struct
71 struct list_head *next; argument
72 struct list_head *prev; argument
/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
Dmkregtable.c44 struct list_head { struct
45 struct list_head *next, *prev; argument
/freebsd-10-stable/sys/dev/isci/scil/
Dsci_simple_list.h149 struct SCI_SIMPLE_LIST_ELEMENT *list_head; member
Dsci_fast_list.h190 struct SCI_FAST_LIST_ELEMENT *list_head; member
/freebsd-10-stable/sys/dev/nxge/include/
Dxge-queue.h138 xge_list_t list_head; member
/freebsd-10-stable/sys/dev/vxge/include/
Dvxge-queue.h137 vxge_list_t list_head; member
/freebsd-10-stable/lib/libdpv/
Ddpv.c138 struct dpv_file_node *list_head; in dpv() local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
Dlist.c154 list_head(list_t *list) in list_head() function
/freebsd-10-stable/contrib/binutils/binutils/
Dcoffgrok.h172 struct coff_scope *list_head; /* children */ member
/freebsd-10-stable/contrib/gcc/
Ddwarf2out.c591 add_cfi (dw_cfi_ref *list_head, dw_cfi_ref cfi) in add_cfi()
3126 add_loc_descr (dw_loc_descr_ref *list_head, dw_loc_descr_ref descr) in add_loc_descr()
6975 add_loc_descr_to_loc_list (dw_loc_list_ref *list_head, dw_loc_descr_ref descr, in add_loc_descr_to_loc_list()
7012 output_loc_list (dw_loc_list_ref list_head) in output_loc_list()
8637 add_loc_descr_op_piece (dw_loc_descr_ref *list_head, int size) in add_loc_descr_op_piece()
/freebsd-10-stable/sys/dev/aic7xxx/
Daic79xx.c7669 ahd_search_action action, u_int *list_head, in ahd_search_scb_list()