Searched refs:masked (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strperm.c | 52 int masked; in strperm() local 57 masked = 1; in strperm() 61 masked = 0; in strperm() 152 if (!masked) in strperm() 154 masked = 1; in strperm()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite.shlib | 39 # value to prevent real failures from being masked by the unexpected
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 1514 int masked; in ec_mask_evtchn() local 1525 masked = (old & bit) == 0; in ec_mask_evtchn() 1526 if (masked) { in ec_mask_evtchn() 1533 return (masked); in ec_mask_evtchn()
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_hw.c | 3043 ath9k_hw_getisr(struct ath_hal *ah, enum ath9k_int *masked) in ath9k_hw_getisr() argument 3063 *masked = 0; in ath9k_hw_getisr() 3068 *masked = 0; in ath9k_hw_getisr() 3092 *masked = 0; in ath9k_hw_getisr() 3096 *masked = isr & ATH9K_INT_COMMON; in ath9k_hw_getisr() 3100 *masked |= ATH9K_INT_RX; in ath9k_hw_getisr() 3104 *masked |= ATH9K_INT_RX; in ath9k_hw_getisr() 3110 *masked |= ATH9K_INT_TX; in ath9k_hw_getisr() 3130 *masked |= ATH9K_INT_TIM_TIMER; in ath9k_hw_getisr() 3134 *masked |= mask2; in ath9k_hw_getisr() [all …]
|
H A D | arn_ath9k.h | 1027 boolean_t ath9k_hw_getisr(struct ath_hal *ah, enum ath9k_int *masked);
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 1302 int masked; member
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 1880 int waited, ioapic_ix, intin_no, level, repeats, rdt_entry, masked; in apix_intx_rebind() local 1913 if ((masked = (rdt_entry & AV_MASK)) == 0) { in apix_intx_rebind() 1929 if ((masked == 0) && ((rdt_entry & AV_PENDING) != 0) && in apix_intx_rebind()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_ciss.c | 181 smrt_write_lun_addr_phys(LUNAddr_t *lun, boolean_t masked, unsigned bus, in smrt_write_lun_addr_phys() argument 184 lun->PhysDev.Mode = masked ? MASK_PERIPHERIAL_DEV_ADDR : in smrt_write_lun_addr_phys()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 16064 new_entry->masked = 0; in fcp_add_one_mask() 16080 remote_port->masked++; in fcp_should_mask() 16081 if (remote_port->masked == 1) { in fcp_should_mask()
|