Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c575 int ro, candelete, geom, ssopt, pssopt; in blockif_open() local
671 candelete = geom = 0; in blockif_open()
686 candelete = arg.value.i; in blockif_open()
692 candelete = fpathconf(fd, _PC_DEALLOC_PRESENT) == 1; in blockif_open()
742 if (nodelete == 0 && ioctl(fd, DKIOC_CANFREE, &candelete)) in blockif_open()
743 candelete = 0; in blockif_open()
766 candelete = 1; in blockif_open()
814 bc->bc_candelete = candelete; in blockif_open()
H A Dpci_ahci.c1034 int sectsz, psectsz, psectoff, candelete, ro; in ata_identify_init() local
1039 candelete = blockif_candelete(p->bctx); in ata_identify_init()
1099 if (candelete && !ro) { in ata_identify_init()