Home
last modified time | relevance | path

Searched refs:bitset_copy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbitset.h88 void bitset_copy(bitset_t *, bitset_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c360 bitset_copy(bitset_t *src, bitset_t *dest) in bitset_copy() function
H A Ddamap.c965 bitset_copy(&mapp->dam_active_set, bsp); in damap_lookup_all()
1475 bitset_copy(&mapp->dam_active_set, in dam_addr_stable_cb()
1561 bitset_copy(&mapp->dam_report_set, &mapp->dam_stable_set); in dam_addrset_stable_cb()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10470 bitset_copy(phys, cphys); in sas_phymap_ua2phys()