Searched refs:MTOD (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | mntdata.h | 78 #define MTOD(pnp) ((struct mntdata *)MTOV(pnp)->v_vfsp->vfs_data) macro
|
/titanic_41/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 401 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 D | ip_compat.h | 305 # 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 D | ip_ftp_pxy.c | 319 bcopy(newbuf, MTOD(m, char *) + off, nlen); 678 bcopy(newmsg, MTOD(m, char *) + off, nlen);
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipftest.c | 216 ip = MTOD(m, ip_t *); 217 while ((i = (*r->r_readip)(MTOD(m, char *), sizeof(m->mb_buf),
|
H A D | ip_fil.c | 540 ip = MTOD(mb, ip_t *);
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_auth.c | 440 error = copyoutptr(MTOD(m, char *),
|
H A D | ip_fil_solaris.c | 1738 ip = MTOD(m, char *) + ipoff;
|
H A D | fil.c | 881 ipoff = (char *)fin->fin_ip - MTOD(fin->fin_m, char *); 2423 fin->fin_ipoff = (char *)ip - MTOD(m, char *);
|