Home
last modified time | relevance | path

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

/freebsd-10-stable/bin/chio/
Dchio.c452 data.cp_ndrives, (data.cp_ndrives > 1) ? "s" : "", in do_params()
644 count = cp.cp_ndrives; in do_status()
645 else if (count > cp.cp_ndrives) in do_status()
1069 total_elem = (cp.cp_nslots + cp.cp_ndrives in find_element()
1097 if (cp.cp_ndrives > 0 ) { in find_element()
1102 cesr.cesr_element_count = cp.cp_ndrives; in find_element()
1110 ces += cp.cp_ndrives; in find_element()
/freebsd-10-stable/sys/sys/
Dchio.h123 u_int16_t cp_ndrives; /* number of drives */ member
/freebsd-10-stable/sys/cam/scsi/
Dscsi_ch.c828 cp->cp_ndrives = softc->sc_counts[CHET_DT]; in chioctl()