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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsleepq.c197 kthread_t **ptl; local
202 ptl = &t->t_priback->t_link;
207 if (*ptl != t) {
211 ptl = &t->t_sleepq->sq_first;
212 while ((nt = *ptl) != t)
213 ptl = &nt->t_priback->t_link;
215 sleepq_unlink(ptl, t);
H A Dwaitq.c157 kthread_t **ptl; local
163 ptl = &t->t_priback->t_link;
168 if (*ptl != t) {
172 ptl = &t->t_waitq->wq_first;
173 while ((nt = *ptl) != t)
174 ptl = &nt->t_priback->t_link;
179 *ptl = t->t_link;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1818 } thelist, *ptl; local
1853 ptl = malloc(sizeof (struct thelist));
1854 if (ptl == NULL) {
1860 ptl->ptr = ptr;
1861 ptl->next = thelist.next;
1862 thelist.next = ptl;
1878 for (ptl = thelist.next; ptl; ptl = thelist.next) {
1879 thelist.next = ptl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/itadm/
H A Ditadm.c1288 it_portal_t *ptl; local
1375 ret = it_portal_create(cfg, tpgp, &ptl, addrs[count]);

Completed in 96 milliseconds