Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c455 error = copystr(args.opts, strbuff, sizeof (strbuff), in auto_mount()
458 error = copyinstr(args.opts, strbuff, sizeof (strbuff), in auto_mount()
477 error = copystr(args.map, strbuff, sizeof (strbuff), in auto_mount()
480 error = copyinstr(args.map, strbuff, sizeof (strbuff), in auto_mount()
539 error = copystr(args.path, strbuff, sizeof (strbuff), &len); in auto_mount()
541 error = copyinstr(args.path, strbuff, sizeof (strbuff), &len); in auto_mount()
554 error = copystr(args.opts, strbuff, sizeof (strbuff), &len); in auto_mount()
571 error = copystr(args.map, strbuff, sizeof (strbuff), &len); in auto_mount()
573 error = copyinstr(args.map, strbuff, sizeof (strbuff), &len); in auto_mount()
601 error = copystr(args.key, strbuff, sizeof (strbuff), &len); in auto_mount()
[all …]