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

  /src/sys/rump/net/lib/libshmif/
if_shmem.c 97 char *sc_backfile; member in struct:shmif_sc
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
    [all...]
if_shmem.c 97 char *sc_backfile; member in struct:shmif_sc
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
    [all...]

Completed in 21 milliseconds