Searched refs:phead (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_ageq.c164 struct mbuf *head, **phead; local
167 phead = &head;
176 *phead = m;
177 phead = &m->m_nextpkt;
183 *phead = NULL;
197 struct mbuf *head, **phead; local
202 phead = &head;
230 *phead = m;
231 phead = &m->m_nextpkt;
237 *phead
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_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...]
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_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
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Drecvbuff.c372 REQUIRE((NULL == pf->phead && NULL == pf->pptail) ||
373 (NULL != pf->phead && NULL != pf->pptail));
375 pptail = &pf->phead;
376 for (pthis = pf->phead;
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c89 libusb_hotplug_enumerate(libusb_context *ctx, struct libusb_device_head *phead) argument
100 TAILQ_INSERT_TAIL(phead, ppdev[x], hotplug_entry);
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h45 pccb_t *phead,
H A Dagtiapi.c4367 pccb_t *phead (IN) Double pointer to ccb queue head
4375 pccb_t *phead,
4383 AGTIAPI_IO( "agtiapi_QueueCCB: %p to %p\n", pccb, phead );
4384 if (phead == NULL || ptail == NULL)
4386 panic( "agtiapi_QueueCCB: phead %p ptail %p", phead, ptail );
4390 if (*phead == NULL)
4393 *phead = pccb;
5702 pccb_t *phead (IN) Pointer to a head of ccb queue
5710 agtiapi_DeQueueCCB(struct agtiapi_softc *pCard, pccb_t *phead, pccb_ argument
4374 agtiapi_QueueCCB( struct agtiapi_softc *pmcsc, pccb_t *phead, pccb_t *ptail, struct mtx *mutex, ccb_t *pccb ) argument
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c484 void *phead; local
493 phead = mtod(mb, void *);
509 phead = NULL;
546 tx_req, phead, hlen))) {
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs.h691 #define LIST_PREPEND(head, phead, lelm, field) do { \
697 (head)->lh_first = (phead)->lh_first; \
/freebsd-11-stable/sys/dev/usb/video/
H A Dudl.c592 struct udl_cmd_head *phead = usbd_xfer_get_priv(xfer); local
598 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry);
610 TAILQ_INSERT_TAIL(phead, cb, entry);
619 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry);

Completed in 115 milliseconds