| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | boost_handler_timeline_vis.js | 13 function FindFirstEntrySlot(slots) { argument 15 for (; i < slots.length; i++) { 16 if (slots[i] == undefined) break; 18 if (i >= slots.length) slots.push(undefined); 42 let slots = []; // In-flight handlers 58 const level = FindFirstEntrySlot(slots); 65 slots[level] = entry; 71 let entry = slots[level]; 78 let entry = slots[level]; 80 slots[level] = undefined; [all …]
|
| /openbmc/u-boot/fs/btrfs/ |
| H A D | ctree.c | 91 p->slots[i] = 0; in clear_path() 185 p->slots[lvl] = slot; in btrfs_search_tree() 214 slot = p.slots[level]; in jump_leaf() 225 p.slots[level] = slot + dir; in jump_leaf() 232 slot = p.slots[level + 1]; in jump_leaf() 242 p.slots[level] = 0; in jump_leaf() 244 p.slots[level] = p.nodes[level]->header.nritems - 1; in jump_leaf() 264 if (!p->slots[0]) in btrfs_prev_slot() 267 p->slots[0]--; in btrfs_prev_slot() 275 if (p->slots[0] + 1 >= leaf->header.nritems) in btrfs_next_slot() [all …]
|
| H A D | ctree.h | 267 u32 slots[BTRFS_MAX_LEVEL]; member 286 return &p->nodes[0]->leaf.items[p->slots[0]].key; in btrfs_path_leaf_key() 313 return p->nodes[0]->leaf.items[p->slots[0]].size; in btrfs_path_item_size() 324 return btrfs_leaf_data(&p->nodes[0]->leaf, p->slots[0]); in btrfs_path_leaf_data()
|
| /openbmc/qemu/docs/ |
| H A D | memory-hotplug.txt | 13 hotpluggable memory slots to create and what is the maximum amount of 17 -m [size=]megs[,slots=n,maxmem=size] 22 - "slots" is the number of hotpluggable memory slots 27 qemu [...] -m 1G,slots=3,maxmem=4G 29 Creates a guest with 1GB of memory and three hotpluggable memory slots. 30 The hotpluggable memory slots are empty when the guest is booted, so all 33 hotplugged by using any combination of the available memory slots. 62 hotpluggable memory slots. This might seem counterintuitive at first, 67 2MB pages. Also, the guest has additional memory slots to hotplug more 70 qemu [...] -m 6GB,slots=4,maxmem=10G \
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci-nec.c | 36 uint32_t slots; member 41 DEFINE_PROP_UINT32("slots", XHCINecState, slots, XHCI_MAXSLOTS), 50 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
|
| H A D | hcd-xhci.c | 912 slot = &xhci->slots[slotid - 1]; in xhci_epmask_to_eps_with_streams() 1137 slot = &xhci->slots[slotid-1]; in xhci_enable_ep() 1240 slot = &xhci->slots[slotid-1]; in xhci_ep_nuke_xfers() 1277 slot = &xhci->slots[slotid-1]; in xhci_disable_ep() 1318 slot = &xhci->slots[slotid-1]; in xhci_stop_ep() 1355 slot = &xhci->slots[slotid-1]; in xhci_reset_ep() 1375 if (!xhci->slots[slotid-1].uport || in xhci_reset_ep() 1376 !xhci->slots[slotid-1].uport->dev || in xhci_reset_ep() 1377 !xhci->slots[slotid-1].uport->dev->attached) { in xhci_reset_ep() 1409 slot = &xhci->slots[slotid-1]; in xhci_set_ep_dequeue() [all …]
|
| /openbmc/qemu/disas/ |
| H A D | xtensa.c | 40 int slot, slots; in print_insn_xtensa() local 74 slots = xtensa_format_num_slots(isa, fmt); in print_insn_xtensa() 76 if (slots > 1) { in print_insn_xtensa() 80 for (slot = 0; slot < slots; ++slot) { in print_insn_xtensa() 123 if (slots > 1) { in print_insn_xtensa()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_port.c | 53 QLIST_HEAD(, PCIESlot) slots; 79 QLIST_INIT(&c->slots); in pcie_chassis_create() 87 QLIST_FOREACH(s, &c->slots, next) { in pcie_chassis_find_slot_with_chassis() 105 QLIST_INSERT_HEAD(&c->slots, slot, next); in pcie_chassis_add_slot()
|
| /openbmc/u-boot/doc/ |
| H A D | README.fsl_iim | 14 A fuse word contains 8 fuse bit slots, as explained in 30.4.2.2.1. 16 A bank contains 256 fuse word slots, as shown by the memory map in 30.3.1. 18 Some fuse bit or word slots may not have the corresponding fuses actually
|
| H A D | README.mxc_ocotp | 16 A fuse word contains 32 fuse bit slots, as explained in 46.2.1. 18 A bank contains 8 fuse word slots, as explained in 46.2.1 and shown by the 21 Some fuse bit or word slots may not have the corresponding fuses actually
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | hv-balloon-our_range_memslots.h | 80 MemoryRegion *slots; member 91 OurRangeMemslotsSlots slots; member
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | qconf.h | 63 public slots: 220 public slots: 248 public slots: 277 public slots: 298 public slots:
|
| /openbmc/qemu/accel/hvf/ |
| H A D | hvf-all.c | 156 mem = &hvf_state->slots[x]; in hvf_set_phys_mem() 274 s->num_slots = ARRAY_SIZE(s->slots); in hvf_accel_init() 276 s->slots[x].size = 0; in hvf_accel_init() 277 s->slots[x].slot_id = x; in hvf_accel_init()
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | Makefile.target | 53 HEX_TESTS += invalid-slots 59 run-invalid-slots: invalid-slots
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_erst.rst | 75 - record_size: Specifies the size of the records (or slots) in the 101 The backend storage is divided into fixed size "slots", 8KiB in 102 length, with each slot storing a single record. Not all slots need to 105 of unoccupied slots. 109 Depending upon the size of the backend storage, additional slots will 118 and contains N number of slots to store records. The example below 120 remaining slots are empty/available.
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | pcie_slots.hpp | 51 nlohmann::json& slots = asyncResp->res.jsonValue["Slots"]; in onPcieSlotGetAllDone() local 54 slots.get_ptr<nlohmann::json::array_t*>(); in onPcieSlotGetAllDone() 129 slots.emplace_back(std::move(slot)); in onPcieSlotGetAllDone()
|
| /openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | obmc-ipmb-rescan-fru.service | 2 Description=ipmb based rescan the slots fru service
|
| /openbmc/qemu/include/hw/sd/ |
| H A D | aspeed_sdhci.h | 29 SDHCIState slots[ASPEED_SDHCI_NUM_SLOTS]; member
|
| /openbmc/u-boot/tools/ |
| H A D | moveconfig.py | 1315 self.slots = [] 1319 self.slots.append(Slot(toolchains, configs, options, progress, 1332 for slot in self.slots: 1343 for slot in self.slots: 1355 for slot in self.slots: 1365 for slot in self.slots: 1384 for slot in self.slots: 1463 slots = Slots(toolchains, configs, options, progress, reference_src_dir, 1470 while not slots.add(defconfig): 1471 while not slots.available(): [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 210.out | 26 slots: 79 slots: 135 slots: 206 slots:
|
| H A D | 198.out | 48 slots: 94 slots:
|
| H A D | 149 | 85 slots = [] 89 slots.append(slot) 90 return slots
|
| /openbmc/u-boot/board/advantech/ |
| H A D | Kconfig | 18 PCIe slots
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | pirq_routing.h | 50 struct irq_info slots[CONFIG_IRQ_SLOT_COUNT]; member
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/include/ |
| H A D | yosemite4-common.inc | 13 # Primary chassis as Sled plus secondary chassis in N slots.
|