Home
last modified time | relevance | path

Searched defs:llist_head (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h132 typedef struct llist_head { struct
133 struct llist_head *prv; argument
134 struct llist_head *nxt; argument
136 } llist_head_t; argument
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c449 } *llist_head, *llist_tail, *llist, *llist1; in g_forcelip_all() local
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c1108 smb_llist_t *llist_head, uint64_t *new_mark) in smb_is_range_unlocked()