Searched defs:cix (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c355 int c, cix, i, lastoffline = -1, rv = 0; local
370 cix = dr_cpu_status(hp, devset, ds);
388 for (c = 0; c < cix; c++) {
398 if (c < cix)
/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c239 xt_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
241 if (!CPU_IN_SET(cpu_ready_set, cix)) {
244 xt_one_unchecked(cix, func, arg1, arg2);
252 xt_one_unchecked(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
274 CPUSET_ADD(tset, cix);
276 if (cix == lcx) {
289 send_one_mondo(cix);
421 xc_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
432 if (!CPU_IN_SET(cpu_ready_set, cix))
444 CPUSET_ADD(tset, cix);
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c424 int c, cix, i, lastoffline = -1, rv = 0; local
439 cix = dr_cpu_status(hp, devset, ds);
455 for (c = 0; c < cix; c++) {
465 if (c < cix)
/illumos-gate/usr/src/uts/common/io/
H A Davintr.c519 int cpu_in_chain, cix; local
526 for (cix = 0; cix < NCPU; cix++) {
527 cpup = cpu[cix];
528 if (cpup != NULL && CPU_IN_SET(cpus_to_check, cix)) {
532 CPUSET_DEL(cpus_to_check, cix);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c1748 uint8_t cix = rate_table->info[i].ctrl_rate; local
1757 cix,
1762 cix,
H A Darn_xmit.c1302 uint8_t rix = 0, cix, ctsrate = 0; local
1315 /* get the cix for the lowest valid rix */
1325 cix = rt->info[rix].ctrl_rate;
1340 cix = rt->info[sc->sc_protrix].ctrl_rate;
1359 cix = rt->info[sc->sc_protrix].ctrl_rate;
1370 * preamble is to be used. NB: cix is set above where RTS/CTS is enabled
1372 ctsrate = rt->info[cix].ratecode |
1373 (bf_isshpreamble(bf) ? rt->info[cix].short_preamble : 0);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c677 uint8_t rix, cix, txrate, ctsrate; local
854 cix = rt->info[rix].controlRate;
855 ctsrate = rt->info[cix].rateCode;
857 ctsrate |= rt->info[cix].shortPreamble;
866 rt, IEEE80211_ACK_SIZE, cix, shortPreamble);
873 rt, IEEE80211_ACK_SIZE, cix, shortPreamble);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c3982 int c, cix; local
3992 for (c = cix = 0; c < MAX_CMP_UNITS_PER_BOARD; c++) {
4013 cix++;
4016 return (cix);

Completed in 80 milliseconds