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

/freebsd-11-stable/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h142 #define mtod(m,t) ((t)(m)->m_data) macro
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c77 const struct cuse_methods *mtod; member in struct:cuse_dev
371 cuse_dev_create(const struct cuse_methods *mtod, void *priv0, void *priv1, argument
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c2960 const struct usb_bus_methods *mtod; local
H A Dusb_transfer.c190 const struct usb_bus_methods *mtod; local
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c887 const struct device_method *mtod; local
/freebsd-11-stable/sys/sys/
H A Dmbuf.h109 #define mtod(m, t) ((t)((m)->m_data)) macro

Completed in 269 milliseconds