Home
last modified time | relevance | path

Searched defs:phead (Results 1 – 9 of 9) 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/usr.sbin/virtual_oss/virtual_oss/
H A Dctl.c54 vprofile_by_index(const vprofile_head_t *phead, int index) in vprofile_by_index()
66 vmonitor_by_index(int index, vmonitor_head_t *phead) in vmonitor_by_index()
H A Dmain.c159 vmonitor_alloc(int *pid, vmonitor_head_t *phead) in vmonitor_alloc()
/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c197 libusb_hotplug_enumerate(libusb_context *ctx, struct libusb_device_head *phead) in libusb_hotplug_enumerate()
/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