Searched refs:pathname (Results 51 - 75 of 135) sorted by relevance

123456

/linux-master/drivers/acpi/acpica/
H A Dnsaccess.c261 * pathname - Search pathname, in internal format
281 char *pathname,
289 char *path = pathname;
355 * Begin examination of the actual pathname
357 if (!pathname) {
433 (ACPI_UINT32_MAX, pathname, NULL,
456 * Determine the number of ACPI name segments in this pathname.
582 /* Extract one ACPI name from the front of the pathname */
280 acpi_ns_lookup(union acpi_generic_state *scope_info, char *pathname, acpi_object_type type, acpi_interpreter_mode interpreter_mode, u32 flags, struct acpi_walk_state *walk_state, struct acpi_namespace_node **return_node) argument
H A Dutdebug.c592 * pathname - Object path
602 acpi_trace_point(acpi_trace_event_type type, u8 begin, u8 *aml, char *pathname) argument
607 acpi_ex_trace_point(type, begin, aml, pathname);
610 acpi_os_trace_point(type, begin, aml, pathname);
H A Ddbtest.c979 char *pathname; local
1003 pathname = acpi_ns_get_normalized_pathname(node, TRUE);
1004 if (!pathname) {
1012 ACPI_FREE(pathname);
1066 pathname, arg_type);
1088 pathname, acpi_format_exception(status));
1090 ACPI_FREE(pathname);
H A Ddbnames.c134 /* Build the final pathname */
318 /* Get the full pathname to this object */
323 acpi_os_printf("Could Not get pathname for object %p\n",
405 char *pathname; local
413 pathname = acpi_ns_get_normalized_pathname(node, TRUE);
414 if (!pathname) {
427 acpi_os_printf("%-32s Arguments %X, Return Types: %s", pathname,
442 acpi_ns_check_acpi_compliance(pathname, node, predefined);
444 ACPI_FREE(pathname);
539 /* Get and display the full pathname t
[all...]
H A Dacnamesp.h187 void acpi_ns_print_pathname(u32 num_segments, const char *pathname);
214 acpi_ns_check_argument_count(char *pathname,
220 acpi_ns_check_acpi_compliance(char *pathname,
H A Ddbdisply.c275 acpi_os_printf("Could not convert name to pathname\n");
315 ("Could not convert name to pathname\n");
756 ("Could not convert name to pathname\n");
1063 char *pathname; local
1070 pathname = acpi_ns_get_normalized_pathname(node, TRUE);
1071 if (!pathname) {
1089 acpi_os_printf(" Device Name: %s (%p)\n", pathname, node);
1094 ACPI_FREE(pathname);
/linux-master/include/uapi/linux/raid/
H A Dmd_u.h137 char pathname[4096]; member in struct:mdu_bitmap_file_s
/linux-master/security/tomoyo/
H A Drealpath.c223 * tomoyo_realpath_from_path - Returns realpath(3) of the given pathname but ignores chroot'ed root.
293 * tomoyo_realpath_nofollow - Get realpath of a pathname.
295 * @pathname: The pathname to solve.
297 * Returns the realpath of @pathname on success, NULL otherwise.
299 char *tomoyo_realpath_nofollow(const char *pathname) argument
303 if (pathname && kern_path(pathname, 0, &path) == 0) {
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c100 char *pathname, *endptr; local
103 pathname = strdup(argv[0]);
104 progname = basename(pathname);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c60 kfree(dev->pathname);
559 strscpy(msg.dev_name, dev->pathname, sizeof(msg.dev_name));
1409 const char *pathname,
1435 pathname, sess->sessname, ret);
1439 dev->pathname = kstrdup(pathname, GFP_KERNEL);
1440 if (!dev->pathname) {
1468 static bool __exists_dev(const char *pathname, const char *sessname) argument
1480 if (strlen(dev->pathname) == strlen(pathname)
1407 init_dev(struct rnbd_clt_session *sess, enum rnbd_access_mode access_mode, const char *pathname, u32 nr_poll_queues) argument
1494 exists_devpath(const char *pathname, const char *sessname) argument
1531 rnbd_clt_map_device(const char *sessname, struct rtrs_addr *paths, size_t path_cnt, u16 port_nr, const char *pathname, enum rnbd_access_mode access_mode, u32 nr_poll_queues) argument
[all...]
H A Drnbd-srv.c266 char pathname[NAME_MAX]; local
269 err = rtrs_srv_get_path_name(rtrs, pathname, sizeof(pathname));
271 pr_err("rtrs_srv_get_path_name(%s): %d\n", pathname, err);
287 strscpy(srv_sess->sessname, pathname, sizeof(srv_sess->sessname));
573 strscpy(sdev->pathname, open_msg->dev_name, sizeof(sdev->pathname));
667 if (!strcmp(sess_dev->pathname, dev_name))
/linux-master/tools/perf/util/
H A Dbuild-id.c137 int filename__sprintf_build_id(const char *pathname, char *sbuild_id) argument
142 ret = filename__read_build_id(pathname, &bid);
238 char *pathname; local
242 pathname = build_id_cache__origname(sbuild_id);
243 if (!pathname)
246 if (!strcmp(pathname, DSO__NAME_KALLSYMS))
248 else if (pathname[0] == '/')
249 ret = filename__sprintf_build_id(pathname, real_sbuild_id);
254 free(pathname);
578 int build_id_cache__list_build_ids(const char *pathname, struc argument
[all...]
H A Ddso.h289 bool is_kernel_module(const char *pathname, int cpumode);
293 char *pathname, size_t len);
294 int filename__decompress(const char *name, char *pathname,
H A Ddso.c285 bool is_kernel_module(const char *pathname, int cpumode) argument
301 if (kmod_path__parse(&m, pathname)) {
303 pathname);
317 int filename__decompress(const char *name, char *pathname, argument
351 if (!pathname || (fd < 0))
354 if (pathname && (fd >= 0))
355 strlcpy(pathname, tmpbuf, len);
361 char *pathname, size_t len)
369 return filename__decompress(name, pathname, len, dso->comp,
379 char *pathname, size_
360 decompress_kmodule(struct dso *dso, const char *name, char *pathname, size_t len) argument
378 dso__decompress_kmodule_path(struct dso *dso, const char *name, char *pathname, size_t len) argument
[all...]
/linux-master/lib/
H A Dstring_helpers.c702 * Returns allocated NULL-terminated string containing pathname,
708 char *temp, *pathname; local
718 pathname = file_path(file, temp, PATH_MAX + 11);
719 if (IS_ERR(pathname))
720 pathname = kstrdup("<too_long>", gfp);
722 pathname = kstrdup_quotable(pathname, gfp);
725 return pathname;
/linux-master/drivers/mtd/ubi/
H A Dkapi.c284 * @pathname: volume character device node path
290 int ubi_get_num_by_path(const char *pathname, int *ubi_num, int *vol_id) argument
296 error = kern_path(pathname, LOOKUP_FOLLOW, &path);
319 * @pathname: volume character device node path
325 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode) argument
329 dbg_gen("open volume %s, mode %d", pathname, mode);
331 if (!pathname || !*pathname)
334 error = ubi_get_num_by_path(pathname, &ubi_num, &vol_id);
/linux-master/include/acpi/
H A Dacpixf.h529 const char *pathname,
551 acpi_string pathname,
558 acpi_string pathname,
694 acpi_string pathname,
699 acpi_string pathname))
958 u8 *aml, char *pathname))
H A Dacpiosxf.h371 u8 begin, u8 *aml, char *pathname);
402 void *acpi_os_open_directory(char *pathname,
/linux-master/tools/testing/cxl/test/
H A Dmock.c82 acpi_string pathname,
91 status = ops->acpi_evaluate_integer(handle, pathname, arguments,
94 status = acpi_evaluate_integer(handle, pathname, arguments,
81 __wrap_acpi_evaluate_integer(acpi_handle handle, acpi_string pathname, struct acpi_object_list *arguments, unsigned long long *data) argument
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c222 static int build_id_cache__purge_path(const char *pathname, struct nsinfo *nsi) argument
228 err = build_id_cache__list_build_ids(pathname, nsi, &list);
234 pr_debug("Removing %s %s: %s\n", pos->s, pathname,
242 pr_debug("Purging %s: %s\n", pathname, err ? "FAIL" : "Ok");
/linux-master/tools/lib/bpf/
H A Dbpf.h312 LIBBPF_API int bpf_obj_pin(int fd, const char *pathname);
313 LIBBPF_API int bpf_obj_pin_opts(int fd, const char *pathname,
326 LIBBPF_API int bpf_obj_get(const char *pathname);
327 LIBBPF_API int bpf_obj_get_opts(const char *pathname,
/linux-master/include/linux/mtd/
H A Dubi.h233 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
/linux-master/kernel/
H A Daudit.h227 /* Indicates that audit should log the full pathname. */
278 char *pathname, int len);
292 extern int audit_make_tree(struct audit_krule *rule, char *pathname, u32 op);
/linux-master/kernel/bpf/
H A Dinode.c436 static int bpf_obj_do_pin(int path_fd, const char __user *pathname, void *raw, argument
445 dentry = user_path_create(path_fd, pathname, &path, 0);
478 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname) argument
488 ret = bpf_obj_do_pin(path_fd, pathname, raw, type);
495 static void *bpf_obj_do_get(int path_fd, const char __user *pathname, argument
503 ret = user_path_at(path_fd, pathname, LOOKUP_FOLLOW, &path);
527 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags) argument
538 raw = bpf_obj_do_get(path_fd, pathname, &type, f_flags);
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c56 osl_get_customized_table(char *pathname,
1290 * PARAMETERS: pathname - Directory to find Linux customized table
1307 osl_get_customized_table(char *pathname, argument
1322 table_dir = acpi_os_open_directory(pathname, "*", REQUEST_FILE_ONLY);
1349 /* Create the table pathname */
1352 sprintf(table_filename, "%s/%4.4s%d", pathname,
1355 sprintf(table_filename, "%s/%4.4s", pathname,

Completed in 465 milliseconds

123456