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

  /src/tests/lib/libusbhid/
t_usbhid.c 117 report_desc_t hrd; local in function:ATF_TC_BODY
124 ATF_REQUIRE((hrd = hid_use_report_desc(range_test_report_descriptor,
126 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi,
130 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi,
134 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi,
139 hid_dispose_report_desc(hrd);
140 hrd = NULL;
142 ATF_REQUIRE((hrd = hid_use_report_desc(
145 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi,
152 ATF_REQUIRE(hid_locate(hrd, 0xff000012U, hid_input, &hi
180 report_desc_t hrd; local in function:ATF_TC_BODY
242 report_desc_t hrd; local in function:ATF_TC_BODY
338 report_desc_t hrd; local in function:ATF_TC_BODY
426 report_desc_t hrd; local in function:ATF_TC_BODY
    [all...]
  /src/sys/kern/
uipc_mbufdebug.c 466 uint16_t hrd, op; local in function:m_examine_arp
483 hrd = ntohs(ar.ar_hrd);
484 (*pr)("ARP: AddressType = %u(", hrd);
485 switch (hrd) {

Completed in 11 milliseconds