Home
last modified time | relevance | path

Searched refs:dev_maj (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/util/
H A Dselfmap.c33 unsigned dev_maj, dev_min; in read_self_maps() local
40 errors |= qemu_strtoui(fields[3], &p, 16, &dev_maj); in read_self_maps()
62 e->dev = makedev(dev_maj, dev_min); in read_self_maps()
/openbmc/linux/tools/perf/trace/beauty/
H A Dioctl.c182 if (file->dev_maj == USB_DEVICE_MAJOR) in syscall_arg__scnprintf_ioctl_cmd()
H A Dbeauty.h42 int dev_maj; member
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst114 # echo dev_maj:dev_minor weight > blkio.bfq.weight_device
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1399 file->dev_maj = major(st.st_rdev); in trace__set_fd_pathname()