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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_ageq.c162 struct mbuf *head, **phead; local
165 phead = &head;
174 *phead = m;
175 phead = &m->m_nextpkt;
181 *phead = NULL;
195 struct mbuf *head, **phead; local
200 phead = &head;
228 *phead = m;
229 phead = &m->m_nextpkt;
235 *phead
[all...]
/freebsd-10.1-release/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-10.1-release/contrib/ntp/libntp/
H A Drecvbuff.c316 REQUIRE((NULL == pf->phead && NULL == pf->pptail) ||
317 (NULL != pf->phead && NULL != pf->pptail));
319 pptail = &pf->phead;
320 for (pthis = pf->phead;
/freebsd-10.1-release/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-10.1-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c478 void *phead; local
487 phead = mtod(mb, void *);
503 phead = NULL;
540 tx_req, phead, hlen))) {
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs.h665 #define LIST_PREPEND(head, phead, lelm, field) do { \
671 (head)->lh_first = (phead)->lh_first; \
/freebsd-10.1-release/sys/i386/xen/
H A Dpmap.c559 vm_offset_t *phead = (vm_offset_t *)*head; local
566 va = phead[ptelist_count];
573 vm_offset_t *phead = (vm_offset_t *)*head; local
575 phead[ptelist_count++] = va;

Completed in 168 milliseconds