Home
last modified time | relevance | path

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

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