Searched refs:remains (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | subr_log_stream.c | 405 const size_t remains = MIN(n, rb_size - offset); in rbuf_copy() local 406 assert(remains > 0); in rbuf_copy() 408 (void) memcpy(rb + offset, d, remains); in rbuf_copy() 409 if (remains < n) { in rbuf_copy() 410 (void) memcpy(rb, d + remains, n - remains); in rbuf_copy() 419 const size_t remains = MIN(n, rb_size - offset); in rbuf_set() local 420 assert(remains > 0); in rbuf_set() 422 (void) memset(rb + offset, v, remains); in rbuf_set() 423 if (remains < n) { in rbuf_set() 424 (void) memset(rb, v, n - remains); in rbuf_set() [all …]
|
| /xnu-10002.81.5/osfmk/conf/ |
| H A D | copyright.osf | 8 # and ownership remains with the OSF/RI.
|
| /xnu-10002.81.5/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 18 * Copyright remains Eric Young's, and as such any Copyright notices in
|
| /xnu-10002.81.5/doc/memorystatus/ |
| H A D | freezer.md | 86 …and under the assumption that jetsam will kill it soon. Its dirty memory remains on NAND. It is no…
|