Home
last modified time | relevance | path

Searched defs:phead (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ageq.c164 struct mbuf *head, **phead; in ieee80211_ageq_age() local
197 struct mbuf *head, **phead; in ieee80211_ageq_remove() local
/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c88 libusb_hotplug_enumerate(libusb_context * ctx,struct libusb_device_head * phead) libusb_hotplug_enumerate() argument
/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.c459 ISO_SUSP_HEADER *phead; in cd9660_rrip_loop() local
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c486 void *phead; in ipoib_send() local
/freebsd/sys/dev/usb/video/
H A Dudl.c593 struct udl_cmd_head *phead = usbd_xfer_get_priv(xfer); in udl_bulk_write_callback() local
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c4330 pccb_t *phead, in agtiapi_QueueCCB()
5664 agtiapi_DeQueueCCB(struct agtiapi_softc *pCard, pccb_t *phead, pccb_t *ptail, in agtiapi_DeQueueCCB()
/freebsd/sys/fs/nfs/
H A Dnfs.h802 #define LIST_PREPEND(head, phead, lelm, field) do { \ argument