Home
last modified time | relevance | path

Searched refs:MTOD (Results 1 – 9 of 9) 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/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()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h310 # define MTOD(m,t) ((t)((m)->b_rptr)) macro
493 # define MTOD(m,t) ((t)((m)->b_rptr)) macro
617 # define MTOD(m,t) mtod(m,t) macro
704 # define MTOD(m,t) mtod(m,t) macro
1469 # undef MTOD
1470 # define MTOD(m, t) ((t)(m)->mb_buf) macro
1488 # define COPYDATA(m, o, l, b) bcopy(MTOD((mb_t *)m, char *) + (o), \
1491 MTOD((mb_t *)m, char *) + (o), \
1650 # ifndef MTOD
1651 # 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);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c211 ip = MTOD(m, ip_t *);
212 while ((i = (*r->r_readip)(MTOD(m, char *), sizeof(m->mb_buf),
H A Dip_fil.c541 ip = MTOD(mb, ip_t *);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c440 error = copyoutptr(MTOD(m, char *),
H A Dip_fil_solaris.c1950 ip = MTOD(m, char *) + ipoff;
H A Dfil.c882 ipoff = (char *)fin->fin_ip - MTOD(fin->fin_m, char *);
2424 fin->fin_ipoff = (char *)ip - MTOD(m, char *);