Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c1807 listhead->next_listhead = NULL; in init_listhead()
1809 listhead->next_listhead = adapter_listhead_base.next; in init_listhead()
1837 listhead = listhead->next_listhead; in lookup_adapter_listhead()
2761 listhead = listhead->next_listhead; in get_topology_size()
2822 listhead = listhead->next_listhead; in get_topology()
2889 listhead = listhead->next_listhead; in get_topology()
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h204 struct adapter_listhead *next_listhead; member