Searched refs:masked (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrperm.c52 int masked; local
57 masked = 1;
61 masked = 0;
152 if (!masked)
154 masked = 1;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c251 /* ensure evtchn is masked till we're ready to use it */
980 * only be used in a situation where interrupts are masked, otherwise we have a
1488 * interrupt edge' if the channel is masked.
1514 int masked; local
1525 masked = (old & bit) == 0;
1526 if (masked) {
1533 return (masked);
1587 * The evtchn must be masked
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c3043 ath9k_hw_getisr(struct ath_hal *ah, enum ath9k_int *masked) argument
3063 *masked = 0;
3068 *masked = 0;
3092 *masked = 0;
3096 *masked = isr & ATH9K_INT_COMMON;
3100 *masked |= ATH9K_INT_RX;
3104 *masked |= ATH9K_INT_RX;
3110 *masked |= ATH9K_INT_TX;
3130 *masked |= ATH9K_INT_TIM_TIMER;
3134 *masked |
[all...]
H A Darn_ath9k.h1027 boolean_t ath9k_hw_getisr(struct ath_hal *ah, enum ath9k_int *masked);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c451 * cause an error interrupt, even if the entry is masked...so
639 * masked by the IF flag.
1317 * masked off the MSI/X bits in hdlp->ih_type if not
1624 * Function is not masked, then mask "inum"th
1880 int waited, ioapic_ix, intin_no, level, repeats, rdt_entry, masked; local
1913 if ((masked = (rdt_entry & AV_MASK)) == 0) {
1921 * just before we masked, check for that case here.
1924 * RDT entry to remain masked for the rest of the
1929 if ((masked == 0) && ((rdt_entry & AV_PENDING) != 0) &&
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1296 * LUN number which need to be masked.
1302 int masked; member in struct:fcp_black_list_entry
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2903 /* Scan each lun to see if we have masked it. */
2940 * to reconfigure. We will skip LUNs that are masked because of the
7810 /* We will skip masked LUNs because of the blacklist. */
16054 new_entry->masked = 0;
16071 remote_port->masked++;
16072 if (remote_port->masked == 1) {
16075 "is masked due to black listing.\n",

Completed in 118 milliseconds