Searched refs:buf_ptr (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | ext_paniclog.c | 453 char *buf_ptr; in ext_paniclog_multiple_handles_test() local 466 buf_ptr = (debug_buf_base + debug_buf_size) - bytes_copied; in ext_paniclog_multiple_handles_test() 470 os_log(OS_LOG_DEFAULT, "EXT_PANICLOG_TEST: %u ", buf_ptr[i]); in ext_paniclog_multiple_handles_test() 476 memcpy(&version, buf_ptr, 4); in ext_paniclog_multiple_handles_test() 483 buf_ptr += 4; in ext_paniclog_multiple_handles_test() 485 memcpy(&no_of_logs, buf_ptr, 4); in ext_paniclog_multiple_handles_test() 493 buf_ptr = buf_ptr + 20; in ext_paniclog_multiple_handles_test() 497 if (strncmp(data_id[i], buf_ptr, data_id_len)) { in ext_paniclog_multiple_handles_test() 502 buf_ptr += data_id_len + 1; in ext_paniclog_multiple_handles_test() 503 memcpy(&data_len, buf_ptr, 4); in ext_paniclog_multiple_handles_test() [all …]
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_io_compression_stats.c | 290 iocs_compress_buffer(vnode_t vn, uint8_t *buf_ptr, uint32_t buf_size) in iocs_compress_buffer() argument 299 int current_compressed_block_size = iocs_compress_block(buf_ptr + offset, current_block_size); in iocs_compress_buffer() 366 uint8_t *buf_ptr = NULL; in io_compression_stats() local 391 buf_ptr = (uint8_t *) vaddr; in io_compression_stats() 394 if (buf_ptr != NULL) { in io_compression_stats() 396 compressed_size = iocs_compress_buffer(vn, buf_ptr, buf_cnt); in io_compression_stats() 411 if (buf_ptr != NULL) { in io_compression_stats()
|