/src/sys/dev/ |
fssvar.h | 48 char fsg_mount[MNAMELEN]; /* Mount point of file system */ member in struct:fss_get 70 char fsg_mount[MNAMELEN]; /* Mount point of file system */ member in struct:fss_get50
|
fss.c | 437 memcpy(fsg50->fsg_mount, sc->sc_mntname, MNAMELEN); 444 memcpy(fsg50->fsg_mount, sc->sc_mntname, MNAMELEN); 460 memcpy(fsg->fsg_mount, sc->sc_mntname, MNAMELEN); 467 memcpy(fsg->fsg_mount, sc->sc_mntname, MNAMELEN);
|
/src/usr.sbin/fssconfig/ |
fssconfig.c | 271 printf("%s: %s, taken %s", dev, fsg.fsg_mount, tmbuf); 280 printf("%s: %s\n", dev, fsg.fsg_mount);
|
/src/sys/compat/netbsd32/ |
netbsd32_ioctl.c | 332 memcpy(p->fsg_mount, s32p->fsg_mount, MNAMELEN); 893 memcpy(s32p->fsg_mount, p->fsg_mount, MNAMELEN);
|
netbsd32_ioctl.h | 558 char fsg_mount[MNAMELEN]; /* Mount point of file system */ member in struct:netbsd32_fss_get
|