Home
last modified time | relevance | path

Searched refs:sc_mp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dvfs_sync.c109 struct mount *sc_mp; member
315 ctx->sc_mp = mp; in vn_syncer_thr_create()
403 if (ctx->sc_mp && ctx->sc_mp->mnt_syncer) { in syncer_thread()
404 vp = ctx->sc_mp->mnt_syncer; in syncer_thread()
455 if (ctx->sc_mp) in syncer_thread()
456 bio_ops_sync(ctx->sc_mp); in syncer_thread()
/dragonfly/sys/net/sl/
H A Dif_sl.c233 sc->sc_mp = sc->sc_buf; in slinit()
331 sc->sc_mp = 0; in slclose()
844 len = sc->sc_mp - sc->sc_buf; in slinput()
926 if (sc->sc_mp < sc->sc_ep + SLBUFSIZE) { in slinput()
927 *sc->sc_mp++ = c; in slinput()
939 sc->sc_mp = sc->sc_buf = sc->sc_ep + SLBUFSIZE - SLRMAX; in slinput()
H A Dif_slvar.h52 u_char *sc_mp; /* pointer to next available buf char */ member