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 | 855 struct thr_coredump_req *tcq; in kern_ptrace() local 1581 tcq = malloc(sizeof(*tcq), M_TEMP, M_WAITOK | M_ZERO); in kern_ptrace() 1605 tcq->tc_vp = fp->f_vnode; in kern_ptrace() 1606 tcq->tc_limit = pc->pc_limit == 0 ? OFF_MAX : pc->pc_limit; in kern_ptrace() 1607 tcq->tc_flags = SVC_PT_COREDUMP; in kern_ptrace() 1609 tcq->tc_flags |= SVC_NOCOMPRESS; in kern_ptrace() 1611 tcq->tc_flags |= SVC_ALL; in kern_ptrace() 1612 td2->td_remotereq = tcq; in kern_ptrace() 1617 error = tcq->tc_error; in kern_ptrace() 1623 free(tcq, M_TEMP); in kern_ptrace()
|
H A D | kern_sig.c | 2645 struct thr_coredump_req *tcq) in ptrace_coredumpreq() argument 2650 tcq->tc_error = ENOSYS; in ptrace_coredumpreq() 2654 rl_cookie = vn_rangelock_wlock(tcq->tc_vp, 0, OFF_MAX); in ptrace_coredumpreq() 2655 tcq->tc_error = p->p_sysent->sv_coredump(td, tcq->tc_vp, in ptrace_coredumpreq() 2656 tcq->tc_limit, tcq->tc_flags); in ptrace_coredumpreq() 2657 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
|