| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
| H A D | fw.h | 15 u32 data_size; member in struct:nvfw_bin_hdr 26 u32 data_size; member in struct:nvfw_bl_desc
|
| H A D | flcn.h | 16 u32 data_size; member in struct:loader_config 36 u32 data_size; member in struct:loader_config_v1 56 u32 data_size; member in struct:flcn_bl_dmem_desc 75 u32 data_size; member in struct:flcn_bl_dmem_desc_v1 92 u32 data_size; member in struct:flcn_bl_dmem_desc_v2
|
| H A D | hs.h | 26 u32 data_size; member in struct:nvfw_hs_load_header
|
| /src/sys/arch/x86/x86/ |
| H A D | cpu_ucode_intel.c | 115 uint32_t data_size, total_size, payload_size, ext_size; local in function:cpu_ucode_intel_verify 125 data_size = 2000; 127 data_size = buf->uh_data_size; 128 if ((data_size % 4) != 0) 130 if (data_size > sc->sc_blobsize) 135 total_size = data_size + 48; 144 payload_size = data_size + 48; 161 data_size);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/ |
| H A D | nouveau_nvkm_nvfw_fw.c | 40 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); 54 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size);
|
| H A D | nouveau_nvkm_nvfw_flcn.c | 40 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); 61 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); 86 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); 110 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size);
|
| H A D | nouveau_nvkm_nvfw_hs.c | 58 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size);
|
| /src/sys/dev/i2c/ |
| H A D | xc3028var.h | 47 uint32_t data_size; member in struct:xc3028_fw
|
| H A D | xc3028.c | 286 printf(" size=%u\n", xcfw->data_size); 332 if ((uint32_t)(endp - p) < sizeof(xcfw->data_size)) 336 xcfw->data_size = le32dec(p); 337 p += sizeof(xcfw->data_size); 339 if (xcfw->data_size == 0 || 340 xcfw->data_size > (uint32_t)(endp - p)) 342 xcfw->data = kmem_alloc(xcfw->data_size, KM_SLEEP); 343 memcpy(xcfw->data, p, xcfw->data_size); 344 p += xcfw->data_size; 353 kmem_free(xc->fw[index].data, xc->fw[index].data_size); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| H A D | hgsmi_defs.h | 22 u32 data_size; /* Size of data that follows the header. */ member in struct:hgsmi_buffer_header
|
| H A D | vbox_hgsmi.c | 68 h->data_size = size; 83 size_t total_size = h->data_size + sizeof(*h) +
|
| /src/libexec/ld.elf_so/arch/powerpc/ |
| H A D | fixup.c | 75 _rtld_map_segment_fixup(Elf_Phdr *phdr, caddr_t data_addr, size_t data_size, argument 101 end = start + data_size / sizeof(*where); 107 mprotect(start, data_size, data_prot | PROT_WRITE) == -1) { 143 mprotect(start, data_size, data_prot) == -1) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/ |
| H A D | nouveau_nvkm_subdev_acr_gp108.c | 45 .data_size = hsf->data_size,
|
| H A D | nouveau_nvkm_subdev_acr_hsfw.c | 93 if (!(hsfw->image = kmalloc(hdr->data_size, GFP_KERNEL))) { 98 memcpy(hsfw->image, fw->data + hdr->data_offset, hdr->data_size); 99 hsfw->image_size = hdr->data_size; 105 hsfw->data_size = lhdr->data_size;
|
| H A D | nouveau_nvkm_subdev_acr_gm20b.c | 65 .data_size = hsf->data_size,
|
| /src/sys/dev/acpi/ |
| H A D | qcomscm.c | 405 uint32_t data_size; member in struct:qcscm_req_uefi_get_variable 414 uint32_t data_size; member in struct:qcscm_rsp_uefi_get_variable 420 uint32_t *attributes, uint8_t *data, int *data_size) 433 respsize = ALIGN(sizeof(*resp)) + ALIGN(*data_size); 444 req->data_size = *data_size; 475 *data_size = resp->data_size; 484 resp->data_offset + resp->data_size > resp->length) { 492 if (*data_size 418 qcscm_uefi_get_variable(struct qcscm_softc * sc,efi_char * name,int name_size,struct uuid * guid,uint32_t * attributes,uint8_t * data,int * data_size) argument 520 uint32_t data_size; member in struct:qcscm_req_uefi_set_variable 531 qcscm_uefi_set_variable(struct qcscm_softc * sc,efi_char * name,int name_size,struct uuid * guid,uint32_t attributes,uint8_t * data,int data_size) argument 699 qcscm_efi_get_variable(efi_char * name,struct uuid * guid,uint32_t * attributes,u_long * data_size,void * data) argument 722 qcscm_efi_set_variable(efi_char * name,struct uuid * guid,uint32_t attributes,u_long data_size,void * data) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | pmu.h | 31 u32 data_size; member in struct:nvbios_pmuR
|
| /src/common/lib/libc/cdb/ |
| H A D | cdbr.c | 99 uint32_t data_size; member in struct:cdbr 173 cdbr->data_size = le32dec(buf + 24); 178 if (cdbr->data_size < 0x100) 180 else if (cdbr->data_size < 0x10000) 205 cdbr->data_base + cdbr->data_size < cdbr->mmap_base || 206 cdbr->data_base + cdbr->data_size > 264 if (end > cdbr->data_size) {
|
| /src/lib/libc/cdb/ |
| H A D | cdbw.c | 142 size_t data_size; member in struct:cdbw 191 cdbw->data_size -= datalen; 205 if (cdbw->data_size + datalen < cdbw->data_size || 206 cdbw->data_size + datalen > 0xffffffffU) 239 cdbw->data_size += datalen; 546 uint32_t data_size; local in function:print_hash 554 le32enc(buf + 24, cdbw->data_size); 566 size2 = compute_size(cdbw->data_size); 574 for (data_size [all...] |
| /src/sys/external/bsd/vchiq/dist/interface/vchi/ |
| H A D | vchi.h | 231 uint32_t data_size, 333 uint32_t data_size, 342 uint32_t data_size, 349 uint32_t data_size, 373 uint32_t data_size,
|
| /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/ |
| H A D | connection.h | 85 uint32_t data_size, 155 uint32_t data_size, 162 uint32_t data_size,
|
| /src/usr.bin/audio/common/ |
| H A D | sun.c | 171 auh.data_size = htonl(AUDIO_UNKNOWN_SIZE); 173 auh.data_size = htonl(ti->total_size); 175 auh.data_size = 0;
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| H A D | vchiq_shim.c | 150 * uint32_t data_size, 161 uint32_t data_size, 166 VCHIQ_ELEMENT_T element = {data, data_size}; 193 * const uint32_t data_size, 204 uint32_t data_size, 230 status = vchiq_bulk_receive(service->handle, data_dst, data_size, 240 data_size, bulk_handle, mode); 252 * uint32_t data_size, 263 uint32_t data_size, 290 status = vchiq_bulk_transmit(service->handle, data_src, data_size, 159 vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle,const void * data,uint32_t data_size,VCHI_FLAGS_T flags,void * msg_handle) argument 202 vchi_bulk_queue_receive(VCHI_SERVICE_HANDLE_T handle,void * data_dst,uint32_t data_size,VCHI_FLAGS_T flags,void * bulk_handle) argument 261 vchi_bulk_queue_transmit(VCHI_SERVICE_HANDLE_T handle,void * data_src,uint32_t data_size,VCHI_FLAGS_T flags,void * bulk_handle) argument [all...] |
| /src/sys/arch/x68k/stand/aout2hux/ |
| H A D | aout2hux.c | 59 u_int32_t data_size; /* size of data section */ member in struct:exec_info 162 inf->data_size = get_uint32(&hdr->a_data); 278 inf->data_size = get_uint32(&phdr[0].p_filesz) - 291 inf->data_size = 0; 304 inf->data_size = 0; 350 inf->data_size = get_uint32(&phdr[d].p_filesz); 351 inf->bss_size = get_uint32(&phdr[d].p_memsz) - inf->data_size; 446 inf1->data_size != inf2->data_size || 593 datasize = inf1.data_size; [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
| H A D | smu8_smumgr.h | 64 uint32_t data_size; member in struct:smu8_buffer_entry
|