Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_list_sort.c52 list_sort(void *arg, struct list_head *list, in list_sort()
125 list_sort_merge(struct list_head *a, struct list_head *b, in list_sort_merge()
126 int (*compare)(void *, struct list_head *, struct list_head *), void *arg) in list_sort_merge()
154 list_sort_merge_into(struct list_head *list, in list_sort_merge_into()
156 int (*compare)(void *, struct list_head *, struct list_head *), void *arg) in list_sort_merge_into()
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_linux_list.h35 struct list_head { struct
36 struct list_head *next, *prev; argument
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dtypes.h100 struct list_head { struct
101 struct list_head *prev; argument
102 struct list_head *next; argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dlist.h112 struct list_head { struct
113 struct list_head *next, *prev; argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dmkregtable.c47 struct list_head { struct
48 struct list_head *next, *prev; argument
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dlist_impl.h46 struct list_node list_head; member
/netbsd-src/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c158 list_head(list_t *list) in list_head() function
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h170 struct coff_scope * list_head; /* Children. */ member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.h170 struct coff_scope * list_head; /* Children. */ member
/netbsd-src/sys/ddb/
H A Ddb_command.c689 struct db_cmd_tbl_en_head *list_head, in db_cmd_search()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc818 class list_head class
863 list_head <T>::list_head () : first (0), last (0) {} in list_head() function in list_head
H A Ddwarf2out.cc1456 add_loc_descr (dw_loc_descr_ref *list_head, dw_loc_descr_ref descr) in add_loc_descr()
1592 loc_descr_plus_const (dw_loc_descr_ref *list_head, poly_int64 poly_offset) in loc_descr_plus_const()
1665 loc_list_plus_const (dw_loc_list_ref list_head, poly_int64 offset) in loc_list_plus_const()
10353 output_loc_list (dw_loc_list_ref list_head) in output_loc_list()
14234 add_loc_descr_op_piece (dw_loc_descr_ref *list_head, int size) in add_loc_descr_op_piece()
31671 hash_loc_list (dw_loc_list_ref list_head) in hash_loc_list()
/netbsd-src/external/bsd/unbound/dist/services/
H A Drpz.c1365 del_local_rrset_from_list(struct local_rrset** list_head, uint16_t dtype) in del_local_rrset_from_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c1399 add_loc_descr (dw_loc_descr_ref *list_head, dw_loc_descr_ref descr) in add_loc_descr()
1535 loc_descr_plus_const (dw_loc_descr_ref *list_head, poly_int64 poly_offset) in loc_descr_plus_const()
1608 loc_list_plus_const (dw_loc_list_ref list_head, poly_int64 offset) in loc_list_plus_const()
10204 output_loc_list (dw_loc_list_ref list_head) in output_loc_list()
13757 add_loc_descr_op_piece (dw_loc_descr_ref *list_head, int size) in add_loc_descr_op_piece()
30931 hash_loc_list (dw_loc_list_ref list_head) in hash_loc_list()
H A Dgenrecog.c865 list_head <T>::list_head () : first (0), last (0) {} in list_head() function
/netbsd-src/sys/dev/ic/
H A Daic79xx.c7292 ahd_search_action action, u_int *list_head, u_int tid) in ahd_search_scb_list()