/kernel/linux/linux-5.10/net/ |
H A D | sysctl_net.c | 119 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 D | seq_buf.h | 127 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
|
H A D | fs_parser.h | 13 struct path; 79 struct path *_path);
|
/kernel/linux/linux-5.10/include/net/iucv/ |
H A D | af_iucv.h | 56 struct iucv_path *path; member 122 struct iucv_path *path; member
|
/kernel/linux/linux-5.10/scripts/ |
H A D | generate_initcall_order.pl | 112 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 D | freefall.c | 53 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 D | setup.py | 1 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 D | kernfs-internal.h | 137 const struct path *path, struct kstat *stat,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_parser.h | 13 struct path; 80 struct path *_path);
|
H A D | seq_buf.h | 152 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 D | af_unix.h | 54 struct path path; member
|
/kernel/linux/linux-6.6/include/net/iucv/ |
H A D | af_iucv.h | 56 struct iucv_path *path; member 124 struct iucv_path *path; member
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_private.h | 130 const char *path); 132 const char *path);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_initcall_order.pl | 112 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 D | setup.py | 1 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 D | eeh-functions.sh | 12 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 D | freefall.c | 53 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 D | option.c | 84 cmd->path = argv[index]; in ParseOptions() 95 printf_debug("subcmd = %s\n", cmd->path); in ParseOptions()
|
/third_party/curl/tests/libtest/ |
H A D | lib1515.c | 119 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 D | completion.pl | 109 if ($arg =~ /<file ?(name)?>|<path>/) { 162 --curl path to curl executable
|
/third_party/glslang/ |
H A D | update_glslang_sources.py | 113 if not os.path.exists(os.path.join(self.subdir,'.git')):
|
/third_party/gn/src/base/files/ |
H A D | file_path.h | 7 // 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 D | astc_size_binary.py | 50 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 D | ohos_components.h | 19 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 D | filtration_test.py | 79 with pyio.open(os.path.join( 80 os.path.dirname(__file__),
|