| /xnu-11215/libkern/libkern/img4/ |
| H A D | interface.h | 77 void *buff, 103 img4_buff_t *buff, 116 void *buff, 125 img4_buff_t *buff, 131 img4_buff_t *buff 173 img4_buff_t *buff 198 const void *buff, 204 const void *buff,
|
| /xnu-11215/EXTERNAL_HEADERS/img4/ |
| H A D | 4xnu.h | 41 img4_get_manifest(const void *__sized_by(len) buff, size_t len, 71 img4_get_payload(const void *__sized_by(len) buff, size_t len,
|
| H A D | firmware.h | 416 img4_buff_t *buff, 541 img4_firmware_init_from_buff(void *__sized_by(len) buff, size_t len); 586 img4_buff_t *buff, 659 img4_buff_t *buff);
|
| H A D | chip.h | 288 img4_chip_init_from_buff(void *__sized_by(len) buff, size_t len);
|
| H A D | runtime.h | 1039 img4_buff_dealloc(img4_buff_t *_Nullable buff);
|
| /xnu-11215/bsd/kern/ |
| H A D | sys_generic.c | 2684 char buff[4]; variable 2694 char cluster_type = buff[0]; 2712 return SYSCTL_OUT(req, buff, 1); 2724 char buff[4]; variable 2734 char cluster_type = buff[0]; 2750 buff[0] = cluster_type; 2752 return SYSCTL_OUT(req, buff, 1); 2956 char buff[4]; variable 2962 char no_smt = buff[0]; 2971 buff[0] = no_smt; [all …]
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 1567 char buff[sizeof(buf)]; in devfs_make_node_internal() local 1578 bcopy(buf, buff, sizeof(buff)); in devfs_make_node_internal() 1579 buff[sizeof(buff) - 1] = 0; in devfs_make_node_internal() 1636 mac_devfs_label_associate_device(dev, new_dev->de_dnp, buff); in devfs_make_node_internal()
|
| /xnu-11215/osfmk/kern/ |
| H A D | ext_paniclog.h | 112 …oc_with_buffer(uuid_t uuid, const char *data_id, uint32_t max_len, void * buff, ext_paniclog_creat…
|
| H A D | ext_paniclog.c | 117 uint32_t max_len, void * buff, ext_paniclog_create_options_t options) in ext_paniclog_handle_alloc_with_buffer() argument 126 handle->buf_addr = buff; in ext_paniclog_handle_alloc_with_buffer() 1050 uint32_t max_len __unused, void * buff __unused, ext_paniclog_create_options_t options __unused) in ext_paniclog_handle_alloc_with_buffer()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cache.c | 513 build_path_with_parent(vnode_t first_vp, vnode_t parent_vp, char *buff, int buflen, in build_path_with_parent() argument 547 end = &buff[buflen - 1]; in build_path_with_parent() 652 if ((unsigned int)(end - buff) < (len + 1)) { in build_path_with_parent() 785 if ((unsigned int)(end - buff) < (len + 1)) { in build_path_with_parent() 897 memmove(buff, end, &buff[buflen] - end); in build_path_with_parent() 902 *outlen = (int)(&buff[buflen] - end); in build_path_with_parent() 904 *mntpt_outlen = (size_t)*outlen - (size_t)(&buff[buflen] - mntpt_end); in build_path_with_parent() 919 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() argument 921 return build_path_with_parent(first_vp, NULL, buff, buflen, outlen, NULL, flags, ctx); in build_path()
|
| H A D | vfs_xattr.c | 3983 char *buff; in shift_data_down() local 3998 buff = kalloc_data(chunk, Z_WAITOK); in shift_data_down() 3999 if (buff == NULL) { in shift_data_down() 4004 …ret = vn_rdwr(UIO_READ, xvp, buff, (int)chunk, pos, UIO_SYSSPACE, IO_NODELOCKED | IO_NOAUTH, ucred… in shift_data_down() 4011 …ret = vn_rdwr(UIO_WRITE, xvp, buff, (int)chunk, pos + delta, UIO_SYSSPACE, IO_NODELOCKED | IO_NOAU… in shift_data_down() 4027 kfree_data(buff, orig_chunk); in shift_data_down() 4037 char *buff; in shift_data_up() local 4054 buff = kalloc_data(chunk, Z_WAITOK); in shift_data_up() 4055 if (buff == NULL) { in shift_data_up() 4060 …ret = vn_rdwr(UIO_READ, xvp, buff, (int)chunk, pos, UIO_SYSSPACE, IO_NODELOCKED | IO_NOAUTH, ucred… in shift_data_up() [all …]
|
| H A D | vfs_fsevents.c | 1595 char *buff, int32_t *_buff_idx, int32_t buff_sz, in fill_buff() argument 1611 error = uiomove(buff, buff_idx, uio); in fill_buff() 1619 memcpy(&buff[buff_idx], &type, sizeof(uint16_t)); in fill_buff() 1623 memcpy(&buff[buff_idx], &tmp, sizeof(uint16_t)); in fill_buff() 1631 memcpy(&buff[buff_idx], data, amt); in fill_buff() 1641 error = uiomove(buff, buff_idx, uio); in fill_buff()
|
| /xnu-11215/libkern/os/ |
| H A D | log.h | 464 os_log_coprocessor(void *buff, uint64_t buff_len, os_log_type_t type,
|
| H A D | log.c | 886 os_log_coprocessor(void *buff, uint64_t buff_len, os_log_type_t type, in os_log_coprocessor() argument 910 memcpy(pubdata + wr_pos, buff, buff_len); in os_log_coprocessor()
|
| /xnu-11215/pexpert/arm/ |
| H A D | pe_init.c | 888 PE_write_socd_client_buffer(vm_offset_t offset, const void *buff, vm_size_t size) in PE_write_socd_client_buffer() argument 901 dst[i] = ((const uint32_t *)buff)[i]; in PE_write_socd_client_buffer()
|
| /xnu-11215/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 982 char buff[4]; in set_recommended_cluster() local 983 buff[1] = '\0'; in set_recommended_cluster() 985 buff[0] = cluster_char; in set_recommended_cluster() 987 int ret = sysctlbyname("kern.sched_task_set_cluster_type", NULL, NULL, buff, 1); in set_recommended_cluster()
|
| /xnu-11215/pexpert/pexpert/ |
| H A D | pexpert.h | 541 extern void PE_write_socd_client_buffer(vm_offset_t offset, const void *buff, vm_size_t size);
|
| /xnu-11215/pexpert/i386/ |
| H A D | pe_init.c | 491 PE_write_socd_client_buffer(__unused vm_offset_t offset, __unused const void *buff, __unused vm_siz… in PE_write_socd_client_buffer() argument
|
| /xnu-11215/tests/skywalk/ |
| H A D | skywalk_test_utils.c | 1253 unsigned char buff[17]; in sktu_dump_buffer() local 1268 fprintf(f, " %s\n", buff); in sktu_dump_buffer() 1278 buff[i % 16] = '.'; in sktu_dump_buffer() 1280 buff[i % 16] = pc[i]; in sktu_dump_buffer() 1282 buff[(i % 16) + 1] = '\0'; in sktu_dump_buffer() 1291 fprintf(f, " %s\n", buff); in sktu_dump_buffer()
|
| /xnu-11215/osfmk/tests/ |
| H A D | kernel_tests.c | 1967 get_obj_cache(int obj_id, struct info_sleep_inheritor_test *info, char **buff) in get_obj_cache() argument 2077 *buff = obj->obj_buff; in get_obj_cache() 2171 char *buff; in thread_use_cache() local 2172 while (get_obj_cache(my_obj, info, &buff) == -1) { in thread_use_cache() 2178 …T_ASSERT(memcmp(buff, my_string, my_string_size) == 0, "reflock: thread %p obj_id %d value in buff… in thread_use_cache() 2180 …T_ASSERT(memcmp(buff, my_string, my_string_size) == 0, "reflock: thread %p obj_id %d value in buff… in thread_use_cache()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode.h | 2697 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …
|
| /xnu-11215/bsd/netinet/ |
| H A D | flow_divert.c | 517 flow_divert_packet_get_tlv(mbuf_ref_t packet, int offset, uint8_t type, size_t buff_len, void *buff… in flow_divert_packet_get_tlv() 546 if (buff != NULL && buff_len > 0) { in flow_divert_packet_get_tlv() 547 memset(buff, 0, buff_len); in flow_divert_packet_get_tlv() 549 error = mbuf_copydata(packet, data_offset, to_copy, buff); in flow_divert_packet_get_tlv()
|
| /xnu-11215/bsd/net/ |
| H A D | necp.c | 2440 int offset, u_int8_t type, u_int32_t buff_len, void * __indexable buff, u_int32_t *value_size) in necp_get_tlv() argument 2449 return necp_get_tlv_at_offset(buffer, buffer_length, tlv_offset, buff_len, buff, value_size); in necp_get_tlv()
|