Searched refs:strbuff (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 358 char strbuff[MAXPATHLEN + 1]; in auto_mount() local 452 error = copystr(args.opts, strbuff, sizeof (strbuff), in auto_mount() 455 error = copyinstr(args.opts, strbuff, sizeof (strbuff), in auto_mount() 460 if (autofs_restrict_opts(vfsp, strbuff, sizeof (strbuff), &len) in auto_mount() 468 bcopy(strbuff, fnip->fi_opts, len); in auto_mount() 474 error = copystr(args.map, strbuff, sizeof (strbuff), in auto_mount() 477 error = copyinstr(args.map, strbuff, sizeof (strbuff), in auto_mount() 485 bcopy(strbuff, fnip->fi_map, len); in auto_mount() 536 error = copystr(args.path, strbuff, sizeof (strbuff), &len); in auto_mount() 538 error = copyinstr(args.path, strbuff, sizeof (strbuff), &len); in auto_mount() [all …]
|