Home
last modified time | relevance | path

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

/dports/devel/sysfsutils/sysfsutils-2.1.0/lib/
H A Dsysfs_utils.c31 int sysfs_remove_trailing_slash(char *path) in sysfs_remove_trailing_slash() function
66 sysfs_remove_trailing_slash(mnt_path); in sysfs_get_mnt_path()
H A Dsysfs_module.c103 if ((sysfs_remove_trailing_slash(mod->path)) != 0) { in sysfs_open_module_path()
149 if ((sysfs_remove_trailing_slash(mod->path)) != 0) { in sysfs_open_module()
H A Dsysfs_class.c196 if (sysfs_remove_trailing_slash(cdev->path)) { in sysfs_open_class_device_path()
432 if ((sysfs_remove_trailing_slash(cls->path)) != 0) { in sysfs_open_class()
H A Dsysfs_driver.c144 if (sysfs_remove_trailing_slash(driver->path)) { in sysfs_open_driver_path()
H A Dsysfs_bus.c221 if (sysfs_remove_trailing_slash(bus->path)) { in sysfs_open_bus()
H A Dsysfs_device.c189 if (sysfs_remove_trailing_slash(dev->path)) { in sysfs_open_device_path()
/dports/devel/sysfsutils/sysfsutils-2.1.0/include/
H A Dlibsysfs.h143 extern int sysfs_remove_trailing_slash(char *path);
/dports/devel/sysfsutils/sysfsutils-2.1.0/test/
H A Dtest_utils.c136 ret = sysfs_remove_trailing_slash(path); in test_sysfs_remove_trailing_slash()