Searched refs:_length (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | counter.h | 535 #define DEFINE_COUNTER_ARRAY_U64(_name, _length) \ argument 538 .length = (_length), \ 541 #define DEFINE_COUNTER_ARRAY_CAPTURE(_name, _length) \ argument 542 DEFINE_COUNTER_ARRAY_U64(_name, _length) 544 #define DEFINE_COUNTER_ARRAY_POLARITY(_name, _available, _length) \ argument 548 .length = (_length), \
|
/openbmc/qemu/hw/acpi/ |
H A D | core.c | 38 uint16_t _length; /* our length, not actual part of the hdr */ member 187 ext_hdr->_length = cpu_to_le16(acpi_payload_size); in acpi_table_install() 311 struct acpi_table_header *hdr = current - sizeof(hdr->_length); in acpi_table_len() 312 return hdr->_length; in acpi_table_len() 346 struct acpi_table_header *hdr = (void *)(u - sizeof(hdr->_length)); in acpi_get_slic_oem()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | fwdesc.h | 213 #define CARL9170FW_FILL_DESC(_magic, _length, _min_ver, _cur_ver) \ argument 216 .length = cpu_to_le16(_length), \
|
/openbmc/linux/tools/testing/selftests/iommu/ |
H A D | iommufd_utils.h | 32 #define check_refs(_ptr, _length, _refs) \ argument 37 .check_refs = { .length = _length, \
|
H A D | iommufd.c | 1140 #define check_mock_iova(_ptr, _iova, _length) \ argument 1147 .length = _length, \
|
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 643 _offset, _length, _dev_addr) \ argument 648 .length = (_length), .dev_addr = (_dev_addr), \
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 382 #define RTL8365MB_MAKE_MIB_COUNTER(_offset, _length, _name) \ argument 383 [RTL8365MB_MIB_ ## _name] = { _offset, _length, #_name }
|
/openbmc/qemu/hw/pci-host/ |
H A D | gt64120.c | 245 hwaddr regname ##_length; \
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1484 #define GET_FEATURE_REG_EQU(_reg, _start, _length, _val, _hwcap) \ argument 1486 if (extract32(cpu->env._reg, (_start), (_length)) == (_val)) { \
|
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 379 + constexpr span(const T *_ptr, size_t _length) : ptr(_ptr), length(_length) {}
|