Home
last modified time | relevance | path

Searched refs:devnode (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipath.conf.example43 ## of how to blacklist devices by wwid. The 2 devnode lines are the
45 ## of devices, such as all scsi devices, you should use a devnode line.
49 ## devnode lines are not recommended for blacklisting specific devices.
53 # devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
54 # devnode "^hd[a-z]"
H A D0005-RH-add-mpathconf.patch363 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*devnode \"\.\?\*\""…
365 …list[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*devnode \"\.\?\*\"" ; then
447 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*devnode \"\.\?\*\"/# devnode ".*"/' $TMPFI…
468 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*devnode \"\.\?\*\"/# devnode ".*"/' $TMPFI…
473 + devnode ".*"
476 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*#[[:space:]]*devnode \"\.\?\*\"/ devnode "…
/openbmc/debug-trigger/
H A Dmain.c501 char devnode[PATH_MAX]; in main() local
548 strncpy(devnode, "/dev/", sizeof(devnode)); in main()
549 strncat(devnode, devid, sizeof(devnode) - strlen("/dev/")); in main()
550 devnode[PATH_MAX - 1] = '\0'; in main()
552 if ((sourcefd = open(devnode, O_RDONLY)) == -1) in main()
553 err(EXIT_FAILURE, "Failed to open source %s", devnode); in main()
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c384 const char *devnode = udev_device_get_devnode(device); in u2f_passthru_open_from_device() local
386 int fd = qemu_open_old(devnode, O_RDWR); in u2f_passthru_open_from_device()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_vio.h55 int (*devnode)(SpaprVioDevice *dev, void *fdt, int node_off); member
/openbmc/qemu/hw/nvram/
H A Dspapr_nvram.c266 k->devnode = spapr_nvram_devnode; in spapr_nvram_class_init()
/openbmc/qemu/hw/net/
H A Dspapr_llan.c858 k->devnode = spapr_vlan_devnode; in spapr_vlan_class_init()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7532 + request_err(dc, "%s: get video device devnode failed\n", __func__);
7595 + request_err(dc, "%s: get media device devnode failed\n", __func__);
7646 + devnum = makedev(interfaces[i].devnode.major, interfaces[i].devnode.minor);