Searched defs:MTOD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dmntdata.h78 #define MTOD(pnp) ((struct mntdata *)MTOV(pnp)->v_vfsp->vfs_data) macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h305 # define MTOD(m,t) ((t)((m)->b_rptr)) macro
488 # define MTOD(m,t) ((t)((m)->b_rptr)) macro
612 # define MTOD(m,t) mtod(m,t) macro
699 # define MTOD(m,t) mtod(m,t) macro
1464 # undef MTOD macro
1465 # define MTOD(m, t) ((t)(m)->mb_buf) macro
1483 # define COPYDATA(m, o, l, b) bcopy(MTOD((mb_t *)m, char *) + (o), \
1486 MTOD((mb_t *)m, char *) + (o), \
1645 # ifndef MTOD
1646 # define MTOD( macro
[all...]

Completed in 52 milliseconds