Home
last modified time | relevance | path

Searched refs:ul_path_fopen (Results 1 – 4 of 4) sorted by relevance

/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dlscpu.c534 fp = ul_path_fopen(desc->procfs, "r", "cpuinfo"); in read_basicinfo()
649 if ((fp = ul_path_fopen(desc->procfs, "r", "sysinfo"))) { in read_basicinfo()
669 f = ul_path_fopen(desc->procfs, "r", "bus/pci/devices"); in has_pci_device()
757 FILE *fd = ul_path_fopen(desc->procfs, "r", "device-tree/compatible"); in is_devtree_compatible()
802 fd = ul_path_fopen(desc->procfs, "r", "device-tree/ibm,partition-name"); in read_hypervisor_powerpc()
916 if ((fd = ul_path_fopen(desc->procfs, "r", "sys/kernel/osrelease"))) { in read_hypervisor()
965 fd = ul_path_fopen(desc->procfs, "r", "xen/capabilities"); in read_hypervisor()
989 } else if ((fd = ul_path_fopen(desc->procfs, "r", "sysinfo"))) { in read_hypervisor()
1043 } else if ((fd = ul_path_fopen(desc->procfs, "r", "self/status"))) { in read_hypervisor()
2114 if ((fd = ul_path_fopen(desc->procfs, "r", "sysinfo"))) { in print_summary()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dpath.h60 FILE *ul_path_fopen(struct path_cxt *pc, const char *mode, const char *path);
/dports/devel/util-linux/util-linux-2.36/lib/
H A Dpath.c447 FILE *ul_path_fopen(struct path_cxt *pc, const char *mode, const char *path) in ul_path_fopen() function
463 return !p ? NULL : ul_path_fopen(pc, mode, p); in ul_path_vfopenf()
692 f = ul_path_fopen(pc, "r" UL_CLOEXECSTR, path); in ul_path_scanf()
/dports/devel/util-linux/util-linux-2.36/misc-utils/
H A Dlsblk-properties.c186 fp = ul_path_fopen(pc, "r", ld->filename); in get_properties_by_file()