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

/osnet-11/usr/src/lib/libctf/common/
H A Dctf_lib.c263 void *strs_map; local
321 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE,
324 strs = (const char *)strs_map +
327 if (strs_map == MAP_FAILED) {
376 (void) munmap(strs_map, strs_mapsz);
385 (void) munmap(strs_map, strs_mapsz);
407 (void) munmap(strs_map, strs_mapsz);

Completed in 15 milliseconds