Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16561 caddr_t mfsthist_start; in check_mfst_history() local
16577 mfsthist_start = mmap(0, st.st_size, PROT_READ, in check_mfst_history()
16581 if (mfsthist_start == MAP_FAILED || in check_mfst_history()
16582 *(mfsthist_start + st.st_size) != '\0') { in check_mfst_history()
16583 (void) munmap(mfsthist_start, st.st_size); in check_mfst_history()
16597 if (strstr(mfsthist_start, svnbuf) != NULL) in check_mfst_history()
16600 (void) munmap(mfsthist_start, st.st_size); in check_mfst_history()