Home
last modified time | relevance | path

Searched refs:cs_init (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_subr.c111 if (fs->e2fs_clustersum[cg].cs_init == 0) { in ext2_clusteracct()
138 fs->e2fs_clustersum[cg].cs_init = 1; in ext2_clusteracct()
H A Dext2fs.h191 int8_t cs_init; /* cluster summary has been initialized */ member
H A Dext2_vfsops.c782 sump->cs_init = 0; in ext2_reload()
928 sump->cs_init = 0; in ext2_mountfs()
/freebsd-12.1/contrib/nvi/vi/
H A Dv_word.c111 if (cs_init(sp, &cs)) in fword()
271 if (cs_init(sp, &cs)) in eword()
417 if (cs_init(sp, &cs)) in bword()
H A Dv_sentence.c64 if (cs_init(sp, &cs)) in v_sentencef()
211 if (cs_init(sp, &cs)) in v_sentenceb()
H A Dgetc.c46 cs_init(SCR *sp, VCS *csp) in cs_init() function
H A Dv_match.c85 if (cs_init(sp, &cs)) in v_match()
H A Dvi.h167 int cs_init(SCR *, VCS *);
H A Dextern.h1 int cs_init(SCR *, VCS *);
H A Dv_txt.c2749 if (cs_init(sp, &cs)) in txt_showmatch()
/freebsd-12.1/sys/dev/cs/
H A Dif_cs.c78 static void cs_init(void *);
488 ifp->if_init=cs_init; in cs_attach()
608 cs_init(void *xsc) in cs_init() function