Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/nvmecontrol/
H A Didentify_ext.c53 uint8_t compare, write_unc, dsm, t; in nvme_print_controller() local
64 write_unc = (oncs >> NVME_CTRLR_DATA_ONCS_WRITE_UNC_SHIFT) & in nvme_print_controller()
222 write_unc ? "Supported" : "Not Supported"); in nvme_print_controller()