Searched refs:dev_file (Results 1 – 3 of 3) sorted by relevance
43 local dev_file="$5"55 if tst_kvcmp -lt "2.6.35" && [ -n "$dev_file" ]; then56 tst_res TINFO "Waiting for $dev_file to appear"59 TST_RETRY_FUNC "check_for_file $dev_file" 0114 local dev_file="$5"134 mkswap_verify "$mkswap_op" "$op_arg" "$device" "$size" "$dev_file"
756 char dev_file[256]; in PciOpen() local758 snprintf(dev_file, sizeof(dev_file), "/proc/bus/pci/%02x/%02x.%x", in PciOpen()761 int fd = open(dev_file, O_RDWR); in PciOpen()
747 let dev_file = OpenOptions::new() in create_vinput_device() localVariable753 let dev = virtio::new_evdev(dev_file, virtio::base_features(cfg.protected_vm)) in create_vinput_device()