| /src/sys/dev/pci/ |
| twe.c | 1747 struct twe_usercommand *tu; local 1755 tu = (struct twe_usercommand *)data; 1768 if (tu->tu_size > 0) { 1773 if (tu->tu_size > TWE_SECTOR_SIZE) { 1776 device_xname(twe->sc_dev), tu->tu_size); 1781 error = copyin(tu->tu_data, pdata, tu->tu_size); 1799 memcpy(ccb->ccb_cmd, &tu->tu_cmd, sizeof(struct twe_cmd)); 1819 memcpy(&tu->tu_cmd, ccb->ccb_cmd, sizeof(struct twe_cmd)); 1823 tu->tu_cmd.tc_opcode, tu->tu_cmd.tc_status) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| atom.h | 130 u8 tu:6; member in struct:nv50_head_atom::__anon5117
|
| /src/sys/net/ |
| bridgestp.c | 594 struct bstp_tcn_unit tu; local 625 tu.tu_message_type = tpdu.tbu_bpdutype; 628 bstp_received_tcn_bpdu(sc, bif, &tu);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display.h | 305 u32 tu; member in struct:intel_link_m_n
|
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 7077 ipftune_t tu; local 7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE); 7085 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; 7086 cookie = tu.ipft_cookie; 7103 cookie, &tu.ipft_cookie); 7106 tu.ipft_cookie = ta + 1; 7113 if (ta->ipft_sz > sizeof(tu.ipft_un)) { 7118 tu.ipft_vlong = 0; 7120 tu.ipft_vlong = *ta->ipft_plong [all...] |