Searched refs:ata_string (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_ahci.c | 580 ata_string(uint8_t *dest, const char *src, int len) in ata_string() function 1003 ata_string((uint8_t *)(buf+10), p->ident, 20); in handle_identify() 1004 ata_string((uint8_t *)(buf+23), "001", 8); in handle_identify() 1005 ata_string((uint8_t *)(buf+27), "BHYVE SATA DISK", 40); in handle_identify() 1092 ata_string((uint8_t *)(buf+10), p->ident, 20); in handle_atapi_identify() 1093 ata_string((uint8_t *)(buf+23), "001", 8); in handle_atapi_identify() 1094 ata_string((uint8_t *)(buf+27), "BHYVE SATA DVD ROM", 40); in handle_atapi_identify()
|