Searched refs:cp_nportals (Results 1 - 3 of 3) sorted by last modified time

/freebsd-9.3-release/bin/chio/
H A Dchio.c454 if (data.cp_nportals)
455 (void) printf(", %d portal%s", data.cp_nportals,
456 (data.cp_nportals > 1) ? "s" : "");
636 count = cp.cp_nportals;
637 else if (count > cp.cp_nportals)
1070 + cp.cp_npickers + cp.cp_nportals);
1114 if (cp.cp_nportals > 0 ) {
1118 cesr.cesr_element_count = cp.cp_nportals;
1126 ces += cp.cp_nportals;
/freebsd-9.3-release/sys/sys/
H A Dchio.h122 u_int16_t cp_nportals; /* number of import/export portals */ member in struct:changer_params
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c835 cp->cp_nportals = softc->sc_counts[CHET_IE];

Completed in 116 milliseconds