Searched refs:matchp_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c3047 *matchp_end = NULL; local
3194 matchp_start = matchp_end = lap->listp;
3195 while (matchp_end->next != NULL) {
3197 matchp_end->next->ldata.ap_phys_id);
3202 matchp_end = matchp_end->next;
3217 listp_end->next = matchp_end->next;
3219 matchp_end->next = NULL;
3245 matchp_start = matchp_end = curlp;
3246 while (matchp_end
[all...]

Completed in 49 milliseconds