/kernel/linux/linux-5.10/security/keys/ |
H A D | request_key.c | 99 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() argument 104 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.h | 390 int tep_add_plugin_path(struct tep_handle *tep, char *path, 397 const char *path,
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 264 struct path lower_path; 524 static inline struct path *
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | offload.c | 303 struct path ns_path; in bpf_prog_offload_info_fill() 528 struct path ns_path; in bpf_map_offload_info_fill()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | protocol.c | 186 &qid->path); in p9pdu_vreadf() 425 qid->path); in p9pdu_vwritef()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 264 struct path lower_path; 509 static inline const struct path *
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 260 __u8 path[BTRFS_DEVICE_PATH_NAME_MAX]; /* out */ member 504 * out, constructed path from the directory with which the ioctl is 507 char path[BTRFS_INO_LOOKUP_USER_PATH_MAX]; member
|
/kernel/linux/linux-6.6/kernel/gcov/ |
H A D | fs.c | 408 * Given a string <path> representing a file path of format: 409 * path/to/file.gcda 411 * <dir/>path/to/file.<ext> 413 static char *link_target(const char *dir, const char *path, const char *ext) in link_target() argument 419 copy = kstrdup(path, GFP_KERNEL); in link_target() 686 /* Create directory nodes along the path. */ in add_node()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 468 ui__error("The %s data has no samples!\n", session->data->path); in __cmd_annotate() 581 "Add prefix to source file path names in programs (with --prefix-strip)"), in cmd_annotate() 583 "Strip first N entries of source file path name in programs (with --prefix)"), in cmd_annotate() 584 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate() 586 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate() 670 data.path = input_name; in cmd_annotate()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | domain.c | 763 if (ee->r.param.path.matched_path) in tomoyo_find_next_domain() 764 candidate = ee->r.param.path.matched_path; in tomoyo_find_next_domain()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | request_key.c | 99 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() argument 104 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 317 devlink -N testns1 resource set $DL_HANDLE path IPv4/fib size $limit 357 devlink -N testns2 resource set $DL_HANDLE path IPv4/fib size ' -1'
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | protocol.c | 352 &qid->path); in p9pdu_vreadf() 591 qid->path); in p9pdu_vwritef()
|
/third_party/curl/tests/server/ |
H A D | util.c | 202 const char *path = "."; variable 215 msnprintf(filename, sizeof(filename), TEST_DATA_PATH, path, testno); in test2fopen()
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestFmwk.java | 199 final String path = ""; in logKnownIssue() 201 getParams().knownIssues.logKnownIssue(path, ticket, comment); in logKnownIssue()
|
/third_party/mbedtls/library/ |
H A D | md.c | 919 int mbedtls_md_file(const mbedtls_md_info_t *md_info, const char *path, unsigned char *output) in mbedtls_md_file() argument 931 if ((f = fopen(path, "rb")) == NULL) { in mbedtls_md_file()
|
H A D | lms.c | 471 /* Calculate a path from a leaf node of the Merkle tree to the root of the tree, 472 * and return the full path. This function implements RFC8554 section 5.4.1, as 473 * the Merkle path is the main component of an LMS signature. 479 * leaf_node_id Which leaf node to calculate the path from. 481 * path The output path, which is H hash outputs. 485 unsigned char *path) in get_merkle_path() 509 memcpy(&path[height * node_bytes], in get_merkle_path() 483 get_merkle_path(mbedtls_lms_private_t *ctx, unsigned int leaf_node_id, unsigned char *path) get_merkle_path() argument
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | isa.py | 408 self.base_path = os.path.dirname(xmlpath) 451 p = os.path.join(self.base_path, imprt.attrib['file'])
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 24 import os.path namespace 441 parse_check(variant, check, checks, 'line %d of %s' % (line_num, os.path.split(fname)[1]))
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | genrb.cpp | 217 "\t-d or --destdir destination directory, followed by the path, defaults to '%s'\n" in main() 218 "\t-s or --sourcedir source directory for files followed by path, defaults to '%s'\n" in main() 220 "\t followed by path, defaults to '%s'\n", in main() 642 * genrb -s. /icu/data --- the absolute path specified. -s redundant in processFile() 717 ResKeyPath path; in processFile() local 718 data->fRoot->applyFilter(filter, path, data.getAlias()); in processFile()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | genrb.cpp | 217 "\t-d or --destdir destination directory, followed by the path, defaults to '%s'\n" in main() 218 "\t-s or --sourcedir source directory for files followed by path, defaults to '%s'\n" in main() 220 "\t followed by path, defaults to '%s'\n", in main() 642 * genrb -s. /icu/data --- the absolute path specified. -s redundant in processFile() 717 ResKeyPath path; in processFile() local 718 data->fRoot->applyFilter(filter, path, data.getAlias()); in processFile()
|
/third_party/libinput/src/ |
H A D | libinput.h | 3495 * open_restricted() and close_restricted() are called for each path that 3503 * Open the device at the given path with the flags provided and 3506 * @param path The device path to open 3513 int (*open_restricted)(const char *path, int flags, void *user_data); 3604 * @param path Path to an input device 3612 const char *path);
|
/third_party/libinput/test/ |
H A D | test-udev.c | 36 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument 39 fd = open(path, flags); in open_restricted()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 3495 * open_restricted() and close_restricted() are called for each path that 3503 * Open the device at the given path with the flags provided and 3506 * @param path The device path to open 3513 int (*open_restricted)(const char *path, int flags, void *user_data); 3604 * @param path Path to an input device 3612 const char *path);
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 219 MV A19,B29 ; move to avoid cross-path stalls 222 || DMV B29,A18,B29:B28 ; move to avoid cross-path stalls
|