Searched refs:scratch_buf (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c571 ssize_t read_whole_buffer(pipe_t p, void *scratch_buf, int size);
575 ssize_t read_whole_buffer(pipe_t p, void *scratch_buf, int size) argument
579 int retval = pread(fd, scratch_buf, size, 0);
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c638 char scratch_buf[16]; local
646 if (PE_parse_boot_argn("-zleakon", scratch_buf, sizeof(scratch_buf))) {
655 if (PE_parse_boot_argn("-zleakoff", scratch_buf, sizeof(scratch_buf))) {

Completed in 24 milliseconds