Searched refs:SLOT (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dhpc3130.h56 #define HPC3130_GENERAL_CONFIG_REG(SLOT) (0x00 + ((SLOT) * 8))
57 #define HPC3130_HP_STATUS_REG(SLOT) (0x01 + ((SLOT) * 8))
58 #define HPC3130_HP_CONTROL_REG(SLOT) (0x02 + ((SLOT) * 8))
59 #define HPC3130_ATTENTION_INDICATOR(SLOT) (0x03 + ((SLOT) * 8))
60 #define HPC3130_INTERRUPT_STATUS_REG(SLOT) (0x06 + ((SLOT) *
[all...]
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Ddaktari.h67 #define DAK_GETAID(SLOT, RELCPU) (((SLOT&2)<<1)|(SLOT&1)|((RELCPU)<<1))
69 #define DAK_GET_SBD_APID(BUF, SZ, SLOT) (void) snprintf((BUF), (SZ), "SB%c", \
70 'a'+(SLOT))
73 #define DAK_GET_PCI_APID(BUF, SZ, SLOT) (void) snprintf((BUF), \
75 (SLOT))
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb_led.h55 SLOT = 0 enumerator in enum:__anon9858
H A Dmct_topology.h180 SLOT = 0, enumerator in enum:__anon9846
/illumos-gate/usr/src/uts/sun4u/cherrystone/sys/
H A Dcherrystone.h66 #define CHERRYSTONE_GETAID(SLOT, SID) (((SLOT&2)<<1)|(SLOT&1)|((SID)<<1))
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2104 "SLOT", "PDU", "POWER SUPPLY", "DISK", "FAN", "ALARM",
2140 case SLOT:
2147 code = FRU_UNIT_TO_EVCODE(SLOT, suip->unit_number);
2486 if (suip->unit_type == SLOT && !(scsb->scsb_state & SCSB_P10_PROM)) {
2536 } else if (suip->unit_type == SLOT &&
2557 if (suip->unit_type != SLOT && scsb->scsb_state &
2573 if (suip->unit_type == SLOT && !(scsb->scsb_state & SCSB_P10_PROM)) {
2602 (IS_SCB_P10 && suip->unit_type != SLOT) ||
2702 if (fru_type == SLOT && (scsb->scsb_state &
2778 * Special SLOT handlin
[all...]
H A Dhsc.c403 sunit.unit_type = SLOT;
716 sunit.unit_type = SLOT;
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c109 &(dp)->tx_buf[SLOT((dp)->tx_slots_base + (sn), (dp)->gc.gc_tx_buf_size)]
423 SLOT(head, dp->gc.gc_rx_ring_size), nslot,
443 SLOT(dp->tx_active_head, dp->gc.gc_tx_buf_size),
445 SLOT(dp->tx_active_tail, dp->gc.gc_tx_buf_size),
448 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size),
450 SLOT(dp->tx_softq_tail, dp->gc.gc_tx_buf_size),
453 SLOT(dp->tx_free_head, dp->gc.gc_tx_buf_size),
455 SLOT(dp->tx_free_tail, dp->gc.gc_tx_buf_size),
458 SLOT(dp->tx_desc_head, dp->gc.gc_tx_ring_size),
460 SLOT(d
[all...]
H A Dsfe.c1233 SLOT(start_slot + 1, tx_ring_size),
1293 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot + ndesc - 1, tx_ring_size)];
1339 n = SLOT(slot + i, tx_ring_size);
1497 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot - 1, tx_ring_size)];
1517 &dp->rx_ring[SFE_DESC_SIZE * SLOT(slot - 1, rx_ring_size)];
1601 SLOT(dp->rx_active_head, rx_ring_size));
H A Dsfe_util.h183 #define SLOT(seqnum, size) (((unsigned int)(seqnum)) & ((size)-1)) macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c693 pks_topo->max_units[SLOT], 0);
694 for (i = 0; i < pks_topo->max_units[SLOT]; ++i) {
1213 max_slots_minus_cpu = scsb_ks_topo.max_units[SLOT]-1;
1418 scsb_ks_topo.max_units[SLOT], 0);
1496 for (i = 0; i < scsb_ks_topo.max_units[SLOT]; ++i) {
1501 mcfru_type = prtdiag_fru_types[SLOT];
1527 mcfru_type = prtdiag_fru_types[SLOT];
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h84 #define SLOT(dp, n) ((n) % (dp)->ugc.usbgc_tx_list_max) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1466 #define FORALL_AUTHRECORDS(SLOT,AG,AR) \
1467 for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) \
1468 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \
2491 #define FORALL_CACHERECORDS(SLOT,CG,CR) \
2492 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \
2493 for ((CG)=m->rrcache_hash[(SLOT)]; (C
[all...]

Completed in 136 milliseconds