Home
last modified time | relevance | path

Searched refs:lheads (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/rlp/
H A Dencode.go123 lheads []*listhead // all list headers member
170 if w.lheads != nil {
171 w.lheads = w.lheads[:0]
213 w.lheads = append(w.lheads, lh)
234 for _, head := range w.lheads {
250 for _, head := range w.lheads {
315 case r.lhpos < len(r.buf.lheads):
317 head := r.buf.lheads[r.lhpos]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/rlp/
H A Dencode.go128 lheads []listhead // all list headers member
141 w.lheads = w.lheads[:0]
196 w.lheads = append(w.lheads, listhead{offset: len(w.str), size: w.lhsize})
197 return len(w.lheads) - 1
201 lh := &w.lheads[index]
218 for _, head := range w.lheads {
234 for _, head := range w.lheads {
299 case r.lhpos < len(r.buf.lheads):
301 head := r.buf.lheads[r.lhpos]
/dports/emulators/qemu60/qemu-6.0.0/softmmu/
H A Dbootdevice.c352 uint32_t lheads; member
360 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
364 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
374 node->lheads = lheads; in add_boot_device_lchs()
413 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu5/qemu-5.2.0/softmmu/
H A Dbootdevice.c352 uint32_t lheads; member
360 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
364 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
374 node->lheads = lheads; in add_boot_device_lchs()
413 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/softmmu/
H A Dbootdevice.c352 uint32_t lheads; member
360 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
364 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
374 node->lheads = lheads; in add_boot_device_lchs()
413 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu/qemu-6.2.0/softmmu/
H A Dbootdevice.c352 uint32_t lheads; member
360 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
364 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
374 node->lheads = lheads; in add_boot_device_lchs()
413 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dbootdevice.c361 uint32_t lheads; member
369 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
373 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
383 node->lheads = lheads; in add_boot_device_lchs()
422 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dbootdevice.c361 uint32_t lheads; member
369 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
373 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
383 node->lheads = lheads; in add_boot_device_lchs()
422 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dbootdevice.c361 uint32_t lheads; member
369 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
373 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
383 node->lheads = lheads; in add_boot_device_lchs()
422 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dbootdevice.c361 uint32_t lheads; member
369 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
373 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
383 node->lheads = lheads; in add_boot_device_lchs()
422 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/dports/emulators/qemu42/qemu-4.2.1/include/hw/block/
H A Dblock.h29 uint32_t lcyls, lheads, lsecs; member
71 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu/qemu-6.2.0/include/hw/block/
H A Dblock.h31 uint32_t lcyls, lheads, lsecs; member
75 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu60/qemu-6.0.0/include/hw/block/
H A Dblock.h30 uint32_t lcyls, lheads, lsecs; member
72 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu5/qemu-5.2.0/include/hw/block/
H A Dblock.h29 uint32_t lcyls, lheads, lsecs; member
71 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/block/
H A Dblock.h29 uint32_t lcyls, lheads, lsecs; member
71 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/block/
H A Dblock.h29 uint32_t lcyls, lheads, lsecs;
71 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/block/
H A Dblock.h31 uint32_t lcyls, lheads, lsecs; member
75 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/block/
H A Dblock.h29 uint32_t lcyls, lheads, lsecs; member
71 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()
/dports/misc/seabios/seabios-1.14.0/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dboot.c106 u32 lheads; member
165 chs_values = parse_u32(chs_values, &d->lheads); in loadBiosGeometry()
168 d->name, d->lcyls, d->lheads, d->lsecs); in loadBiosGeometry()
195 chs->head = (u16)b->lheads; in boot_lchs_find_pci_device()
215 chs->head = (u16)b->lheads; in boot_lchs_find_scsi_device()
235 chs->head = (u16)b->lheads; in boot_lchs_find_ata_device()

1234