Home
last modified time | relevance | path

Searched defs:mtod (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libcuse/
H A Dcuse_lib.c76 const struct cuse_methods *mtod; member
365 cuse_dev_create(const struct cuse_methods *mtod, void *priv0, void *priv1, in cuse_dev_create()
/freebsd/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h142 #define mtod(m,t) ((t)(m)->m_data) macro
/freebsd/sys/dev/usb/
H A Dusb_hub.c2934 const struct usb_bus_methods *mtod; in usbd_filter_power_mode() local
H A Dusb_transfer.c188 const struct usb_bus_methods *mtod; in usbd_get_dma_delay() local
/freebsd/stand/kshim/
H A Dbsd_kernel.c901 const struct device_method *mtod; in device_get_method() local
/freebsd/sys/sys/
H A Dmbuf.h107 #define mtod(m, t) ((t)((m)->m_data)) macro