Lines Matching refs:next

117 	struct impl_map_dev_prop	*next;
126 struct impl_map_dev *next;
294 * If it's found, continue to next path.
452 * adds a nwwn, pwwn entry to the next entry in wwn_list_found list
554 * wwn_list_p should point to the next
735 WWN_list_found *next = NULL;
741 for (; *wwn_list_found != NULL; *wwn_list_found = next) {
742 next = (*wwn_list_found)->wwn_next;
751 WWN_list *next = NULL;
758 for (; *wwn_list != NULL; *wwn_list = next) {
759 next = (*wwn_list)->wwn_next;
1300 * or g_issue_fcp_ioctl, continue to the next
1957 pl_end->next = prop_ptr;
1978 pl_end->next = prop_ptr;
1997 pl_end->next = prop_ptr;
2003 pl_end->next = (*prop_list)->next;
2050 prop_ptr->next = (*prop_list)->next;
2057 prop_ptr->next = *prop_list;
2520 mdl_end->next = impl_dev;
2592 * to next dev
2737 mdl_end->next = impl_dev;
2786 lp = olp->next;
2805 lp = olp->next;
2889 * This function returns the next device handle of the input map.
2913 if (impl_dev->next == NULL) {
2917 return ((gfc_dev_t)(impl_dev->next));
2965 impl_prop = impl_prop->next;
3014 impl_prop = impl_prop->next;
3063 impl_prop = impl_prop->next;
3102 * This function returns the handle for next property handle of the input prop.
3126 if (impl_prop->next == NULL) {
3130 return ((gfc_prop_t)(impl_prop->next));
3302 trlsptr = rlsptr->next;
3478 for (c1 = rls; c1->next; c1 = c1->next) {};
3479 c1 = c1->next = c2;
3564 for (c1 = rls; c1->next; c1 = c1->next) {};
3565 c1 = c1->next = c2;
3681 for (c1 = rls; c1->next; c1 = c1->next) {};
3682 c1 = c1->next = c2;
4265 dl = (*dlh)->next;
4280 dlt->next = dl;
4385 mplistp = mplistp->next) {
4394 dl = dlt->next;
4411 dlt->next = dl;
4489 dl = dlt->next;
4502 dlt->next = dl;
4521 dl = dlh->next;
5488 mpln->next = mpl;
5508 mplistn = mplistp->next;