/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | syscall.h | 59 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED)) in syscall_get_error() 112 if (task->thread_info.status & TS_COMPAT) { in syscall_get_arguments() 136 if (task->thread_info.status & TS_COMPAT) { in syscall_set_arguments() 159 task->thread_info.status & TS_COMPAT) in syscall_get_arch()
|
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | common.c | 118 * A simple handler for the regular PCI status errors, called from IRQ 122 unsigned int status, in pcibios_handle_status_errors() 127 if (status & PCI_STATUS_REC_MASTER_ABORT) { in pcibios_handle_status_errors() 132 if (status & PCI_STATUS_REC_TARGET_ABORT) { in pcibios_handle_status_errors() 142 if (status & (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY)) { in pcibios_handle_status_errors() 121 pcibios_handle_status_errors(unsigned long addr, unsigned int status, struct pci_channel *hose) pcibios_handle_status_errors() argument
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | core.c | 109 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) in bcma_core_pll_ctl() argument 114 WARN_ON(status & ~BCMA_CLKCTLST_EXTRESST); in bcma_core_pll_ctl() 119 if ((bcma_read32(core, BCMA_CLKCTLST) & status) == in bcma_core_pll_ctl() 120 status) { in bcma_core_pll_ctl()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | fcnvuf.c | 18 * dbl_to_dbl_fcnvuf(srcptr,nullptr,dstptr,status) 19 * dbl_to_sgl_fcnvuf(srcptr,nullptr,dstptr,status) 20 * sgl_to_dbl_fcnvuf(srcptr,nullptr,dstptr,status) 21 * sgl_to_sgl_fcnvuf(srcptr,nullptr,dstptr,status) 50 unsigned int *status) in sgl_to_sgl_fcnvuf() 109 unsigned int *status) in sgl_to_dbl_fcnvuf() 150 unsigned int *status) in dbl_to_sgl_fcnvuf() 232 unsigned int *status) in dbl_to_dbl_fcnvuf() 46 sgl_to_sgl_fcnvuf( unsigned int *srcptr, unsigned int *nullptr, sgl_floating_point *dstptr, unsigned int *status) sgl_to_sgl_fcnvuf() argument 105 sgl_to_dbl_fcnvuf( unsigned int *srcptr, unsigned int *nullptr, dbl_floating_point *dstptr, unsigned int *status) sgl_to_dbl_fcnvuf() argument 146 dbl_to_sgl_fcnvuf( dbl_unsigned *srcptr, unsigned int *nullptr, sgl_floating_point *dstptr, unsigned int *status) dbl_to_sgl_fcnvuf() argument 228 dbl_to_dbl_fcnvuf( dbl_unsigned *srcptr, unsigned int *nullptr, dbl_floating_point *dstptr, unsigned int *status) dbl_to_dbl_fcnvuf() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-tm-spd-gpr.c | 119 int ret, status; in ptrace_tm_spd_gpr() local 149 ret = wait(&status); in ptrace_tm_spd_gpr() 152 printf("Child's exit status not captured\n"); in ptrace_tm_spd_gpr() 156 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_spd_gpr()
|
H A D | ptrace-tm-gpr.c | 113 int ret, status; in ptrace_tm_gpr() local 138 ret = wait(&status); in ptrace_tm_gpr() 141 printf("Child's exit status not captured\n"); in ptrace_tm_gpr() 145 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_gpr()
|
H A D | ptrace-tm-spd-tar.c | 129 int ret, status; in ptrace_tm_spd_tar() local 154 ret = wait(&status); in ptrace_tm_spd_tar() 157 printf("Child's exit status not captured\n"); in ptrace_tm_spd_tar() 161 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_spd_tar()
|
H A D | ptrace-tm-spd-vsx.c | 129 int ret, status, i; in ptrace_tm_spd_vsx() local 164 ret = wait(&status); in ptrace_tm_spd_vsx() 167 printf("Child's exit status not captured\n"); in ptrace_tm_spd_vsx() 171 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_spd_vsx()
|
H A D | ptrace-tm-vsx.c | 113 int ret, status, i; in ptrace_tm_vsx() local 147 ret = wait(&status); in ptrace_tm_vsx() 150 printf("Child's exit status not captured\n"); in ptrace_tm_vsx() 154 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_vsx()
|
H A D | ptrace-tm-spr.c | 114 int ret, status; in ptrace_tm_spr() local 146 ret = wait(&status); in ptrace_tm_spr() 150 printf("Child's exit status not captured\n"); in ptrace_tm_spr() 154 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_spr()
|
H A D | ptrace-tm-tar.c | 117 int ret, status; in ptrace_tm_tar() local 140 ret = wait(&status); in ptrace_tm_tar() 143 printf("Child's exit status not captured\n"); in ptrace_tm_tar() 147 return (WIFEXITED(status) && WEXITSTATUS(status)) ? TEST_FAIL : in ptrace_tm_tar()
|
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | timer.c | 73 int ret, status, len, fd; in main() local 119 if (waitpid(pid, &status, 0) != pid) in main() 122 if (WIFEXITED(status)) in main() 123 return WEXITSTATUS(status); in main()
|
H A D | timerfd.c | 80 int ret, status, len, fd; in main() local 126 if (waitpid(pid, &status, 0) != pid) in main() 129 if (WIFEXITED(status)) in main() 130 return WEXITSTATUS(status); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | iopl.c | 230 int status; in main() local 231 if (waitpid(child, &status, 0) != child || in main() 232 !WIFEXITED(status)) { in main() 235 } else if (WEXITSTATUS(status) != 0) { in main()
|
H A D | ioperm.c | 147 int status; in main() local 148 if (waitpid(child, &status, 0) != child || in main() 149 !WIFEXITED(status)) { in main() 152 } else if (WEXITSTATUS(status) != 0) { in main()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_bind.c | 61 enum unbind_status status = UNBIND_ST_OK; in unbind_other() local 104 status = UNBIND_ST_USBIP_HOST; in unbind_other() 122 status = UNBIND_ST_FAILED; in unbind_other() 127 return status; in unbind_other()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | smp.c | 68 int status; in smp_startup_cpu() local 88 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu); in smp_startup_cpu() 89 if (status != 0) { in smp_startup_cpu() 90 printk(KERN_ERR "start-cpu failed: %i\n", status); in smp_startup_cpu()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/ |
H A D | mpc5121_ads_cpld.c | 26 * 0x02 pci status is read from pci status register 31 * Nothing to ignore in pci status register 89 u8 status = in_8(statusp); in cpld_pic_get_irq() local 93 status |= (ignore | mask); in cpld_pic_get_irq() 95 if (status == 0xff) in cpld_pic_get_irq() 98 return ffz(status) + offset; in cpld_pic_get_irq()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_current_pid_tgid_new_ns.c | 57 int status; in main() local 60 waitpid(pid, &status, 0); in main() 72 int status; in main() local 73 waitpid(pid, &status, 0); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/ |
H A D | clone3.c | 45 int status; in call_clone3() local 96 if (waitpid(-1, &status, __WALL) < 0) { in call_clone3() 100 if (WEXITSTATUS(status)) in call_clone3() 101 return WEXITSTATUS(status); in call_clone3()
|
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
H A D | fw_namespace.c | 82 int status; in test_fw_in_ns() local 84 pid = waitpid(child, &status, 0); in test_fw_in_ns() 93 if (!WIFEXITED(status)) { in test_fw_in_ns() 98 return WEXITSTATUS(status) == EXIT_SUCCESS ? true : false; in test_fw_in_ns()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | acpi.c | 63 acpi_status status; in acpi_fadt_sanity_check() local 70 status = acpi_get_table(ACPI_SIG_FADT, 0, &table); in acpi_fadt_sanity_check() 71 if (ACPI_FAILURE(status)) { in acpi_fadt_sanity_check() 72 const char *msg = acpi_format_exception(status); in acpi_fadt_sanity_check()
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-dreamcast/ |
H A D | irq.c | 45 #define ESR_BASE 0x005f6900 /* Base event status register */ 107 __u32 emr, esr, status, level; in systemasic_irq_demux() local 127 status = inl(esr); in systemasic_irq_demux() 128 status &= inl(emr); in systemasic_irq_demux() 132 if (status & bit) { in systemasic_irq_demux()
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | common.c | 118 * A simple handler for the regular PCI status errors, called from IRQ 122 unsigned int status, in pcibios_handle_status_errors() 127 if (status & PCI_STATUS_REC_MASTER_ABORT) { in pcibios_handle_status_errors() 132 if (status & PCI_STATUS_REC_TARGET_ABORT) { in pcibios_handle_status_errors() 142 if (status & (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY)) { in pcibios_handle_status_errors() 121 pcibios_handle_status_errors(unsigned long addr, unsigned int status, struct pci_channel *hose) pcibios_handle_status_errors() argument
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | stmpe-spi.c | 23 int status = spi_w8r16(spi, reg | READ_CMD); in spi_reg_read() local 25 return (status < 0) ? status : status >> 8; in spi_reg_read()
|