Lines Matching refs:next

1406 	mdi_client_t		*next;
1416 next = (mdi_client_t *)head->ct_hash_head;
1417 while (next != NULL) {
1418 if (next == ct) {
1421 last = next;
1422 next = next->ct_hnext;
1425 if (next) {
1556 mdi_pathinfo_t *pip, *next;
1562 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_client_link;
1565 pip = next;
1576 pip = next;
1928 mdi_pathinfo_t *next;
1941 next = (mdi_pathinfo_t *)
1944 pip = next;
1971 next = (mdi_pathinfo_t *)
1974 pip = next;
2013 * walk and find the next appropriate path. The following values
2046 mdi_pathinfo_t *next;
2229 * Keep looking for a next available online path
2231 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_client_link;
2232 if (next == NULL) {
2233 next = head;
2236 pip = next;
2398 * Keep looking for a next available online path
2401 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_client_link;
2402 if (next == NULL) {
2420 next = head;
2433 next = head;
2440 pip = next;
2496 * For a client, return the next available path to any phci
2534 * For a phci, return the next available path to any client
4442 nvpair_t *next;
4443 next = nvlist_next_nvpair(MDI_PI(pip)->pi_prop, nvp);
4448 nvp = next;
5108 mdi_pathinfo_t *next;
5151 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5202 pip = next;
5206 pip = next;
5214 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5227 pip = next;
5240 pip = next;
5247 pip = next;
5264 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5267 pip = next;
5277 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5292 pip = next;
5305 mdi_pathinfo_t *next;
5327 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5342 pip = next;
5345 pip = next;
5360 mdi_pathinfo_t *next;
5388 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5421 pip = next;
5424 pip = next;
5449 mdi_pathinfo_t *next;
5481 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5521 pip = next;
5524 pip = next;
5555 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5558 pip = next;
5568 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5583 pip = next;
5595 mdi_pathinfo_t *next;
5609 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
5612 pip = next;
5813 mdi_pathinfo_t *next;
5856 next =
5881 pip = next;
5899 next =
5911 pip = next;
6274 mdi_pathinfo_t *next;
6279 * requested state. If it is just return the next path
6285 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
6287 return (next);
6309 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_phci_link;
6349 return (next);
6364 mdi_pathinfo_t *next, *pip;
6446 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_client_link;
6453 pip = next;
6879 dev_info_t *next = ddi_get_next_sibling(cdip);
6884 cdip = next;
6958 dev_info_t *next = ddi_get_next_sibling(cdip);
6961 cdip = next;
7005 mdi_pathinfo_t *pip, *next;
7012 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_client_link;
7016 pip = next;
7043 dev_info_t *next = ddi_get_next_sibling(cdip);
7046 cdip = next;
7078 mdi_pathinfo_t *pip, *next;
7085 next = (mdi_pathinfo_t *)MDI_PI(pip)->pi_client_link;
7089 pip = next;
7120 dev_info_t *next = ddi_get_next_sibling(cdip);
7123 cdip = next;
8106 * during next vhcache_discover_paths().
9531 mdi_phci_t *ph, *next;
9539 next = ph->ph_next;
9541 next = NULL;
9544 ph = next;