Home
last modified time | relevance | path

Searched refs:device_name (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D11845 device_name = 'qdev0' variable in ChangeBaseClass
52 event['data']['id'] == self.device_name)):
78 id=self.device_name, filename=new_img,
90 self.vm.cmd('eject', id=self.device_name, force=True)
100 self.vm.cmd('eject', id=self.device_name, force=True)
109 self.vm.cmd('blockdev-change-medium', id=self.device_name,
121 id=self.device_name, force=True)
133 self.vm.cmd('blockdev-close-tray', id=self.device_name)
147 self.vm.cmd('eject', id=self.device_name, force=True)
156 self.vm.cmd('blockdev-close-tray', id=self.device_name)
[all …]
H A D14967 def device_name(self): member in LUKSConfig
71 return "/dev/mapper/" + self.device_name()
200 args = ["luksOpen", config.image_path(), config.device_name()]
208 args = ["luksClose", config.device_name()]
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/
H A Dmctp_setup.sh54 device_name=""
56 device_name="${hub0_port_mapping[$port]}"
58 device_name="${hub1_port_mapping[$port]}"
61 if [[ -n "$device_name" ]]; then
63 label_to_iface["$device_name"]="mctpi2c$i2c_num"
78 device_name="${hub1_port_mapping[$port]}"
80 if [[ -n "$device_name" ]]; then
82 label_to_iface["$device_name"]="mctpi2c$i2c_num"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/
H A D0001-beep-library-Make-it-compatible-with-c99.patch15 int open_checked_char_device(const char *const device_name)
20 if (-1 == stat(device_name, &sb)) {
22 device_name, strerror(errno));
27 - const int fd = open(device_name, O_WRONLY);
28 + fd = open(device_name, O_WRONLY);
31 device_name, strerror(errno));
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c102 const char *device_name; member
150 spec = strchr(pdata->device_name, ','); in sandbox_sf_probe()
154 spec = pdata->device_name; in sandbox_sf_probe()
507 pdata->device_name = dev_read_string(dev, "compatible"); in sandbox_sf_ofdata_to_platdata()
508 if (!pdata->filename || !pdata->device_name) { in sandbox_sf_ofdata_to_platdata()
510 __func__, pdata->filename, pdata->device_name); in sandbox_sf_ofdata_to_platdata()
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach_ioctl.h20 char device_name[16]; member
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py127 device_name = "UUID=%s-%s" % \
130 device_name = "UUID=%s" % part.fsuuid
132 device_name = "PARTUUID=%s" % part.uuid
134 device_name = "LABEL=%s" % part.label
138 device_name = "/dev/%s%s%d" % (part.disk, prefix, part.realnum)
142 line = "\t".join([device_name, part.mountpoint, part.fstype,
/openbmc/u-boot/doc/
H A DREADME.power-framework47 ./include/power/<device_name>_<device_function>.h
53 ./drivers/power/pmic/<device_function>/<device_function>_<device_name>.c
/openbmc/qemu/hw/arm/
H A Dallwinner-h3.c78 const char *device_name; member
463 create_unimplemented_device(unimplemented[i].device_name, in allwinner_h3_realize()
H A Dallwinner-r40.c80 const char *device_name; member
535 create_unimplemented_device(r40_unimplemented[i].device_name, in allwinner_r40_realize()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21432 self.add_field('device_name', u.unpack_one("B"), self.fmtstr)
2080 self.add_field('device_name', u.unpack_one("B"), self.fmtstr)