Searched refs:tcq (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | fsl-mx25-tcq.txt | 7 - compatible: Should be "fsl,imx25-tcq". 28 tsc: tcq@50030400 { 29 compatible = "fsl,imx25-tcq";
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | fsl-imx25-tsadc.txt | 36 tsc: tcq@50030400 { 37 compatible = "fsl,imx25-tcq";
|
| /freebsd/sys/kern/ |
| H A D | sys_process.c | 893 struct thr_coredump_req *tcq; in kern_ptrace() local 1662 tcq = malloc(sizeof(*tcq), M_TEMP, M_WAITOK | M_ZERO); in kern_ptrace() 1686 tcq->tc_vp = fp->f_vnode; in kern_ptrace() 1687 tcq->tc_limit = pc->pc_limit == 0 ? OFF_MAX : pc->pc_limit; in kern_ptrace() 1688 tcq->tc_flags = SVC_PT_COREDUMP; in kern_ptrace() 1690 tcq->tc_flags |= SVC_NOCOMPRESS; in kern_ptrace() 1692 tcq->tc_flags |= SVC_ALL; in kern_ptrace() 1693 td2->td_remotereq = tcq; in kern_ptrace() 1698 error = tcq->tc_error; in kern_ptrace() 1704 free(tcq, M_TEMP); in kern_ptrace()
|
| H A D | kern_sig.c | 2659 struct thr_coredump_req *tcq) in ptrace_coredumpreq() argument 2666 tcq->tc_error = ENOSYS; in ptrace_coredumpreq() 2671 wctx.vp = tcq->tc_vp; in ptrace_coredumpreq() 2679 rl_cookie = vn_rangelock_wlock(tcq->tc_vp, 0, OFF_MAX); in ptrace_coredumpreq() 2680 tcq->tc_error = p->p_sysent->sv_coredump(td, &cdw, in ptrace_coredumpreq() 2681 tcq->tc_limit, tcq->tc_flags); in ptrace_coredumpreq() 2682 vn_rangelock_unlock(tcq->tc_vp, rl_cookie); in ptrace_coredumpreq()
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx25.dtsi | 308 tsc: tcq@50030400 { 309 compatible = "fsl,imx25-tcq";
|
| /freebsd/sys/dev/hptrr/ |
| H A D | him.h | 226 struct tcq_control tcq; member
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | him.h | 258 struct tcq_control tcq; member
|
| /freebsd/sys/dev/hptnr/ |
| H A D | him.h | 258 struct tcq_control tcq; member
|