HomeSort by: relevance | last modified time | path
    Searched refs:sc_mntname (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
fssvar.h 158 char sc_mntname[MNAMELEN]; /* Mount point */ member in struct:fss_softc
fss.c 364 copyinstr(fss->fss_mount, sc->sc_mntname,
365 sizeof(sc->sc_mntname), NULL);
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);
688 * For file system internal snapshot initializes sc_mntname, sc_mount,
692 * Initializes sc_mntname, sc_mount, sc_bdev, sc_bs_vp and sc_mount
721 memcpy(sc->sc_mntname, sc->sc_mount->mnt_stat.f_mntonname, MNAMELEN);
929 aprint_debug_dev(sc->sc_dev, "%s snapshot active\n", sc->sc_mntname);
    [all...]

Completed in 12 milliseconds