Home
last modified time | relevance | path

Searched refs:infop (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/kernel/
H A Dexit.c1103 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 Dtarget_arch_thread.h39 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 Dtarget_arch_thread.h51 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 Dtarget_arch_thread.h31 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 Dtarget_arch_thread.h46 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 Delfload.c172 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 Dlinuxload.c142 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 Dloader.h85 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 Dtarget_arch_thread.h31 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 Dtarget_cpu.h50 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 Dbsdload.c148 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 Dqemu.h159 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 Delfload.c829 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 Dlpfc_nvmet.c393 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 Ddevice.c961 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 Diw_cxgb4.h916 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 D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch70 @@ -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 DEINTR_wrappers.h78 int sigwrap_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
H A DEINTR_wrappers.c724 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 DEINTR_wrappers.h78 int sigwrap_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
H A DEINTR_wrappers.c797 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 Dsiw_qp_rx.c890 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 Dchcr_ipsec.c79 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 Dos-proc.h35 struct __wrusage *wrusage, siginfo_t *infop);
/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.c444 struct xfarray_sortinfo **infop) in xfarray_sortinfo_alloc() argument
491 *infop = si; in xfarray_sortinfo_alloc()

12