Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dmntdata.h78 #define MTOD(pnp) ((struct mntdata *)MTOV(pnp)->v_vfsp->vfs_data) macro
/titanic_41/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
1465 # define MTOD(m, t) ((t)(m)->mb_buf) macro
1646 # define MTOD(m,t) mtod(m,t) macro