Searched refs:pathname (Results 1 - 25 of 135) sorted by path

123456

/linux-master/arch/arm64/kernel/
H A Dsys32.c23 COMPAT_SYSCALL_DEFINE3(aarch32_statfs64, const char __user *, pathname,
38 return kcompat_sys_statfs64(pathname, sz, buf);
88 COMPAT_SYSCALL_DEFINE4(aarch32_truncate64, const char __user *, pathname,
91 return ksys_truncate(pathname, arg_u64(length));
/linux-master/arch/parisc/kernel/
H A Dsys_parisc32.c29 const char __user * pathname)
33 dfd, pathname);
27 sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, compat_uint_t mask0, compat_uint_t mask1, compat_int_t dfd, const char __user * pathname) argument
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c63 static long do_spu_create(const char __user *pathname, unsigned int flags, argument
70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY);
/linux-master/drivers/acpi/acpica/
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 Dnsxfeval.c27 * pathname - Object pathname (optional)
45 acpi_string pathname,
70 if (pathname) {
71 status = acpi_get_handle(handle, pathname, &target_handle);
148 * pathname - Object pathname (optional)
164 acpi_string pathname,
194 * 1) Null node, valid pathname from root (absolute path)
195 * 2) Node and valid pathname (pat
44 acpi_evaluate_object_typed(acpi_handle handle, acpi_string pathname, struct acpi_object_list *external_params, struct acpi_buffer *return_buffer, acpi_object_type return_type) argument
[all...]
H A Dutxfmutex.c18 acpi_string pathname,
26 * pathname - Mutex pathname (optional)
39 acpi_string pathname,
48 if (!ret_obj || (!handle && !pathname)) {
55 if (pathname != NULL) {
57 acpi_get_handle(handle, pathname,
86 * pathname - Mutex pathname (optional)
100 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u1 argument
38 acpi_ut_get_mutex_object(acpi_handle handle, acpi_string pathname, union acpi_operand_object **ret_obj) argument
[all...]
H A Dacinterp.h121 u8 begin, u8 *aml, char *pathname);
H A Daclocal.h1206 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member in struct:acpi_db_method_info
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 Dacutils.h621 void ut_convert_backslashes(char *pathname);
710 char *pathname,
717 char *pathname,
724 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);
H A Ddbexec.c144 status = acpi_evaluate_object(NULL, info->pathname,
165 info->pathname));
201 info->pathname[0] = 0;
203 if (acpi_ut_safe_strcat(info->pathname, sizeof(info->pathname),
210 if (acpi_ut_safe_strcat(info->pathname, sizeof(info->pathname),
216 acpi_db_prep_namestring(info->pathname);
219 acpi_os_printf("Evaluating %s\n", info->pathname);
428 status = acpi_get_handle(NULL, acpi_gbl_db_method_info.pathname,
[all...]
H A Ddbmethod.c364 char *pathname; local
372 pathname = acpi_ns_get_external_pathname(node);
373 if (!pathname) {
381 ACPI_FREE(pathname);
412 acpi_os_printf("%-32s returned %s\n", pathname,
417 pathname, return_obj.pointer,
424 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 Dextrace.c122 * pathname - Object path
132 u8 begin, u8 *aml, char *pathname)
137 if (pathname) {
141 begin ? "Begin" : "End", aml, pathname));
170 char *pathname = NULL; local
176 pathname = acpi_ns_get_normalized_pathname(method_node, TRUE);
179 enabled = acpi_ex_interpreter_trace_enabled(pathname);
199 pathname);
202 if (pathname) {
203 ACPI_FREE(pathname);
131 acpi_ex_trace_point(acpi_trace_event_type type, u8 begin, u8 *aml, char *pathname) argument
227 char *pathname = NULL; local
[all...]
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 Dnsarguments.c81 * PARAMETERS: pathname - Full pathname to the node (for error msgs)
94 acpi_ns_check_acpi_compliance(char *pathname, argument
119 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname,
130 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname,
154 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname, ACPI_WARN_ALWAYS,
162 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname, ACPI_WARN_ALWAYS,
174 * PARAMETERS: pathname - Full pathname to the node (for error msgs)
187 acpi_ns_check_argument_count(char *pathname, argument
[all...]
H A Dnsdump.c42 * pathname - The compressed (internal) path
46 * DESCRIPTION: Print an object's full namespace pathname
50 void acpi_ns_print_pathname(u32 num_segments, const char *pathname) argument
68 isprint((int)pathname[i]) ?
69 acpi_os_printf("%c", pathname[i]) :
73 pathname += ACPI_NAMESEG_SIZE;
97 * DESCRIPTION: Print an object's full namespace pathname
98 * Manages allocation/freeing of a pathname buffer
115 /* Convert handle to a full pathname and print it (with supplied message) */
667 * DESCRIPTION: Dump the full pathname t
679 char *pathname; local
[all...]
H A Dnsutils.c31 * DESCRIPTION: Print an object's full namespace pathname
32 * Manages allocation/freeing of a pathname buffer
48 /* Convert handle to full pathname and print it (with supplied message) */
267 /* Now we must have a path separator, or the pathname is bad */
616 * PARAMETERS: *pathname - Name to be found, in external (ASL) format. The
636 const char *pathname,
644 ACPI_CAST_PTR(char, pathname));
646 /* Simplest case is a null pathname */
648 if (!pathname) {
659 if (ACPI_IS_ROOT_PREFIX(pathname[
635 acpi_ns_get_node_unlocked(struct acpi_namespace_node *prefix_node, const char *pathname, u32 flags, struct acpi_namespace_node **return_node) argument
713 acpi_ns_get_node(struct acpi_namespace_node *prefix_node, const char *pathname, u32 flags, struct acpi_namespace_node **return_node) argument
[all...]
H A Dnsxfname.c32 * pathname - Pointer to an asciiz string containing the
47 const char *pathname, acpi_handle *ret_handle)
57 if (!ret_handle || !pathname) {
72 * 1) Fully qualified pathname
73 * 2) Parent + Relative pathname
77 if (ACPI_IS_ROOT_PREFIX(pathname[0])) {
83 if (!strcmp(pathname, ACPI_NS_ROOT_PATH)) {
98 acpi_ns_get_node(prefix_node, pathname, ACPI_NS_NO_UPSEARCH, &node);
112 * PARAMETERS: handle - Handle to be converted to a pathname
113 * name_type - Full pathname o
46 acpi_get_handle(acpi_handle parent, const char *pathname, acpi_handle *ret_handle) argument
[all...]
H A Dutaddress.c166 char *pathname; local
199 pathname =
213 pathname));
214 ACPI_FREE(pathname);
/linux-master/tools/testing/selftests/proc/
H A Dfd-001-lookup.c33 static void test_lookup_pass(const char *pathname) argument
39 rv = lstat(pathname, &st);
44 static void test_lookup_fail(const char *pathname) argument
49 rv = lstat(pathname, &st);
H A Dfd-003-kthread.c116 static inline int sys_statx(int dirfd, const char *pathname, int flags, argument
119 return syscall(SYS_statx, dirfd, pathname, flags, mask, stx);
122 static void test_lookup_fail(int fd, const char *pathname) argument
127 rv = sys_statx(fd, pathname, AT_SYMLINK_NOFOLLOW, 0, (void *)stx);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c344 SYSCALL_DEFINE3(osf_statfs, const char __user *, pathname,
348 int error = user_statfs(pathname, &linux_stat);
400 SYSCALL_DEFINE3(osf_statfs64, char __user *, pathname,
404 int error = user_statfs(pathname, &linux_stat);
/linux-master/block/
H A Dbdev.c1118 * @pathname: Name of the block device in the filesystem.
1121 * Lookup the block device's dev_t at @pathname in the current
1127 int lookup_bdev(const char *pathname, dev_t *dev) argument
1133 if (!pathname || !*pathname)
1136 error = kern_path(pathname, LOOKUP_FOLLOW, &path);

Completed in 495 milliseconds

123456