Searched refs:curthread (Results 1 – 9 of 9) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_process.c | 66 td = (struct thread *)(UINTPTR)curthread; in usb_process_thread() 391 if (up->up_curtd == (struct thread *)(UINTPTR)curthread) { in usb_proc_mwait() 499 return (up->up_curtd == (struct thread *)(UINTPTR)curthread); in usb_proc_is_called_from()
|
D | usb_util.c | 218 error = priv_check(curthread, PRIV_DRIVER); in usb_check_request()
|
D | usb_generic.c | 128 DPRINTFN(1, "flag=0x%x pid=%d\n", fflags, curthread); in ugen_open() 159 DPRINTFN(1, "flag=0x%x pid=%d\n", fflags, curthread); in ugen_close() 856 error = priv_check(curthread, PRIV_DRIVER); in ugen_re_enumerate() 1721 err = priv_check(curthread, PRIV_DRIVER); in ugen_set_power_mode() 1868 err = priv_check(curthread, PRIV_DRIVER); in ugen_do_port_feature() 2337 error = priv_check(curthread, PRIV_DRIVER); in ugen_ioctl_post()
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | _thread_ref.h | 51 #define curthread (((LosTaskCB *)(OsCurrTaskGet()))->taskID) macro
|
/third_party/FreeBSD/sys/dev/usb/quirk/ |
D | usb_quirk.c | 764 err = priv_check(curthread, PRIV_DRIVER); in usb_quirk_ioctl() 802 err = priv_check(curthread, PRIV_DRIVER); in usb_quirk_ioctl()
|
/third_party/node/deps/v8/tools/ |
D | windbg.js | 198 return host.namespace.Debugger.State.DebuggerVariables.curthread
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 8511 curthread->td_ucred, curthread))) { 8529 (struct sockaddr *)&sin, curthread))) { 8537 curthread->td_ucred, curthread))) { 8555 (struct sockaddr *)&sin6, curthread))) {
|
D | sctp_pcb.c | 6400 thread_lock(curthread); 6401 sched_bind(curthread, wkq->cpuid); 6402 thread_unlock(curthread);
|
D | sctp_usrreq.c | 6662 error = priv_check(curthread,
|