Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c617 nd->nsze = nvstore->size / nvstore->sectsz; in pci_nvme_init_nsdata_size()
631 nvstore->deallocate = blockif_candelete(nvstore->ctx); in pci_nvme_init_nsdata()
1952 if (sc->nvstore.ctx) in nvme_opc_format_nvm()
1953 free(sc->nvstore.ctx); in nvme_opc_format_nvm()
1954 sc->nvstore.ctx = calloc(1, sc->nvstore.size); in nvme_opc_format_nvm()
2212 if ((nvstore->size <= offset) || ((nvstore->size - offset) < bytes)) in pci_nvme_out_of_range()
3214 sc->nvstore.ctx = calloc(1, sc->nvstore.size); in pci_nvme_parse_config()
3231 sc->nvstore.size = blockif_size(sc->nvstore.ctx); in pci_nvme_parse_config()
3237 sc->nvstore.sectsz = blockif_sectsz(sc->nvstore.ctx); in pci_nvme_parse_config()
3239 (1U << sc->nvstore.sectsz_bits) < sc->nvstore.sectsz; in pci_nvme_parse_config()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dnvstore.c55 typedef struct nvstore { struct
59 STAILQ_ENTRY(nvstore) nvs_next; argument
62 typedef STAILQ_HEAD(store_list, nvstore) nvstore_list_t;
114 STAILQ_REMOVE(&stores, st, nvstore, nvs_next); in nvstore_fini()
164 COMMAND_SET(nvstore, "nvstore", "manage non-volatile data", command_nvstore);
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com36 nvstore.c \
55 nvstore.o \
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile56 SRCS += module.c linenoise.c multiboot2.c nvstore.c