Searched refs:buf_ptr (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | ext_paniclog.c | 457 char *buf_ptr; in ext_paniclog_multiple_handles_test() local 487 buf_ptr += 4; in ext_paniclog_multiple_handles_test() 497 buf_ptr = buf_ptr + 20; in ext_paniclog_multiple_handles_test() 506 buf_ptr += 4; in ext_paniclog_multiple_handles_test() 524 buf_ptr += 4; in ext_paniclog_multiple_handles_test() 556 char *buf_ptr; in ext_paniclog_write_panicdata_test() local 599 buf_ptr += 4; in ext_paniclog_write_panicdata_test() 609 buf_ptr += 4; in ext_paniclog_write_panicdata_test() 619 buf_ptr += 16; in ext_paniclog_write_panicdata_test() 629 buf_ptr += 4; in ext_paniclog_write_panicdata_test() [all …]
|
| H A D | kern_stackshot.c | 946 void *buf_ptr; in linked_kcdata_init() local 950 buf_ptr = stackshot_alloc_arr(uint8_t, buf_size, &error); in linked_kcdata_init() 955 …error = kcdata_memory_static_init(&descriptor->kcdata, (mach_vm_address_t) buf_ptr, data_type, buf… in linked_kcdata_init()
|
| /xnu-11215/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()
|