Lines Matching refs:jptr
160 struct jobs *jptr; in yppush_exit() local
165 jptr = yppush_joblist; in yppush_exit()
167 while (jptr) { in yppush_exit()
168 if (jptr->polled == 0) { in yppush_exit()
172 jptr->server); in yppush_exit()
176 jptr->server); in yppush_exit()
178 jptr = jptr->next; in yppush_exit()
198 jptr = yppush_joblist; in yppush_exit()
199 while (jptr) { in yppush_exit()
200 if (!jptr->polled) in yppush_exit()
202 to %s (transid = %lu) still pending", jptr->server, jptr->tid); in yppush_exit()
203 svc_unregister(jptr->prognum, 1); in yppush_exit()
204 jptr = jptr->next; in yppush_exit()