Lines Matching refs:pp_tail
119 rsmops_drv_t **pp_tail;
136 pp_tail = &rsmops_drv_head;
137 while (*pp_tail) {
138 if (strcmp((*pp_tail)->drv.drv_name, p_registry->drv_name)
143 pp_tail = &((*pp_tail)->next);
163 *pp_tail = p;
176 rsmops_drv_t **pp_tail;
182 pp_tail = &rsmops_drv_head;
183 while (*pp_tail) {
184 if (strcmp((*pp_tail)->drv.drv_name, p_registry->drv_name)) {
185 pp_tail = &((*pp_tail)->next);
189 if ((*pp_tail)->ctrl_cnt) {
194 p = *pp_tail;
197 *pp_tail = (*pp_tail)->next;