Searched defs:CSIZE (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctdef.h | 42 #define CSIZE 10001 macro 48 #define CSIZE 5001 macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 169 #define CSIZE 0x00000030 macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 169 #define CSIZE 0x00000030 macro
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 86 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator in enum:Command 555 np->action = CSIZE; 940 case CSIZE:
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 258 #define CSIZE 0000060 macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1934 const int CSIZE = sizeof (dumpcsize_t); local 1958 ps->avail_out = hp->cpout->size - CSIZE; 1959 ps->next_out = hp->cpout->buf + CSIZE; 1977 csize = hp->cpout->size - CSIZE - ps->avail_out; 1980 (void) memcpy(hp->cpout->buf, &cs, CSIZE); 1981 dumpsys_swrite(hp, hp->cpout, csize + CSIZE); 2067 const int CSIZE = sizeof (dumpcsize_t); local 2069 size_t osize = csize > 0 ? CSIZE + size : size; 2080 cs = DUMP_SET_TAG(hp->out - CSIZE, hp->tag); 2081 (void) memcpy(hp->cpout->buf, &cs, CSIZE); [all...] |
Completed in 941 milliseconds