Searched refs:vbsc_ident (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | pci_virtio_block.c | 191 char vbsc_ident[VTBLK_BLK_ID_BYTES]; member 278 SNAPSHOT_BUF_OR_LEAVE(sc->vbsc_ident, sizeof(sc->vbsc_ident), in pci_vtblk_snapshot() 414 strncpy(iov[1].iov_base, sc->vbsc_ident, in pci_vtblk_proc() 415 MIN(iov[1].iov_len, sizeof(sc->vbsc_ident))); in pci_vtblk_proc() 505 bzero(sc->vbsc_ident, VTBLK_BLK_ID_BYTES); in pci_vtblk_init() 508 strlcpy(sc->vbsc_ident, serial, VTBLK_BLK_ID_BYTES); in pci_vtblk_init() 514 snprintf(sc->vbsc_ident, VTBLK_BLK_ID_BYTES, in pci_vtblk_init()
|