Home
last modified time | relevance | path

Searched refs:MTOD (Results 1 – 9 of 9) 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/fs/mntfs/
H A Dmntvnops.c401 zone_t *zonep = MTOD(mnp)->mnt_zone_ref.zref_zone; in mntfs_freesnap()
502 mntdata_t *mnd = MTOD(mnp); in mntfs_snapshot()
855 atomic_inc_32(&MTOD(nmnp)->mnt_nopen); in mntopen()
878 atomic_dec_32(&MTOD(mnp)->mnt_nopen); in mntclose()
888 zone_t *zonep = MTOD(mnp)->mnt_zone_ref.zref_zone; in mntread()
1003 mntdata_t *mntdata = MTOD(VTOM(vp)); in mntgetattr()
1475 zone_t *zonep = MTOD(mnp)->mnt_zone_ref.zref_zone; in mntioctl()
1556 mntdata_t *mntdata = MTOD(mnp); in mntioctl()
/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
1464 # undef MTOD
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(m,t) mtod(m,t) macro
H A Dip_ftp_pxy.c319 bcopy(newbuf, MTOD(m, char *) + off, nlen);
678 bcopy(newmsg, MTOD(m, char *) + off, nlen);
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipftest.c216 ip = MTOD(m, ip_t *);
217 while ((i = (*r->r_readip)(MTOD(m, char *), sizeof(m->mb_buf),
H A Dip_fil.c540 ip = MTOD(mb, ip_t *);
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_auth.c440 error = copyoutptr(MTOD(m, char *),
H A Dip_fil_solaris.c1738 ip = MTOD(m, char *) + ipoff;
H A Dfil.c881 ipoff = (char *)fin->fin_ip - MTOD(fin->fin_m, char *);
2423 fin->fin_ipoff = (char *)ip - MTOD(m, char *);