Home
last modified time | relevance | path

Searched refs:path (Results 4951 - 4975 of 8453) sorted by relevance

1...<<191192193194195196197198199200>>...339

/kernel/linux/linux-5.10/net/
H A Dsysctl_net.c119 const char *path, struct ctl_table *table) in register_net_sysctl()
121 return __register_sysctl_table(&net->sysctls, path, table); in register_net_sysctl()
118 register_net_sysctl(struct net *net, const char *path, struct ctl_table *table) register_net_sysctl() argument
/kernel/linux/linux-5.10/include/linux/
H A Dseq_buf.h127 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
H A Dfs_parser.h13 struct path;
79 struct path *_path);
/kernel/linux/linux-5.10/include/net/iucv/
H A Daf_iucv.h56 struct iucv_path *path; member
122 struct iucv_path *path; member
/kernel/linux/linux-5.10/scripts/
H A Dgenerate_initcall_order.pl112 my ($path)= $_ =~ /^(.+)\:$/;
114 if (defined($path)) {
138 die "$0: ERROR: invalid initcall name $symbol in $file($path)"
/kernel/linux/linux-5.10/tools/laptop/freefall/
H A Dfreefall.c53 static void write_int(char *path, int i) in write_int() argument
56 int fd = open(path, O_RDWR); in write_int()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py1 from os import getenv, path namespace
10 cc_output = Popen([cc, option, path.join(src_feature_tests, "test-hello.c") ], stderr=PIPE).stderr.readlines()
/kernel/linux/linux-6.6/fs/kernfs/
H A Dkernfs-internal.h137 const struct path *path, struct kstat *stat,
/kernel/linux/linux-6.6/include/linux/
H A Dfs_parser.h13 struct path;
80 struct path *_path);
H A Dseq_buf.h152 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/kernel/linux/linux-6.6/include/net/
H A Daf_unix.h54 struct path path; member
/kernel/linux/linux-6.6/include/net/iucv/
H A Daf_iucv.h56 struct iucv_path *path; member
124 struct iucv_path *path; member
/kernel/linux/linux-6.6/drivers/of/
H A Dof_private.h130 const char *path);
132 const char *path);
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_initcall_order.pl112 my ($path)= $_ =~ /^(.+)\:$/;
114 if (defined($path)) {
138 die "$0: ERROR: invalid initcall name $symbol in $file($path)"
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsetup.py1 from os import getenv, path namespace
19 cc_output = Popen([cc, cc_options + option, path.join(src_feature_tests, "test-hello.c") ], stderr=PIPE).stderr.readlines()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh12 local path="/sys/bus/pci/devices/$dev/eeh_pe_state"
18 local eeh_state="$(cat $path 2>/dev/null)"
/kernel/linux/linux-6.6/tools/laptop/freefall/
H A Dfreefall.c53 static void write_int(char *path, int i) in write_int() argument
56 int fd = open(path, O_RDWR); in write_int()
/kernel/liteos_a/apps/perf/src/
H A Doption.c84 cmd->path = argv[index]; in ParseOptions()
95 printf_debug("subcmd = %s\n", cmd->path); in ParseOptions()
/third_party/curl/tests/libtest/
H A Dlib1515.c119 char *path = URL; in test() local
135 "http://testserver.example.com:%s/%s%04d", port, path, i); in test()
/third_party/curl/scripts/
H A Dcompletion.pl109 if ($arg =~ /<file ?(name)?>|<path>/) {
162 --curl path to curl executable
/third_party/glslang/
H A Dupdate_glslang_sources.py113 if not os.path.exists(os.path.join(self.subdir,'.git')):
/third_party/gn/src/base/files/
H A Dfile_path.h7 // platform's conventions for pathnames. It supports the following path
24 // For more arcane bits of path trivia, see below.
41 // final path component (BaseName), and appending a relative pathname string
93 // like \\server\share\path, by permitting c:\\server\share\path as an
124 // To print path names portably use PRIsFP (based on PRIuS and friends from
126 // base::StringPrintf("Path is %" PRIsFP ".\n", PATH_CSTR(path);
167 // A special path component meaning "this directory."
170 // A special path component meaning "the parent directory."
178 explicit FilePath(StringViewType path);
[all...]
/third_party/astc-encoder/Test/
H A Dastc_size_binary.py50 binary (str): The path of the binary file to process.
81 binary (str): The path of the binary file to process.
163 path = shutil.which("size")
164 if not path:
/third_party/gn/src/gn/
H A Dohos_components.h19 OhosComponent(const char *name, const char *subsystem, const char *path);
29 const std::string &path() const in path() function in OhosComponent
/third_party/icu/icu4c/source/python/icutools/databuilder/test/
H A Dfiltration_test.py79 with pyio.open(os.path.join(
80 os.path.dirname(__file__),

Completed in 13 milliseconds

1...<<191192193194195196197198199200>>...339