Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/truss/
H A Dprint.c723 #define CBSIZE sizeof (pri->code_buf) in mmap_type() macro
726 used = strlcpy(str, "MAP_SHARED", CBSIZE); in mmap_type()
729 used = strlcpy(str, "MAP_PRIVATE", CBSIZE); in mmap_type()
732 used = snprintf(str, CBSIZE, "%ld", arg&MAP_TYPE); in mmap_type()
744 (void) strlcat(str, "|MAP_FIXED", CBSIZE); in mmap_type()
746 (void) strlcat(str, "|MAP_RENAME", CBSIZE); in mmap_type()
748 (void) strlcat(str, "|MAP_NORESERVE", CBSIZE); in mmap_type()
750 (void) strlcat(str, "|MAP_ANON", CBSIZE); in mmap_type()
752 (void) strlcat(str, "|MAP_ALIGN", CBSIZE); in mmap_type()
754 (void) strlcat(str, "|MAP_TEXT", CBSIZE); in mmap_type()
[all …]
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h118 #define CBSIZE 28 /* number of chars in a clist block */ macro