Searched refs:start_slot (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c480 acl_removeentries(acl_t *acl, acl_t *removeacl, int start_slot, int flag) argument
508 (acl->acl_entry_size * start_slot);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c1285 int slots, start_slot; local
1321 start_slot = 0;
1323 for (slot = start_slot; slot <= slots; slot++) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c1492 int slots, start_slot; local
1524 start_slot = 1;
1525 for (slot = start_slot; slot <= slots; slot++) {
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1225 sfe_tx_start(struct gem_dev *dp, int start_slot, int nslot) argument
1233 SLOT(start_slot + 1, tx_ring_size),
1237 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * start_slot];
1240 gem_tx_desc_dma_sync(dp, start_slot, 1, DDI_DMA_SYNC_FORDEV);
H A Dsfe_util.c1215 seqnum_t start_slot, seqnum_t end_slot, uint64_t flags)
1226 sn = start_slot;
1214 gem_tx_load_descs_oo(struct gem_dev *dp, seqnum_t start_slot, seqnum_t end_slot, uint64_t flags) argument
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3039 short start_slot = slot; local
3043 EPRINTF1("fas_ustart: start_slot=%x\n", fas->f_next_slot);
3079 } while (slot != start_slot);
8440 int start_slot = -1; local
8463 if (start_slot == -1) {
8464 start_slot = slot;
8475 if (start_slot != -1 && fas->f_state == STATE_FREE) {
8631 short slot, start_slot; local
8709 start_slot = fas->f_next_slot;
8710 slot = start_slot;
[all...]

Completed in 122 milliseconds