Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dcheck-sysctl-docs100 curpath = ""
108 curpath = tables[1]
109 if (debug) print "Processing path " curpath
119 curpath = ""
124 curpath && /\.procname[\t ]*=[\t ]*".+"/ {
/openbmc/openbmc/poky/scripts/
H A Dpythondeps78 for curpath in walk_up(walk_path):
79 if not os.path.exists(os.path.join(curpath, '__init__.py')):
80 libdir = curpath
/openbmc/linux/tools/perf/util/
H A Dnamespaces.c277 char curpath[PATH_MAX]; in nsinfo__mountns_enter() local
291 if (snprintf(curpath, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__mountns_enter()
298 oldns = open(curpath, O_RDONLY); in nsinfo__mountns_enter()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py273 curpath = []
275 curpath.append(path)
279 raise QMPShellError(msg.format('.'.join(curpath)))
285 raise QMPShellError(msg.format('.'.join(curpath)))