Searched refs:ptail (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c145 struct line_entry **ptail; member in struct:line_subseg
272 ss->ptail = &ss->head;
297 *ss->ptail = e;
298 ss->ptail = &e->next;
1672 struct line_entry **ptail = ss->ptail;
1676 *ptail = ss->head;
1677 ptail = ss->ptail;
1668 struct line_entry **ptail = ss->ptail; local
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h46 pccb_t *ptail,
H A Dagtiapi.c4368 pccb_t *ptail (IN) Double pointer to ccb queue tail
4376 pccb_t *ptail,
4384 if (phead == NULL || ptail == NULL)
4386 panic( "agtiapi_QueueCCB: phead %p ptail %p", phead, ptail );
4392 //WARN_ON(*ptail != NULL); /* critical, just get more logs */
4397 //WARN_ON(*ptail == NULL); /* critical, just get more logs */
4398 if (*ptail)
4399 (*ptail)->pccbNext = pccb;
4401 *ptail
4374 agtiapi_QueueCCB( struct agtiapi_softc *pmcsc, pccb_t *phead, pccb_t *ptail, struct mtx *mutex, ccb_t *pccb ) argument
5710 agtiapi_DeQueueCCB(struct agtiapi_softc *pCard, pccb_t *phead, pccb_t *ptail, struct mtx *lock, ccb_t *pccb) argument
[all...]

Completed in 123 milliseconds