/titanic_44/usr/src/uts/common/sys/ |
H A D | vuid_store.h | 84 char ints[VUID_BIT_ARRAY_SIZE]; member 106 (seg)->ints[(offset)/BITSPERBYTE] |= \ 109 (seg)->ints[(offset)/BITSPERBYTE] &= \ 112 ((seg)->ints[(offset)/BITSPERBYTE] & \
|
/titanic_44/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 439 if (LOOKUP_PROP(ints, ph, type, DDI_DEV_T_ANY, node, in print_pciid() 446 if (LOOKUP_PROP(ints, ph, type, DDI_DEV_T_ANY, node, in print_pciid()
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_hw.c | 3186 ath9k_hw_set_interrupts(struct ath_hal *ah, enum ath9k_int ints) in ath9k_hw_set_interrupts() argument 3195 "0x%x => 0x%x\n", omask, ints)); in ath9k_hw_set_interrupts() 3213 mask = ints & ATH9K_INT_COMMON; in ath9k_hw_set_interrupts() 3216 if (ints & ATH9K_INT_TX) { in ath9k_hw_set_interrupts() 3226 if (ints & ATH9K_INT_RX) { in ath9k_hw_set_interrupts() 3236 if (ints & (ATH9K_INT_BMISC)) { in ath9k_hw_set_interrupts() 3238 if (ints & ATH9K_INT_TIM) in ath9k_hw_set_interrupts() 3240 if (ints & ATH9K_INT_DTIM) in ath9k_hw_set_interrupts() 3242 if (ints & ATH9K_INT_DTIMSYNC) in ath9k_hw_set_interrupts() 3244 if (ints & ATH9K_INT_CABEND) in ath9k_hw_set_interrupts() [all …]
|
H A D | arn_ath9k.h | 1029 enum ath9k_int ath9k_hw_set_interrupts(struct ath_hal *ah, enum ath9k_int ints);
|
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 75 :{WS}*ints { return INTS; }
|
H A D | fsdb_yacc.y | 117 | avd | mvds | rvds | ints | fsds | root 468 ints : INTS { print_desc(NULL, INTS); }
|
/titanic_44/usr/src/uts/sparc/v9/ml/ |
H A D | ddi_v9_asm.s | 1088 rdpr %pstate, %o3 ! check ints 1091 or %g0, 1, %o0 ! Return failure if ints are disabled 1115 rdpr %pstate, %o3 ! check&enable ints 1522 rdpr %pstate, %o3 ! check ints 1548 rdpr %pstate, %o3 ! check&enable ints
|
H A D | syscall_trap.s | 176 ! If handler returns two ints, then we need to split the 64-bit
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 1203 ! There are old user windows in the register file. We disable ints
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic.h | 352 uint64_t ints; member
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 4112 int i, ints; in ztest_zap() local 4155 ints = MAX(ZTEST_ZAP_MIN_INTS, object % ZTEST_ZAP_MAX_INTS); in ztest_zap() 4178 ASSERT3U(zl_ints, ==, ints); in ztest_zap() 4183 for (i = 0; i < ints; i++) { in ztest_zap() 4206 for (i = 0; i < ints; i++) in ztest_zap() 4212 ints, value, tx)); in ztest_zap()
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 1091 ! There are old user windows in the register file. We disable ints
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 3055 int *ints; local 3083 DDI_PROP_DONTPASS, localmac_propname, &ints, &nelts); 3087 cidp->vendor_addr.addr[nelts] = ints[nelts]; 3090 ddi_prop_free(ints);
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 1290 tst %l2 ! any more high-level ints? 1299 bz,pt %xcc, 3f ! if l2 was zero, no more ints
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.mf | 1363 file path=opt/SUNWdtrt/tst/common/printf/tst.ints.d mode=0444 1364 file path=opt/SUNWdtrt/tst/common/printf/tst.ints.d.out mode=0444
|