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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2447 char rootoptsbuf[256]; local
2490 (void) strncpy(rootoptsbuf, rootopts, sizeof (rootoptsbuf));
2491 rootoptsbuf[sizeof (rootoptsbuf) - 1] = '\0';
2492 opts = rootoptsbuf;

Completed in 66 milliseconds