Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c489 void *strs_map; in ctf_fdcreate_int() local
574 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE, in ctf_fdcreate_int()
577 strs = (const char *)strs_map + in ctf_fdcreate_int()
580 if (strs_map == MAP_FAILED) { in ctf_fdcreate_int()
631 (void) munmap(strs_map, strs_mapsz); in ctf_fdcreate_int()
641 (void) munmap(strs_map, strs_mapsz); in ctf_fdcreate_int()
666 (void) munmap(strs_map, strs_mapsz); in ctf_fdcreate_int()