| /linux/tools/power/acpi/tools/acpidump/ |
| H A D | apfiles.c | 14 static int ap_is_existing_file(char *pathname); 28 static int ap_is_existing_file(char *pathname) in ap_is_existing_file() argument 34 if (!stat(pathname, &stat_info)) { in ap_is_existing_file() 65 int ap_open_output_file(char *pathname) in ap_open_output_file() argument 71 if (ap_is_existing_file(pathname) != 0) { in ap_open_output_file() 77 file = fopen(pathname, "w"); in ap_open_output_file() 79 fprintf(stderr, "Could not open output file: %s\n", pathname); in ap_open_output_file() 86 gbl_output_filename = pathname; in ap_open_output_file() 179 struct acpi_table_header *ap_get_table_from_file(char *pathname, in ap_get_table_from_file() argument 189 file = fopen(pathname, "rb"); in ap_get_table_from_file() [all …]
|
| H A D | apdump.c | 366 int ap_dump_table_from_file(char *pathname) in ap_dump_table_from_file() argument 374 table = ap_get_table_from_file(pathname, &file_size); in ap_dump_table_from_file() 382 pathname); in ap_dump_table_from_file() 390 table->length, file_size, pathname); in ap_dump_table_from_file() 397 pathname, table->signature, file_size, file_size); in ap_dump_table_from_file()
|
| H A D | acpidump.h | 63 int ap_dump_table_from_file(char *pathname); 80 int ap_open_output_file(char *pathname); 84 struct acpi_table_header *ap_get_table_from_file(char *pathname,
|
| /linux/drivers/acpi/acpica/ |
| H A D | extrace.c | 132 u8 begin, u8 *aml, char *pathname) in acpi_ex_trace_point() argument 137 if (pathname) { in acpi_ex_trace_point() 141 begin ? "Begin" : "End", pathname)); in acpi_ex_trace_point() 221 char *pathname = NULL; in acpi_ex_start_trace_method() local 227 pathname = acpi_ns_get_normalized_pathname(method_node, TRUE); in acpi_ex_start_trace_method() 230 enabled = acpi_ex_interpreter_trace_enabled(pathname); in acpi_ex_start_trace_method() 250 pathname); in acpi_ex_start_trace_method() 253 if (pathname) { in acpi_ex_start_trace_method() 254 ACPI_FREE(pathname); in acpi_ex_start_trace_method() 278 char *pathname = NULL; in acpi_ex_stop_trace_method() local [all …]
|
| H A D | utxfmutex.c | 18 acpi_string pathname, 39 acpi_string pathname, in acpi_ut_get_mutex_object() argument 48 if (!ret_obj || (!handle && !pathname)) { in acpi_ut_get_mutex_object() 55 if (pathname != NULL) { in acpi_ut_get_mutex_object() 57 acpi_get_handle(handle, pathname, in acpi_ut_get_mutex_object() 100 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) in acpi_acquire_mutex() argument 107 status = acpi_ut_get_mutex_object(handle, pathname, &mutex_obj); in acpi_acquire_mutex() 136 acpi_status acpi_release_mutex(acpi_handle handle, acpi_string pathname) in ACPI_EXPORT_SYMBOL() 143 status = acpi_ut_get_mutex_object(handle, pathname, &mutex_obj); in ACPI_EXPORT_SYMBOL()
|
| H A D | nsarguments.c | 94 acpi_ns_check_acpi_compliance(char *pathname, in acpi_ns_check_acpi_compliance() argument 119 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname, in acpi_ns_check_acpi_compliance() 130 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname, in acpi_ns_check_acpi_compliance() 154 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname, ACPI_WARN_ALWAYS, in acpi_ns_check_acpi_compliance() 162 ACPI_BIOS_ERROR_PREDEFINED((AE_INFO, pathname, ACPI_WARN_ALWAYS, in acpi_ns_check_acpi_compliance() 187 acpi_ns_check_argument_count(char *pathname, in acpi_ns_check_argument_count() argument 206 ACPI_INFO_PREDEFINED((AE_INFO, pathname, in acpi_ns_check_argument_count() 232 ACPI_WARN_PREDEFINED((AE_INFO, pathname, in acpi_ns_check_argument_count() 239 ACPI_INFO_PREDEFINED((AE_INFO, pathname, in acpi_ns_check_argument_count() 264 ACPI_WARN_PREDEFINED((AE_INFO, pathname, ACPI_WARN_ALWAYS, in acpi_ns_check_argument_count() [all …]
|
| H A D | dbexec.c | 144 status = acpi_evaluate_object(NULL, info->pathname, in acpi_db_execute_method() 165 info->pathname)); in acpi_db_execute_method() 201 info->pathname[0] = 0; in acpi_db_execute_setup() 203 if (acpi_ut_safe_strcat(info->pathname, sizeof(info->pathname), in acpi_db_execute_setup() 210 if (acpi_ut_safe_strcat(info->pathname, sizeof(info->pathname), in acpi_db_execute_setup() 216 acpi_db_prep_namestring(info->pathname); in acpi_db_execute_setup() 219 acpi_os_printf("Evaluating %s\n", info->pathname); in acpi_db_execute_setup() 428 status = acpi_get_handle(NULL, acpi_gbl_db_method_info.pathname, in acpi_db_execute() 454 allocations, acpi_gbl_db_method_info.pathname); in acpi_db_execute() 460 acpi_gbl_db_method_info.pathname, in acpi_db_execute() [all …]
|
| H A D | utstring.c | 196 void ut_convert_backslashes(char *pathname) in ut_convert_backslashes() argument 199 if (!pathname) { in ut_convert_backslashes() 203 while (*pathname) { in ut_convert_backslashes() 204 if (*pathname == '\\') { in ut_convert_backslashes() 205 *pathname = '/'; in ut_convert_backslashes() 208 pathname++; in ut_convert_backslashes()
|
| H A D | uterror.c | 41 char *pathname, in acpi_ut_predefined_warning() argument 54 acpi_os_printf(ACPI_MSG_WARNING "%s: ", pathname); in acpi_ut_predefined_warning() 84 char *pathname, u16 node_flags, const char *format, ...) in acpi_ut_predefined_info() argument 96 acpi_os_printf(ACPI_MSG_INFO "%s: ", pathname); in acpi_ut_predefined_info() 126 char *pathname, in acpi_ut_predefined_bios_error() argument 139 acpi_os_printf(ACPI_MSG_BIOS_ERROR "%s: ", pathname); in acpi_ut_predefined_bios_error()
|
| H A D | nsutils.c | 636 const char *pathname, in acpi_ns_get_node_unlocked() argument 644 ACPI_CAST_PTR(char, pathname)); in acpi_ns_get_node_unlocked() 648 if (!pathname) { in acpi_ns_get_node_unlocked() 659 if (ACPI_IS_ROOT_PREFIX(pathname[0]) && (!pathname[1])) { in acpi_ns_get_node_unlocked() 666 status = acpi_ns_internalize_name(pathname, &internal_path); in acpi_ns_get_node_unlocked() 683 pathname, acpi_format_exception(status))); in acpi_ns_get_node_unlocked() 714 const char *pathname, in acpi_ns_get_node() argument 719 ACPI_FUNCTION_TRACE_PTR(ns_get_node, ACPI_CAST_PTR(char, pathname)); in acpi_ns_get_node() 726 status = acpi_ns_get_node_unlocked(prefix_node, pathname, in acpi_ns_get_node()
|
| H A D | nsxfeval.c | 45 acpi_string pathname, in acpi_evaluate_object_typed() argument 70 if (pathname) { in acpi_evaluate_object_typed() 71 status = acpi_get_handle(handle, pathname, &target_handle); in acpi_evaluate_object_typed() 164 acpi_string pathname, in ACPI_EXPORT_SYMBOL() 198 if ((pathname) && (ACPI_IS_ROOT_PREFIX(pathname[0]))) { in ACPI_EXPORT_SYMBOL() 209 if (!pathname) { in ACPI_EXPORT_SYMBOL() 215 pathname)); in ACPI_EXPORT_SYMBOL() 222 info->relative_pathname = pathname; in ACPI_EXPORT_SYMBOL() 234 ACPI_WARN_PREDEFINED((AE_INFO, pathname, in ACPI_EXPORT_SYMBOL()
|
| H A D | dbmethod.c | 364 char *pathname; in acpi_db_evaluate_object() local 372 pathname = acpi_ns_get_external_pathname(node); in acpi_db_evaluate_object() 373 if (!pathname) { in acpi_db_evaluate_object() 381 ACPI_FREE(pathname); in acpi_db_evaluate_object() 412 acpi_os_printf("%-32s returned %s\n", pathname, in acpi_db_evaluate_object() 417 pathname, return_obj.pointer, in acpi_db_evaluate_object() 424 ACPI_FREE(pathname); in acpi_db_evaluate_object()
|
| H A D | utaddress.c | 166 char *pathname; in acpi_ut_check_address_range() local 199 pathname = in acpi_ut_check_address_range() 213 pathname)); in acpi_ut_check_address_range() 214 ACPI_FREE(pathname); in acpi_ut_check_address_range()
|
| H A D | nsdump.c | 50 void acpi_ns_print_pathname(u32 num_segments, const char *pathname) in acpi_ns_print_pathname() argument 68 isprint((int)pathname[i]) ? in acpi_ns_print_pathname() 69 acpi_os_printf("%c", pathname[i]) : in acpi_ns_print_pathname() 73 pathname += ACPI_NAMESEG_SIZE; in acpi_ns_print_pathname() 679 char *pathname; in acpi_ns_dump_one_object_path() local 695 pathname = acpi_ns_get_normalized_pathname(node, TRUE); in acpi_ns_dump_one_object_path() 706 acpi_os_printf("%s\n", &pathname[1]); in acpi_ns_dump_one_object_path() 707 ACPI_FREE(pathname); in acpi_ns_dump_one_object_path()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 15 void rm(struct __test_metadata *_metadata, const char *pathname, in rm() argument 21 rc = rmdir(pathname); in rm() 23 rc = unlink(pathname); in rm() 27 TH_LOG("Not ENOENT: %s", pathname); in rm() 31 TH_LOG("Failed to remove: %s", pathname); in rm() 37 char *pathname; in FIXTURE() local 64 ASSERT_EQ(symlink(paths[i], self->pathname), 0); in setup_link() 84 ASSERT_EQ(mkdir(self->pathname, 0755), 0); in setup_dir() 103 rc = mknod(self->pathname, 0755 | variant->mode, dev); in setup_node() 137 ASSERT_EQ(mkfifo(self->pathname, 0755), 0); in setup_fifo() [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-remote-noreap.sh | 13 pathname="$1" 14 if test "$pathname" = "" 16 echo Usage: kvm-remote-noreap.sh pathname 19 if ! test -d "$pathname" 21 echo Usage: kvm-remote-noreap.sh pathname 26 while test -d "$pathname" 28 find "$pathname" -type f -exec touch -c {} \; > /dev/null 2>&1
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 61 char *pathname; member 149 strscpy(opt->pathname, p, NAME_MAX); in rnbd_clt_parse_map_options() 270 return sysfs_emit(page, "%s\n", dev->pathname); in mapping_path_show() 521 char pathname[NAME_MAX], *s; in rnbd_clt_get_path_name() local 523 strscpy(pathname, dev->pathname, sizeof(pathname)); in rnbd_clt_get_path_name() 524 while ((s = strchr(pathname, '/'))) in rnbd_clt_get_path_name() 527 ret = snprintf(buf, len, "%s@%s", pathname, dev->sess->sessname); in rnbd_clt_get_path_name() 539 len = strlen(dev->pathname) + strlen(dev->sess->sessname) + 2; in rnbd_clt_add_dev_symlink() 577 char pathname[NAME_MAX]; in rnbd_clt_map_device_store() local 590 opt.pathname = pathname; in rnbd_clt_map_device_store() [all …]
|
| /linux/security/integrity/ima/ |
| H A D | ima_main.c | 107 char **pathbuf, const char **pathname, in mmap_violation_check() argument 119 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check() 121 integrity_audit_msg(AUDIT_INTEGRITY_DATA, inode, *pathname, in mmap_violation_check() 141 const char **pathname, in ima_rdwr_violation_check() argument 173 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check() 176 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check() 179 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check() 266 const char *pathname = NULL; in process_measurement() 310 &pathbuf, &pathname, filename); in process_measurement() 396 &pathname, filenam in process_measurement() 247 const char *pathname = NULL; process_measurement() local 529 const char *pathname = NULL; ima_file_mprotect() local [all...] |
| H A D | ima_api.c | 437 * ima_d_path - return a pointer to the full pathname 439 * Attempt to return a pointer to the full pathname for use in the 449 char *pathname = NULL; in ima_d_path() 453 pathname = d_absolute_path(path, *pathbuf, PATH_MAX); in ima_d_path() 454 if (IS_ERR(pathname)) { in ima_d_path() 457 pathname = NULL; in ima_d_path() 461 if (!pathname) { in ima_d_path() 466 pathname = namebuf; 469 return pathname; 444 char *pathname = NULL; ima_d_path() local
|
| /linux/security/loadpin/ |
| H A D | loadpin.c | 30 char *cmdline, *pathname; in report_load() local 32 pathname = kstrdup_quotable_file(file, GFP_KERNEL); in report_load() 37 (pathname && pathname[0] != '<') ? "\"" : "", in report_load() 38 pathname, in report_load() 39 (pathname && pathname[0] != '<') ? "\"" : "", in report_load() 44 kfree(pathname); in report_load()
|
| /linux/scripts/ipe/polgen/ |
| H A D | polgen.c | 18 static int policy_to_buffer(const char *pathname, char **buffer, size_t *size) in policy_to_buffer() argument 26 fd = fopen(pathname, "r"); in policy_to_buffer() 62 static int write_boot_policy(const char *pathname, const char *buf, size_t size) in write_boot_policy() argument 67 fd = fopen(pathname, "w"); in write_boot_policy()
|
| /linux/scripts/gdb/linux/ |
| H A D | proc.py | 180 pathname = "" 184 pathname = vfs.dentry_name(mntpoint) + pathname 189 if (pathname == ""): 190 pathname = "/" 200 pathname, fstype, rd, info_opts(FS_INFO, s_flags),
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 805 char pathname[32]; in get_msr() local 808 sprintf(pathname, use_android_msr_path ? "/dev/msr%d" : "/dev/cpu/%d/msr", cpu); in get_msr() 809 fd = open(pathname, O_RDONLY); in get_msr() 811 …err(-1, "%s open failed, try chown or chmod +r %s, or run as root", pathname, use_android_msr_path… in get_msr() 816 err(-1, "%s offset 0x%llx read failed", pathname, (unsigned long long)offset); in get_msr() 828 char pathname[32]; in put_msr() local 832 sprintf(pathname, use_android_msr_path ? "/dev/msr%d" : "/dev/cpu/%d/msr", cpu); in put_msr() 833 fd = open(pathname, O_RDWR); in put_msr() 835 …err(-1, "%s open failed, try chown or chmod +r %s, or run as root", pathname, use_android_msr_path… in put_msr() 1158 char pathname[64]; in update_cpufreq_scaling_freq() local [all …]
|
| /linux/tools/testing/selftests/proc/ |
| H A D | fd-001-lookup.c | 33 static void test_lookup_pass(const char *pathname) in test_lookup_pass() argument 39 rv = lstat(pathname, &st); in test_lookup_pass() 44 static void test_lookup_fail(const char *pathname) in test_lookup_fail() argument 49 rv = lstat(pathname, &st); in test_lookup_fail()
|
| H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument 119 return syscall(SYS_statx, dirfd, pathname, flags, mask, stx); in sys_statx() 122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail() argument 127 rv = sys_statx(fd, pathname, AT_SYMLINK_NOFOLLOW, 0, (void *)stx); in test_lookup_fail()
|