Home
last modified time | relevance | path

Searched defs:show_dev (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/zonefs/
H A Dtrace.h20 #define show_dev(dev) MAJOR(dev), MINOR(dev) macro
/openbmc/linux/include/trace/events/
H A Derofs.h13 #define show_dev(dev) MAJOR(dev), MINOR(dev) macro
H A Df2fs.h11 #define show_dev(dev) MAJOR(dev), MINOR(dev) macro
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c66 static int show_dev(struct controller *ctrl, char *buf) in show_dev() function