Home
last modified time | relevance | path

Searched refs:phead (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_ageq.c163 struct mbuf *head, **phead; in ieee80211_ageq_age() local
166 phead = &head; in ieee80211_ageq_age()
175 *phead = m; in ieee80211_ageq_age()
176 phead = &m->m_nextpkt; in ieee80211_ageq_age()
182 *phead = NULL; in ieee80211_ageq_age()
196 struct mbuf *head, **phead; in ieee80211_ageq_remove() local
201 phead = &head; in ieee80211_ageq_remove()
229 *phead = m; in ieee80211_ageq_remove()
230 phead = &m->m_nextpkt; in ieee80211_ageq_remove()
236 *phead = NULL; in ieee80211_ageq_remove()
/NextBSD/contrib/ntp/include/
HDntp_lists.h230 entrytype * phead; /* NULL if list empty */ \
234 #define HEAD_FIFO(anchor) ((anchor).phead)
274 (anchor).phead = (pentry); \
275 (anchor).pptail = &(anchor).phead; \
285 (punlinked) = (anchor).phead; \
287 (anchor).phead = (punlinked)->nextlink; \
288 if (NULL == (anchor).phead) \
292 (anchor).pptail = &(anchor).phead; \
305 ppentry = &(anchor).phead; \
322 (anchor).pptail = &(anchor).phead; \
[all …]
/NextBSD/sys/fs/cd9660/
HDcd9660_rrip.c495 ISO_SUSP_HEADER *phead; local
518 phead = (ISO_SUSP_HEADER *)pwhead;
527 while (pend >= phead + 1) {
528 if (isonum_711(phead->version) == 1) {
530 if (*phead->type == *ptable->type
531 && phead->type[1] == ptable->type[1]) {
532 result |= ptable->func(phead,ana);
544 if (isonum_711(phead->length) < sizeof(*phead))
550 phead = (ISO_SUSP_HEADER *)((char *)phead + isonum_711(phead->length));
562 phead = (ISO_SUSP_HEADER *)(bp->b_data + ana->iso_ce_off);
[all …]
/NextBSD/contrib/ntp/libntp/
HDrecvbuff.c314 REQUIRE((NULL == pf->phead && NULL == pf->pptail) || in check_gen_fifo_consistency()
315 (NULL != pf->phead && NULL != pf->pptail)); in check_gen_fifo_consistency()
317 pptail = &pf->phead; in check_gen_fifo_consistency()
318 for (pthis = pf->phead; in check_gen_fifo_consistency()
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_ib.c479 void *phead; in ipoib_send() local
488 phead = mtod(mb, void *); in ipoib_send()
504 phead = NULL; in ipoib_send()
541 tx_req, phead, hlen))) { in ipoib_send()
/NextBSD/sys/fs/nfs/
HDnfs.h671 #define LIST_PREPEND(head, phead, lelm, field) do { \ argument
677 (head)->lh_first = (phead)->lh_first; \
/NextBSD/sys/dev/usb/video/
HDudl.c595 struct udl_cmd_head *phead = usbd_xfer_get_priv(xfer); in udl_bulk_write_callback() local
601 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry); in udl_bulk_write_callback()
613 TAILQ_INSERT_TAIL(phead, cb, entry); in udl_bulk_write_callback()
622 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry); in udl_bulk_write_callback()
/NextBSD/sys/dev/pms/freebsd/driver/ini/src/
HDagtiproto.h45 pccb_t *phead,
HDagtiapi.c4376 pccb_t *phead, in agtiapi_QueueCCB() argument
4384 AGTIAPI_IO( "agtiapi_QueueCCB: %p to %p\n", pccb, phead ); in agtiapi_QueueCCB()
4385 if (phead == NULL || ptail == NULL) in agtiapi_QueueCCB()
4387 panic( "agtiapi_QueueCCB: phead %p ptail %p", phead, ptail ); in agtiapi_QueueCCB()
4391 if (*phead == NULL) in agtiapi_QueueCCB()
4394 *phead = pccb; in agtiapi_QueueCCB()
5712 agtiapi_DeQueueCCB(struct agtiapi_softc *pCard, pccb_t *phead, pccb_t *ptail, in agtiapi_DeQueueCCB() argument
5721 AGTIAPI_PRINTK("agtiapi_DeQueueCCB: %p from %p\n", pccb, phead); in agtiapi_DeQueueCCB()
5723 if (pccb == NULL || *phead == NULL) in agtiapi_DeQueueCCB()
5728 AGTIAPI_PRINTK("agtiapi_DeQueueCCB: %p from %p\n", pccb, phead); in agtiapi_DeQueueCCB()
[all …]