/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_request.py | 73 If user assign the headers, 76 credential User has to assign the credential like username and 79 Client id, user need to assign None in order to auto 80 generate, else user can assign any value. 82 If user assign the timeout, then default timeout 112 If user assign the headers, then default headers is not 116 If user assign the timeout, then default timeout value 121 If user assign the verify, then default verify value 156 If user assign the headers, then default headers is not 160 If user assign the data, then default data value is not [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0001-Replace-Name-NameString-with-vector-of-uint8_t.patch | 28 - ndata_.assign(ndata.data(), ndata.size()); 29 + ndata_.assign(ndata.data(), ndata.data() + ndata.size()); 31 offsets_.assign(offsets.begin(), offsets.end()); 37 - ndata_.assign(ndata.data(), ndata.size()); 38 + ndata_.assign(ndata.data(), ndata.data() + ndata.size()); 40 offsets_.assign(offsets.begin(), offsets.end()); 55 - retname.ndata_.assign(ndata_, 0, length_ - 1); 56 + retname.ndata_.assign(ndata_.data(), ndata_.data() + length_ - 1); 73 - retname.ndata_.assign(ndata_, offsets_[first], retname.offsets_.back()); 74 + retname.ndata_.assign(ndata_.data() + offsets_[first], ndata_.data() + retname.offsets_.back()…
|
H A D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 31 - retname.ndata_.assign(ndata_.data() + offsets_[first], ndata_.data() + retname.offsets_.back()… 33 + retname.ndata_.assign(it, it + retname.offsets_.back());
|
/openbmc/u-boot/include/ |
H A D | smsc_lpc47m.h | 25 * @iobase: processor I/O port address to assign to this serial device 26 * @irq: processor IRQ number to assign to this serial device 35 * @irq0: processor IRQ number to assign to keyboard 36 * @irq1: processor IRQ number to assign to mouse
|
H A D | winbond_w83627.h | 29 * @iobase: processor I/O port address to assign to this serial device 30 * @irq: processor IRQ number to assign to this serial device
|
H A D | smsc_sio1007.h | 69 * @iobase: processor I/O port address to assign to this serial device 70 * @irq: processor IRQ number to assign to this serial device 79 * @iobase: processor I/O port address to assign to the runtime registers
|
/openbmc/qemu/accel/kvm/ |
H A D | trace-events | 20 …fd, uint64_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%" PRIx64 … 21 …int fd, uint16_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x val…
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_load_rom.c | 2 * This is splited from hw/i386/kvm/pci-assign.c 41 error_report("pci-assign: Cannot open %s: %s", rom_file, strerror(errno)); in pci_assign_dev_load_option_rom() 46 error_report("pci-assign: Cannot stat %s: %s", rom_file, strerror(errno)); in pci_assign_dev_load_option_rom() 72 error_report("pci-assign: Cannot read from host %s", rom_file); in pci_assign_dev_load_option_rom()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | perl-version.bbclass | 10 # Assign vardepvalue, because otherwise signature is changed before and after 31 # Assign vardepvalue, because otherwise signature is changed before and after 50 # Assign vardepvalue, because otherwise signature is changed before and after
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/ |
H A D | run-ptest | 15 eval assign=\$res$((i++)) 16 if [ $assign -ne 0 ]; then
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | trace-events | 7 …_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assi…
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mmio.c | 47 int n, bool assign) in virtio_mmio_ioeventfd_assign() argument 51 if (assign) { in virtio_mmio_ioeventfd_assign() 655 static int virtio_mmio_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_mmio_set_guest_notifier() argument 664 if (assign) { in virtio_mmio_set_guest_notifier() 676 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_mmio_set_guest_notifier() 681 static int virtio_mmio_set_config_guest_notifier(DeviceState *d, bool assign, in virtio_mmio_set_config_guest_notifier() argument 690 if (assign) { in virtio_mmio_set_config_guest_notifier() 695 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier() 697 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier() 701 vdc->guest_notifier_mask(vdev, VIRTIO_CONFIG_IRQ_IDX, !assign); in virtio_mmio_set_config_guest_notifier() [all …]
|
/openbmc/gpioplus/test/internal/ |
H A D | fd.cpp | 30 using testing::Assign; 72 .WillOnce(DoAll(Assign(&errno, EINVAL), Return(-1))); in TEST_F() 97 .WillOnce(DoAll(Assign(&errno, EINVAL), Return(-1))); in TEST_F() 120 .WillOnce(DoAll(Assign(&errno, EBUSY), Return(-1))); in TEST_F() 264 .WillOnce(DoAll(Assign(&errno, EINVAL), Return(-1))); in TEST_F() 272 .WillOnce(DoAll(Assign(&errno, EINVAL), Return(-1))); in TEST_F()
|
/openbmc/telemetry/src/metrics/ |
H A D | collection_function.cpp | 28 readings.assign( in calculateForStartupInterval() 54 readings.assign( in calculateForStartupInterval() 92 readings.assign({ReadingItem(readings.front().first, result), in calculateForStartupInterval() 138 readings.assign( in calculateForStartupInterval()
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | intel,x86-pinctrl.txt | 16 - mode-func - (optional) function number to assign to the pin. If 22 - pull-assign - (optional) this set the pull assignement (up/down) of the pin
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-bus.h | 52 int (*set_guest_notifiers)(DeviceState *d, int nvqs, bool assign); 54 MemoryRegion *mr, bool assign); 84 int n, bool assign); 155 int virtio_bus_set_host_notifier(VirtioBusState *bus, int n, bool assign);
|
/openbmc/webui-vue/src/views/Operations/VirtualMedia/ |
H A D | ModalConfigureConnection.vue | 109 Object.assign(this.form, value); 126 Object.assign(connectionData, this.form); 132 Object.assign(this.form, this.connection);
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 361 /* Assign the correct nibble position. */ in revbit8() 364 /* Assign the correct bit position. */ in revbit8() 382 /* Assign the correct byte position. */ in revbit16() 384 /* Assign the correct nibble position. */ in revbit16() 387 /* Assign the correct bit position. */ in revbit16() 405 /* Assign the correct byte position. */ in revbit32() 407 /* Assign the correct nibble position. */ in revbit32() 410 /* Assign the correct bit position. */ in revbit32() 428 /* Assign the correct byte position. */ in revbit64() 430 /* Assign the correct nibble position. */ in revbit64() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
H A D | add-with-bisonlocaledir.patch | 4 Subject: [PATCH] m4/bison-i18n.m4: add --with-bisonlocaledir to assign 9 to assign it explicitly. It is helpful for user to split the
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | qe_io.c | 15 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument 57 pin_2bit_assign = (u32)(assign in qe_config_iopin()
|
H A D | cpu_init.c | 20 int open_drain, int assign); 27 int dir, open_drain, assign; in config_qe_ioports() local 30 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) { in config_qe_ioports() 35 assign = qe_iop_conf_tab[i].assign; in config_qe_ioports() 36 qe_config_iopin(port, pin, dir, open_drain, assign); in config_qe_ioports()
|
/openbmc/u-boot/doc/ |
H A D | README.zynq | 43 at runtime and assign the modeboot variable to specific bootmode string which 51 "modeboot" variable can assign any of "norboot", "sdboot" or "jtagboot"
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | qe_io.c | 16 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument 58 pin_2bit_assign = (u32)(assign in qe_config_iopin()
|
/openbmc/gpioplus/test/ |
H A D | event.cpp | 22 using testing::Assign; 165 .WillOnce(DoAll(Assign(&errno, EAGAIN), Return(-1))); in TEST_F() 172 .WillOnce(DoAll(Assign(&errno, EINVAL), Return(-1))); in TEST_F()
|
/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/gpu-card-init/files/ |
H A D | mctp_setup.sh | 3 # Assign static EIDs:
|