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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1352 mntfs_import_addr(char *uaddr, char *ubufp, char *kbufp, size_t bufsize) argument
1354 if (uaddr < ubufp || uaddr >= ubufp + bufsize)
1357 return (kbufp + (uaddr - ubufp));
1399 char *ubufp, int cmd, int datamodel)
1414 * supplied by the user, ubufp, with the offsets stored for
1424 MNTFS_REAL_FIELD(dbbufp) ? ubufp : NULL);
1427 ubufp + (off_t)dbtabp->mnt_mountp : NULL);
1430 ubufp + (off_t)dbtabp->mnt_fstype : NULL);
1433 ubufp
1398 mntfs_copyout_elem(mntelem_t *elemp, struct extmnttab *uemp, char *ubufp, int cmd, int datamodel) argument
1610 char *ubufp; /* uaddr of user's text buf */ local
1797 char *ubufp; /* uaddr of user's text buf */ local
[all...]

Completed in 62 milliseconds