Searched refs:curpp (Results 1 – 1 of 1) sorted by relevance
1988 sbdp_seg_t **curpp, *curp; in sbdp_rm_seg() local1990 curpp = &sys_seg; in sbdp_rm_seg()1992 while ((curp = *curpp) != NULL) { in sbdp_rm_seg()1994 *curpp = curp->next; in sbdp_rm_seg()1997 curpp = &curp->next; in sbdp_rm_seg()2014 sbdp_bank_t **curpp, *curp; in sbdp_remove_bank_from_seg() local2034 curpp = &cur_seg->banks; in sbdp_remove_bank_from_seg()2036 while ((curp = *curpp) != NULL) { in sbdp_remove_bank_from_seg()2041 *curpp = curp->seg_next; in sbdp_remove_bank_from_seg()2044 curpp = &curp->seg_next; in sbdp_remove_bank_from_seg()