Searched defs:pp_tail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmops.c119 rsmops_drv_t **pp_tail; local
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; local
182 pp_tail = &rsmops_drv_head;
183 while (*pp_tail) {
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8603 mdi_phys_path_t *pp_head = NULL, *pp_tail = NULL, *pp; local
8633 pp_tail->phys_path_next = pp;
8634 pp_tail = pp;

Completed in 59 milliseconds