/linux-6.1.9/drivers/soundwire/ |
D | slave.c | 140 struct sdw_acpi_child_walk_data *cwd = data; in sdw_acpi_check_duplicate() local 141 struct sdw_bus *bus = cwd->bus; in sdw_acpi_check_duplicate() 144 if (adev == cwd->adev) in sdw_acpi_check_duplicate() 150 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id || in sdw_acpi_check_duplicate() 151 cwd->id.part_id != id.part_id || cwd->id.class_id != id.class_id) in sdw_acpi_check_duplicate() 154 if (cwd->id.unique_id != id.unique_id) { in sdw_acpi_check_duplicate() 157 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, in sdw_acpi_check_duplicate() 158 cwd->id.part_id); in sdw_acpi_check_duplicate() 159 cwd->ignore_unique_id = false; in sdw_acpi_check_duplicate() 165 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, cwd->id.part_id); in sdw_acpi_check_duplicate() [all …]
|
/linux-6.1.9/tools/lib/subcmd/ |
D | exec-cmd.c | 41 static char cwd[PATH_MAX + 1]; in get_pwd_cwd() local 44 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd() 47 if (pwd && strcmp(pwd, cwd)) { in get_pwd_cwd() 48 stat(cwd, &cwd_stat); in get_pwd_cwd() 52 strlcpy(cwd, pwd, PATH_MAX); in get_pwd_cwd() 55 return cwd; in get_pwd_cwd() 66 const char *cwd = get_pwd_cwd(); in make_nonrelative_path() local 67 if (!cwd) in make_nonrelative_path() 69 if (snprintf(buf, PATH_MAX, "%s/%s", cwd, path) >= PATH_MAX) in make_nonrelative_path()
|
/linux-6.1.9/arch/x86/kernel/fpu/ |
D | core.c | 483 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate() 492 fpstate->regs.fsave.cwd = 0xffff037fu; in fpstate_init_fstate() 792 unsigned short cwd, swd; in fpu__exception_code() local 804 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code() 807 cwd = (unsigned short)fpu->fpstate->regs.fsave.cwd; in fpu__exception_code() 811 err = swd & ~cwd; in fpu__exception_code()
|
D | regset.c | 257 env->cwd = fxsave->cwd | 0xffff0000u; in __convert_from_fxsr() 300 fxsave->cwd = env->cwd; in convert_to_fxsr()
|
/linux-6.1.9/tools/testing/selftests/exec/ |
D | execveat.c | 162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax() local 164 if (!cwd) { in check_execveat_pathmax() 169 strcpy(longpath, cwd); in check_execveat_pathmax() 174 count = (PATH_MAX - 3 - strlen(cwd)) / XX_DIR_LEN; in check_execveat_pathmax() 179 len = (PATH_MAX - 3 - strlen(cwd)) - (count * XX_DIR_LEN); in check_execveat_pathmax() 185 free(cwd); in check_execveat_pathmax()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | user_32.h | 46 long cwd; member 57 unsigned short cwd; member
|
D | user32.h | 9 u32 cwd; member 21 unsigned short cwd; member
|
D | user_64.h | 52 unsigned short cwd; member
|
/linux-6.1.9/tools/testing/selftests/capabilities/ |
D | test_execve.c | 141 char cwd[PATH_MAX]; in chdir_to_tmpfs() local 142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs() 149 if (chdir(cwd) != 0) in chdir_to_tmpfs()
|
/linux-6.1.9/Documentation/sphinx/ |
D | kernel_abi.py | 82 cwd = path.dirname(doc.current_source) 102 lines = self.runCmd(cmd, shell=True, cwd=cwd, env=shell_env)
|
D | kernel_feat.py | 85 cwd = path.dirname(doc.current_source) 105 lines = self.runCmd(cmd, shell=True, cwd=cwd, env=shell_env)
|
/linux-6.1.9/arch/x86/include/asm/fpu/ |
D | types.h | 13 u32 cwd; /* FPU Control Word */ member 35 u16 cwd; /* Control Word */ member 80 u32 cwd; member
|
/linux-6.1.9/tools/testing/selftests/tc-testing/plugin-lib/ |
D | README-PLUGINS | 1 tdc.py will look for plugins in a directory plugins off the cwd. 22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
|
/linux-6.1.9/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 49 static volatile char cwd[PATH_MAX] __attribute__((aligned(8))); variable 145 syscall(__NR_getcwd, &cwd, PATH_MAX); in test_workload() 160 syscall(__NR_getcwd, &cwd, PATH_MAX); in test_workload() 319 unsigned long wp_addr = (unsigned long)cwd; in test_set_debugreg_kernel_userspace() 383 unsigned long wp_addr = (unsigned long)&cwd; in test_sethwdebug_exact_kernel_userspace()
|
/linux-6.1.9/scripts/clang-tools/ |
D | run-clang-tools.py | 58 cwd=entry["directory"])
|
/linux-6.1.9/tools/testing/kunit/ |
D | run_checks.py | 77 subprocess.check_output(argv, stderr=subprocess.STDOUT, cwd=ABS_TOOL_PATH, timeout=TIMEOUT)
|
/linux-6.1.9/scripts/ |
D | bpf_doc.py | 394 version = subprocess.run(['git', 'describe'], cwd=linuxRoot, 399 version = subprocess.run(['make', 'kernelversion'], cwd=linuxRoot, 411 date = subprocess.run(cmd, cwd=linuxRoot,
|
/linux-6.1.9/Documentation/filesystems/ |
D | path-lookup.txt | 7 with the first component of the pathname (eg. root or cwd) with a known dentry, 42 A name string specifies a start (root directory, cwd, fd-relative) and a 50 current->fs->cwd or current->fs->root) as the first parent of the lookup. Then 236 \ fs.cwd: dentry2 / 242 "./test.c" would start from cwd; both names refer to the same path in 293 of the starting path (eg. root/cwd/fd-path). So now dentry refcounts are 370 rcu-walk mode. The further we get from common path elements (such as cwd or
|
/linux-6.1.9/arch/x86/math-emu/ |
D | fpu_system.h | 99 #define control_word (I387->soft.cwd)
|
D | fpu_aux.c | 38 soft->cwd = 0x037f; in fpstate_init_soft()
|
D | fpu_entry.c | 701 S387->cwd &= ~0xe080; in fpregs_soft_get() 703 S387->cwd |= 0xffff0040; in fpregs_soft_get()
|
/linux-6.1.9/scripts/kconfig/tests/ |
D | conftest.py | 73 cwd=temp_dir,
|
/linux-6.1.9/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 150 __u16 cwd; member
|
/linux-6.1.9/arch/x86/um/ |
D | signal.c | 91 env[0] = (unsigned long)fxsave->cwd | 0xffff0000ul; in convert_fxsr_to_user() 127 fxsave->cwd = (unsigned short)(env[0] & 0xffff); in convert_fxsr_from_user()
|
/linux-6.1.9/Documentation/filesystems/nfs/ |
D | exporting.rst | 11 dentries via open file descriptors or cwd/root. However remote
|