NVME_CC_SHN_R
(NVME_CC_SHN_R(cc) == NVME_CC_SHN_NORMAL) ? ", Normal shutdown" : "",
(NVME_CC_SHN_R(cc) == NVME_CC_SHN_ABRUPT) ? ", Abrupt shutdown" : "",
printf("%s: shn %u\n", DEVNAME(sc), NVME_CC_SHN_R(r4));