Home
last modified time | relevance | path

Searched defs:csts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-sou.c180 struct csts { struct
182 unsigned int csts:32; member
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2174 nvme_reg_csts_t csts; in nvme_wait_cmd() local
3053 nvme_reg_csts_t csts; in nvme_reset() local
3101 nvme_reg_csts_t csts; in nvme_shutdown() local
3682 nvme_reg_csts_t csts; in nvme_init() local
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h161 #define NVME_CSTS_GET_SHST(csts) (((csts) >> NVME_CSTS_REG_SHST_SHIFT) & NVME_CSTS_REG_SHST_MASK) argument
621 uint32_t csts; /* controller status */ member