Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dprint.c728 #define CBSIZE sizeof (pri->code_buf) in mmap_type() macro
731 used = strlcpy(str, "MAP_SHARED", CBSIZE); in mmap_type()
734 used = strlcpy(str, "MAP_PRIVATE", CBSIZE); in mmap_type()
737 used = snprintf(str, CBSIZE, "%ld", arg&MAP_TYPE); in mmap_type()
749 (void) strlcat(str, "|MAP_FIXED", CBSIZE); in mmap_type()
751 (void) strlcat(str, "|MAP_RENAME", CBSIZE); in mmap_type()
753 (void) strlcat(str, "|MAP_NORESERVE", CBSIZE); in mmap_type()
755 (void) strlcat(str, "|MAP_ANON", CBSIZE); in mmap_type()
757 (void) strlcat(str, "|MAP_ALIGN", CBSIZE); in mmap_type()
759 (void) strlcat(str, "|MAP_TEXT", CBSIZE); in mmap_type()
[all …]