Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dnvme.c285 u_int32_t cc, csts; in nvme_disable() local
289 csts = nvme_read4(sc, NVME_CSTS); in nvme_disable()
290 if (!ISSET(csts, NVME_CSTS_CFS) && in nvme_disable()
555 u_int32_t cc, csts; in nvme_shutdown() local
573 csts = nvme_read4(sc, NVME_CSTS); in nvme_shutdown()
574 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_DONE) in nvme_shutdown()
1957 uint32_t cc, csts, vs; in nvme_bioctl_inq() local
1998 csts = nvme_read4(sc, NVME_CSTS); in nvme_bioctl_inq()
2011 ISSET(csts, NVME_CSTS_RDY) ? "" : "Not ", in nvme_bioctl_inq()
2012 ISSET(csts, NVME_CSTS_CFS) ? ", Fatal Error, " : "", in nvme_bioctl_inq()
[all …]
/openbsd/sbin/isakmpd/
H A Dipsec_fld.fld32 # XXX There are num-declared fields below that really are csts.
H A Disakmp_fld.fld32 # XXX There are num-declared fields below that really are csts.
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_opregion.c82 u32 csts; /* notification status */ member
672 acpi->csts = 0; in intel_opregion_video_event()
1215 opregion->acpi->csts = 0; in intel_opregion_resume_display()