Searched refs:spath (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | namespaces.c | 100 char spath[PATH_MAX]; in nsinfo__init() local 130 if (snprintf(spath, PATH_MAX, "/proc/%d/status", nsinfo__pid(nsi)) >= PATH_MAX) in nsinfo__init() 134 &RC_CHK_ACCESS(nsi)->in_pidns, spath); in nsinfo__init()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 5675 const char *spath = mdsc->fsc->mount_options->server_path; in ceph_mds_auth_match() local 5728 spath, tpath, auth->match.path); in ceph_mds_auth_match() 5729 if (spath && (m = strlen(spath)) != 1) { in ceph_mds_auth_match() 5736 snprintf(_tpath, n, "%s/%s", spath + 1, tpath); in ceph_mds_auth_match()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 5739 cpath, spath, info = '/proc/cpuinfo', '/sys/class/dmi/id', { 5757 val = sysvals.getVal(os.path.join(spath, info[key])).strip() 5769 (sysvals.mempath, spath))
|