Home
last modified time | relevance | path

Searched refs:MNTPATHLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c102 char buff[MNTPATHLEN + 1];
122 getxdr_string(buff, MNTPATHLEN));
133 MNTPATHLEN));
230 (void) showxdr_string(MNTPATHLEN, "File = %s");
444 static char buff[MNTPATHLEN + 1]; in sum_exports()
453 (void) getxdr_string(buff, MNTPATHLEN); in sum_exports()
469 char buff[MNTPATHLEN + 1]; in detail_exports()
479 dirpath = (char *)getxdr_string(buff, MNTPATHLEN); in detail_exports()
493 static char buff[MNTPATHLEN + 1]; in sum_mounts()
502 (void) getxdr_string(buff, MNTPATHLEN); in sum_mounts()
[all …]
/illumos-gate/usr/src/head/rpcsvc/
H A Dmount.x32 const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */ variable
123 typedef string dirpath<MNTPATHLEN>; typedef
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c102 return (xdr_string(xdrs, pathp, MNTPATHLEN)); in xdr_path()