/openbmc/linux/kernel/ |
H A D | exit.c | 1103 struct waitid_info *infop; in wait_task_zombie() local 1212 infop = wo->wo_info; in wait_task_zombie() 1213 if (infop) { in wait_task_zombie() 1215 infop->cause = CLD_EXITED; in wait_task_zombie() 1216 infop->status = status >> 8; in wait_task_zombie() 1218 infop->cause = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie() 1219 infop->status = status & 0x7f; in wait_task_zombie() 1221 infop->pid = pid; in wait_task_zombie() 1222 infop->uid = uid; in wait_task_zombie() 1261 struct waitid_info *infop; in wait_task_stopped() local [all …]
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_thread.h | 39 struct image_info *infop) in target_thread_init() argument 41 regs->sepc = infop->entry; in target_thread_init() 42 regs->regs[xRA] = infop->entry; in target_thread_init() 43 regs->regs[xA0] = infop->start_stack; in target_thread_init() 44 regs->regs[xSP] = ROUND_DOWN(infop->start_stack, 16); in target_thread_init()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_thread.h | 51 struct image_info *infop) in target_thread_init() argument 53 abi_long stack = infop->start_stack; in target_thread_init() 61 if (infop->entry & 1) { in target_thread_init() 64 regs->ARM_pc = infop->entry & 0xfffffffe; in target_thread_init() 66 regs->ARM_lr = infop->entry & 0xfffffffe; in target_thread_init()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_thread.h | 31 struct image_info *infop) in target_thread_init() argument 34 regs->rsp = ((infop->start_stack - 8) & ~0xfUL) + 8; in target_thread_init() 35 regs->rip = infop->entry; in target_thread_init() 36 regs->rdi = infop->start_stack; in target_thread_init()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_thread.h | 46 struct image_info *infop) in target_thread_init() argument 48 abi_long stack = infop->start_stack; in target_thread_init() 56 regs->regs[0] = infop->start_stack; in target_thread_init() 57 regs->pc = infop->entry; in target_thread_init()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 172 static inline void init_thread(struct target_pt_regs *regs, struct image_info *infop) in init_thread() argument 175 regs->rsp = infop->start_stack; in init_thread() 176 regs->rip = infop->entry; in init_thread() 271 struct image_info *infop) in init_thread() argument 273 regs->esp = infop->start_stack; in init_thread() 274 regs->eip = infop->entry; in init_thread() 348 struct image_info *infop) in init_thread() argument 350 abi_long stack = infop->start_stack; in init_thread() 354 if (infop->entry & 1) { in init_thread() 357 regs->uregs[15] = infop->entry & 0xfffffffe; in init_thread() [all …]
|
H A D | linuxload.c | 142 struct target_pt_regs *regs, struct image_info *infop, in loader_exec() argument 163 retval = load_elf_binary(bprm, infop); in loader_exec() 169 retval = load_flt_binary(bprm, infop); in loader_exec() 179 do_init_thread(regs, infop); in loader_exec()
|
H A D | loader.h | 85 void do_init_thread(struct target_pt_regs *regs, struct image_info *infop); 89 struct target_pt_regs *regs, struct image_info *infop,
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_thread.h | 31 struct image_info *infop) in target_thread_init() argument 33 regs->esp = infop->start_stack; in target_thread_init() 34 regs->eip = infop->entry; in target_thread_init()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_cpu.h | 50 static inline uint32_t get_ppc64_abi(struct image_info *infop) in get_ppc64_abi() argument 52 return infop->elf_flags & EF_PPC64_ABI; in get_ppc64_abi()
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 148 struct target_pt_regs *regs, struct image_info *infop, in loader_exec() argument 196 retval = load_elf_binary(bprm, regs, infop); in loader_exec() 205 do_init_thread(regs, infop); in loader_exec()
|
H A D | qemu.h | 159 void do_init_thread(struct target_pt_regs *regs, struct image_info *infop); 163 struct target_pt_regs *regs, struct image_info *infop,
|
H A D | elfload.c | 829 void do_init_thread(struct target_pt_regs *regs, struct image_info *infop) in do_init_thread() argument 832 target_thread_init(regs, infop); in do_init_thread()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 393 struct lpfc_nvmet_ctx_info *infop; in lpfc_nvmet_ctxbuf_post() local 504 infop = lpfc_get_ctx_list(phba, cpu, ctxp->idx); in lpfc_nvmet_ctxbuf_post() 505 spin_lock_irqsave(&infop->nvmet_ctx_list_lock, iflag); in lpfc_nvmet_ctxbuf_post() 506 list_add_tail(&ctx_buf->list, &infop->nvmet_ctx_list); in lpfc_nvmet_ctxbuf_post() 507 infop->nvmet_ctx_list_cnt++; in lpfc_nvmet_ctxbuf_post() 508 spin_unlock_irqrestore(&infop->nvmet_ctx_list_lock, iflag); in lpfc_nvmet_ctxbuf_post() 1431 struct lpfc_nvmet_ctx_info *infop) in __lpfc_nvmet_clean_io_for_cpu() argument 1436 spin_lock_irqsave(&infop->nvmet_ctx_list_lock, flags); in __lpfc_nvmet_clean_io_for_cpu() 1438 &infop->nvmet_ctx_list, list) { in __lpfc_nvmet_clean_io_for_cpu() 1458 spin_unlock_irqrestore(&infop->nvmet_ctx_list_lock, flags); in __lpfc_nvmet_clean_io_for_cpu() [all …]
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 961 static int rdma_supported(const struct cxgb4_lld_info *infop) in rdma_supported() argument 963 return infop->vr->stag.size > 0 && infop->vr->pbl.size > 0 && in rdma_supported() 964 infop->vr->rq.size > 0 && infop->vr->qp.size > 0 && in rdma_supported() 965 infop->vr->cq.size > 0; in rdma_supported() 968 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc() argument 973 if (!rdma_supported(infop)) { in c4iw_alloc() 975 pci_name(infop->pdev)); in c4iw_alloc() 978 if (!ocqp_supported(infop)) in c4iw_alloc() 980 pci_name(infop->pdev)); in c4iw_alloc() 987 devp->rdev.lldi = *infop; in c4iw_alloc() [all …]
|
H A D | iw_cxgb4.h | 916 static inline int ocqp_supported(const struct cxgb4_lld_info *infop) in ocqp_supported() argument 919 return infop->vr->ocq.size > 0; in ocqp_supported()
|
/openbmc/openbmc/poky/meta/recipes-support/db/db/ |
H A D | 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch | 70 @@ -276,7 +276,7 @@ __memp_bh_freeze(dbmp, infop, hp, bhp, need_frozenp) 79 @@ -428,7 +428,7 @@ __memp_bh_thaw(dbmp, infop, hp, frozen_bhp, alloc_bhp)
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.h | 78 int sigwrap_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
|
H A D | EINTR_wrappers.c | 724 int sigwrap_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) in sigwrap_waitid() argument 728 int Result = waitid(idtype, id, infop, options); in sigwrap_waitid()
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.h | 78 int sigwrap_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
|
H A D | EINTR_wrappers.c | 797 int sigwrap_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) in sigwrap_waitid() argument 801 int Result = waitid(idtype, id, infop, options); in sigwrap_waitid()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_rx.c | 890 u8 *infop = (u8 *)&term_info; in siw_proc_terminate() local 919 memset(infop, 0, sizeof(term_info)); in siw_proc_terminate() 921 skb_copy_bits(skb, srx->skb_offset, infop, to_copy); in siw_proc_terminate() 927 infop += to_copy; in siw_proc_terminate() 940 skb_copy_bits(skb, srx->skb_offset, infop, to_copy); in siw_proc_terminate()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 79 static void *ch_ipsec_uld_add(const struct cxgb4_lld_info *infop); 102 static void *ch_ipsec_uld_add(const struct cxgb4_lld_info *infop) in ch_ipsec_uld_add() argument 113 u_ctx->lldi = *infop; in ch_ipsec_uld_add()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.h | 35 struct __wrusage *wrusage, siginfo_t *infop);
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | xfarray.c | 444 struct xfarray_sortinfo **infop) in xfarray_sortinfo_alloc() argument 491 *infop = si; in xfarray_sortinfo_alloc()
|