Lines Matching defs:sysfs
112 .name = "sysfs",
212 * testing). This matches the recommendation in Documentation/admin-guide/sysfs-rules.rst
313 FS(sysfs, FS__SYSFS);
458 const char *sysfs = sysfs__mountpoint();
460 if (!sysfs)
463 snprintf(path, sizeof(path), "%s/%s", sysfs, entry);
481 const char *sysfs = sysfs__mountpoint();
483 if (!sysfs)
486 snprintf(path, sizeof(path), "%s/%s", sysfs, entry);
494 const char *sysfs = sysfs__mountpoint();
496 if (!sysfs)
499 snprintf(path, sizeof(path), "%s/%s", sysfs, entry);
549 const char *sysfs = sysfs__mountpoint();
551 if (!sysfs)
554 if (snprintf(path, sizeof(path), "%s/%s", sysfs, entry) >= PATH_MAX)