Searched refs:CBSIZE (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 724 #define CBSIZE sizeof (pri->code_buf) macro 727 used = strlcpy(str, "MAP_SHARED", CBSIZE); 730 used = strlcpy(str, "MAP_PRIVATE", CBSIZE); 733 used = snprintf(str, CBSIZE, "%ld", arg&MAP_TYPE); 745 (void) strlcat(str, "|MAP_FIXED", CBSIZE); 747 (void) strlcat(str, "|MAP_RENAME", CBSIZE); 749 (void) strlcat(str, "|MAP_NORESERVE", CBSIZE); 751 (void) strlcat(str, "|MAP_ANON", CBSIZE); 753 (void) strlcat(str, "|MAP_ALIGN", CBSIZE); 755 (void) strlcat(str, "|MAP_TEXT", CBSIZE); 763 #undef CBSIZE macro 796 #define CBSIZE macro 805 #undef CBSIZE macro 869 #define CBSIZE macro 902 #undef CBSIZE macro 916 #define CBSIZE macro 939 #undef CBSIZE macro 1062 #define CBSIZE macro 1072 #undef CBSIZE macro 1311 #define CBSIZE macro 1328 #undef CBSIZE macro 1939 #define CBSIZE macro 2000 #undef CBSIZE macro 2328 #define CBSIZE macro 2358 #undef CBSIZE macro [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 118 #define CBSIZE 28 /* number of chars in a clist block */ macro 119 #define CROUND 0x1F /* clist rounding; sizeof (int *) + CBSIZE-1 */
|
Completed in 60 milliseconds