Home | History | Annotate | Download | only in libshmif

Lines Matching defs:sc_backfile

97 	char *sc_backfile;
307 if (sc->sc_backfile == NULL)
310 if (sc->sc_backfile) {
311 kmem_free(sc->sc_backfile, sc->sc_backfilelen);
312 sc->sc_backfile = NULL;
365 sc->sc_backfile = kmem_alloc(sc->sc_backfilelen, KM_SLEEP);
366 strcpy(sc->sc_backfile, path);
510 rv = copyoutstr(sc->sc_backfile, ifd->ifd_data,
529 } else if (sc->sc_backfile) {
560 sc->sc_backfile = path;