Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2510 char rootoptsbuf[256]; in init_mountopts() local
2553 (void) strncpy(rootoptsbuf, rootopts, sizeof (rootoptsbuf)); in init_mountopts()
2554 rootoptsbuf[sizeof (rootoptsbuf) - 1] = '\0'; in init_mountopts()
2555 opts = rootoptsbuf; in init_mountopts()