Searched refs:mlist_head (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_list.c26 __list_add(struct mlist_head *new, struct mlist_head *prev,
27 struct mlist_head *next)
44 mlist_add(struct mlist_head *new, struct mlist_head *head)
58 mlist_add_tail(struct mlist_head *new, struct mlist_head *head)
71 __list_del(struct mlist_head *prev, struct mlist_head *next)
82 mlist_del_init(struct mlist_head *entr
[all...]
H A Dmr_sas_list.h53 struct mlist_head { struct
54 struct mlist_head *next, *prev;
57 typedef struct mlist_head mlist_t;
62 struct mlist_head name = LIST_HEAD_INIT(name)
69 void mlist_add(struct mlist_head *, struct mlist_head *);
70 void mlist_add_tail(struct mlist_head *, struct mlist_head *);
71 void mlist_del_init(struct mlist_head *);
72 int mlist_empty(struct mlist_head *);
[all...]
H A Dmr_sas.c2646 struct mlist_head *pos, *next;
4433 struct mlist_head *pos, *next;
6586 struct mlist_head *pos, *next;
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h58 struct mlist_head { struct
59 struct mlist_head *next, *prev;
62 typedef struct mlist_head mlist_t;
67 struct mlist_head name = LIST_HEAD_INIT(name)
80 static void __list_add(struct mlist_head *new,
81 struct mlist_head *prev,
82 struct mlist_head *next)
99 static void mlist_add(struct mlist_head *new, struct mlist_head *head)
113 static void mlist_add_tail(struct mlist_head *ne
[all...]
H A Dmegaraid_sas.c2712 struct mlist_head *pos, *next;

Completed in 125 milliseconds