Searched refs:BLOCKS (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/acct/ |
H A D | prtacct.sh | 34 UID NAME PRIME NPRIME PRIME NPRIME PRIME NPRIME BLOCKS PROCS SESS SAMPLES
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | flock.c | 1095 if (BLOCKS(lock, request)) { 1126 if (BLOCKS(lock, request)) { 1209 if (BLOCKS(lock, request)) { 1247 if (BLOCKS(lock, request)) { 2208 if (BLOCKS(lock, vertex)) { 2387 if (BLOCKS(lock, request)) { 2405 if (BLOCKS(lock, request)) { 4376 if (BLOCKS(lock1, lock)) { 4380 } else if (BLOCKS(lock, lock1)) { 4474 if (BLOCKS(lock [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 297 #define BLOCKS(lock1, lock2) (!SAME_OWNER((lock1), (lock2)) && \ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 2742 BLOCKS, /* decompressing blocks */ enumerator in enum:internal_state::__anon132 2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; 2904 z->state->mode = BLOCKS; 2905 case BLOCKS: 2970 * be BLOCKS (i.e. we should be willing to see the start of a series of 2971 * BLOCKS). On exit, the output will also be caught up, and the checksum 2978 if (z->state->mode != BLOCKS) 3029 z->state->mode = BLOCKS; 3536 * be BLOCKS (i.e. we should be willing to see the start of a series of 3537 * BLOCKS) [all...] |
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 3605 BLOCKS, /* decompressing blocks */ enumerator in enum:internal_state::__anon6448 3640 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; 3788 z->state->mode = BLOCKS; 3819 case BLOCKS: 3914 z->state->mode = BLOCKS; 3922 * be BLOCKS (i.e. we should be willing to see the start of a series of 3923 * BLOCKS). On exit, the output will also be caught up, and the checksum 3933 if (z->state->mode != BLOCKS) 3996 z->state->mode = BLOCKS; 4668 * be BLOCKS ( [all...] |
Completed in 73 milliseconds