Home
last modified time | relevance | path

Searched refs:llc1_str_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dllc1.h157 llc1_t *llc1_str_next, *llc1_str_prev; /* open streams */ member
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c254 llc1_device_list.llc1_str_next = in llc1_attach()
256 (llc1_t *)&llc1_device_list.llc1_str_next; in llc1_attach()
1548 for (lld = llc1_device_list.llc1_str_next; in llc1_recv()
1549 lld != (llc1_t *)&llc1_device_list.llc1_str_next; in llc1_recv()
2053 for (next = device->llc1_str_next; in llc1_findminor()
2054 next != NULL && next != (llc1_t *)&device->llc1_str_next; in llc1_findminor()
2795 for (llc = llc1_device_list.llc1_str_next; in llc1_find_waiting()
2796 llc != (llc1_t *)&llc1_device_list.llc1_str_next; in llc1_find_waiting()