Home
last modified time | relevance | path

Searched refs:fixed_size (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py50 self.fixed_size = args.fixed_size
99 if self.fixed_size:
100 rootfs_size = self.fixed_size
125 return self.fixed_size if self.fixed_size else self.size
140 if not self.size and not self.fixed_size:
202 if self.fixed_size and self.size > self.fixed_size:
205 (self.mountpoint, self.size, self.fixed_size))
H A Dksparser.py267 if parsed.fixed_size:
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dempty.py62 if part.fixed_size == 0:
64 size = get_byte_count(part.fixed_size)
H A Dbootimg-efi.py401 if blocks < part.fixed_size:
402 blocks = part.fixed_size
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c56 const int fixed_size; member
153 .fixed_size = 4096,
177 .fixed_size = 1024,
378 .fixed_size = 4096,
387 .fixed_size = 4096,
1768 else if (f->fixed_size) in block_rtas_call()
1769 size = f->fixed_size; in block_rtas_call()
1790 else if (f->fixed_size) in block_rtas_call()
1791 size = f->fixed_size; in block_rtas_call()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h954 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument
956 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
/openbmc/linux/drivers/soc/qcom/
H A Dllcc-qcom.c100 bool fixed_size; member
743 attr1_val |= config->fixed_size << ATTR1_FIXED_SIZE_SHIFT; in _qcom_llcc_cfg_program()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h289 __be32 fixed_size; member
H A Dqla_init.c3796 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local
3811 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump()
3815 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump()
3817 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump()
3822 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3824 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3826 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3828 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3880 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump()
3937 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c1747 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local
1763 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
1770 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h1022 char fixed_size[32]; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch10022 + int fixed_size;
10509 + be_src->fixed_size || offset ? NULL : dbsc)) != 0)
11143 + be_src->fixed_size = 1;
11150 + be_src->fixed_size = !mediabufs_src_resizable(mbc);