Searched refs:mountargs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c58 static struct sdev_mountargs mountargs; variable in typeref:struct:sdev_mountargs
96 if (mount(special, mountpt, flags, fstype, &mountargs,
97 sizeof (mountargs), NULL, 0)) {
240 mountargs.sdev_attrdir =
242 if (mountargs.sdev_attrdir == NULL)
332 if (mountargs.sdev_attrdir) {
333 if (do_stat((const char *)(uintptr_t)mountargs.sdev_attrdir,
338 "directory\n"), typename, mountargs.sdev_attrdir);
346 mountargs.sdev_attrdir == NULL) {

Completed in 56 milliseconds