Home
last modified time | relevance | path

Searched refs:VTBLK_BLK_ID_BYTES (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_block.c79 #define VTBLK_BLK_ID_BYTES 20 + 1 macro
206 char vbsc_ident[VTBLK_BLK_ID_BYTES];
494 bzero(sc->vbsc_ident, VTBLK_BLK_ID_BYTES); in pci_vtblk_init()
497 strlcpy(sc->vbsc_ident, serial, VTBLK_BLK_ID_BYTES); in pci_vtblk_init()
503 snprintf(sc->vbsc_ident, VTBLK_BLK_ID_BYTES, in pci_vtblk_init()