Searched refs:thandle (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c549 td_thrhandle_t thandle;
574 val = p_td_ta_map_id2thr (main_ta, thread, &thandle);
581 val = p_td_thr_getgregs (&thandle, gregset);
592 val = p_td_thr_getfpregs (&thandle, &fpregset);
607 val = td_thr_getxregsize (&thandle, &xregsize);
615 val = td_thr_getxregs (&thandle, xregset);
627 td_thrhandle_t thandle;
646 val = p_td_ta_map_id2thr (main_ta, thread, &thandle);
658 val = p_td_thr_getgregs (&thandle, gregset);
662 val = p_td_thr_getfpregs (&thandle,
545 td_thrhandle_t thandle; local
623 td_thrhandle_t thandle; local
[all...]
/freebsd-9.3-release/sys/dev/tws/
H A Dtws_cam.c366 untimeout(tws_timeout, req, req->thandle);
384 untimeout(tws_timeout, req, req->thandle);
626 untimeout(tws_timeout, r, r->thandle);
642 untimeout(tws_timeout, r, r->thandle);
789 req->thandle = timeout(tws_timeout, req, (TWS_IO_TIMEOUT * hz));
836 req->thandle = timeout(tws_timeout, req, (TWS_IOCTL_TIMEOUT * hz));
H A Dtws_hdm.h413 struct callout_handle thandle; /* handle to req timeout */ member in struct:tws_request
H A Dtws_hdm.c164 req->thandle.callout = NULL;
H A Dtws.c848 r->thandle.callout = NULL;

Completed in 121 milliseconds