CTD_ALL
if (errno = ct_status_read(fd, opt_verbose ? CTD_ALL : CTD_COMMON,
err = ct_status_read(csfd, CTD_ALL, &s);
ret = ct_status_read(fd, CTD_ALL, &ctstat);
if ((errno = ct_status_read(fd, CTD_ALL, &st)) != 0)
err = ct_status_read(fd, CTD_ALL, &ctst);
if (ct_status_read(statfd, CTD_ALL, &stathdl) != 0) {
ASSERT(detail == CTD_FIXED || detail == CTD_ALL);
ASSERT(detail == CTD_ALL);
if (detail == CTD_ALL) {
} else if (detail <= CTD_ALL) {