Searched defs:cphys (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2871 char cphys, clog; local
2874 cphys = (alp->array[0]).ap_phys_id[0];
2882 if (cphys == '\0') {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10415 bitset_t *cphys = NULL; local
10427 cphys = kmem_alloc(sizeof (*cphys), KM_SLEEP);
10428 bitset_init(cphys);
10429 bitset_resize(cphys, SAS_PHY_NPHY);
10430 bitset_copy(phys, cphys);
10433 return ((sas_phymap_phys_t *)cphys);
10439 bitset_t *cphys = (bitset_t *)phys; local
10442 phy = bitset_find(cphys);
10444 bitset_del(cphys, ph
10451 bitset_t *cphys = (bitset_t *)phys; local
[all...]

Completed in 96 milliseconds