HomeSort by: relevance | last modified time | path
    Searched defs:hdp (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/dev/usb/
t_hid.c 243 struct hid_data *hdp; local in function:ATF_TC_BODY
250 hdp = hid_start_parse(just_pop_report_descriptor,
252 while (hid_get_item(hdp, &hi) > 0) {
254 hid_end_parse(hdp);
  /src/sys/dev/vme/
xyreg.h 98 volatile u_char hdp:1; /* hold dual port drive */ member in struct:xy_iopb
  /src/sys/arch/sun3/dev/
xyreg.h 99 volatile u_char hdp:1; /* hold dual port drive */ member in struct:xy_iopb
  /src/sys/dev/ic/
isp_library.c 251 isp_hdl_t *hdp; local in function:isp_allocate_xs
253 hdp = isp->isp_xffree;
254 if (hdp == NULL) {
257 isp->isp_xffree = hdp->cmd;
258 hdp->cmd = xs;
259 hdp->handle = (hdp - isp->isp_xflist);
260 hdp->handle |= (ISP_HANDLE_INITIATOR << ISP_HANDLE_USAGE_SHIFT);
261 hdp->handle |= (isp->isp_seqno++ << ISP_HANDLE_SEQ_SHIFT);
262 *handlep = hdp->handle
631 isp_hdl_t *hdp; local in function:isp_clear_commands
2257 isp_hdl_t *hdp; local in function:isp_allocate_xs_tgt
    [all...]
isp.c 5727 isp_hdl_t *hdp; local in function:isp_parse_async_fc
5729 hdp = &isp->isp_xflist[i];
5730 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) {
5733 xs = hdp->cmd;

Completed in 18 milliseconds