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

  /src/sbin/umbctl/
umbctl.c 263 char fwinfo[UMB_FWINFO_MAXLEN + 1]; local in function:_umbctl_info
272 _utf16_to_char(umbi->fwinfo, UMB_FWINFO_MAXLEN, fwinfo, sizeof(fwinfo));
286 fwinfo, hwinfo);
  /src/sys/dev/usb/
if_umbreg.h 308 uint16_t fwinfo[UMB_FWINFO_MAXLEN]; member in struct:umb_info
  /src/sys/dev/pci/
arcmsr.c 662 struct arc_msg_firmware_info fwinfo; local in function:arc_query_firmware
681 arc_read_region(sc, ARC_REG_MSGBUF, &fwinfo, sizeof(fwinfo));
684 device_xname(self), htole32(fwinfo.signature));
686 if (htole32(fwinfo.signature) != ARC_FWINFO_SIGNATURE_GET_CONFIG) {
692 device_xname(self), htole32(fwinfo.request_len));
694 device_xname(self), htole32(fwinfo.queue_len));
696 device_xname(self), htole32(fwinfo.sdram_size));
698 device_xname(self), htole32(fwinfo.sata_ports));
700 strnvisx(string, sizeof(string), fwinfo.vendor, sizeof(fwinfo.vendor)
    [all...]

Completed in 14 milliseconds