Searched refs:slot (Results 226 - 250 of 354) sorted by relevance

1234567891011>>

/freebsd-current/contrib/xz/src/xz/
H A Dcoder.c210 coder_add_block_filters(const char *str, size_t slot) argument
213 if (chains_used_mask & (1U << slot))
214 lzma_filters_free(chains[slot], NULL);
216 str_to_filters(str, slot, 0);
218 chains_used_mask |= 1U << slot;
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c82 /* Note +1 for NULL terminator slot */
178 /* this will always have at least one slot for NULL termination */
397 kernel_feature_to_kobj(zfs_mod_kobj_t *parent, int slot, const char *name) argument
399 zfs_mod_kobj_t *zfs_kobj = &parent->zko_children[slot];
401 ASSERT3U(slot, <, KERNEL_FEATURE_COUNT);
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c50 * Print the name of a drive either by drive number as %2u or by enclosure:slot
168 uint8_t encl, slot; local
201 slot = val;
216 list->addr[i].slot_number == slot) {
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h294 llvm::Constant *&slot = Builder.Buffer[position.Index]; local
295 assert(slot == nullptr && "placeholder already filled");
296 slot = value;
/freebsd-current/sys/amd64/include/
H A Dvmm.h250 int vm_assign_pptdev(struct vm *vm, int bus, int slot, int func);
251 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
362 * Return true if device indicated by bus/slot/func is supposed to be a
367 bool vmm_is_pptdev(int bus, int slot, int func);
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c478 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: bad slot time %u\n",
589 uint32_t slot, timeout, eifs; local
606 slot = coverageclass * 3 * clkRate;
609 slot += IFS_SLOT_HALF_RATE;
612 slot += IFS_SLOT_QUARTER_RATE;
615 slot += IFS_SLOT_FULL_RATE;
626 * Write the values: slot, eifs, ack/cts timeouts.
628 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/freebsd-current/sys/dev/siis/
H A Dsiis.h342 u_int8_t slot; /* Number of this slot */ member in struct:siis_slot
345 union ccb *ccb; /* CCB occupying slot */
346 struct ata_dmaslot dma; /* DMA data of this slot */
373 struct siis_slot slot[SIIS_MAX_SLOTS]; member in struct:siis_channel
/freebsd-current/sys/powerpc/ps3/
H A Dps3-hvcall.h49 int lv1_write_htab_entry(uint64_t vas_id, uint64_t slot, uint64_t pte_hi, uint64_t pte_lo);
81 int lv1_read_htab_entries(uint64_t vas_id, uint64_t slot, uint64_t *hi1, uint64_t *hi2, uint64_t *hi3, uint64_t *hi4, uint64_t *rcbits);
/freebsd-current/sys/arm/nvidia/
H A Dtegra_pcie.c223 * [15:11] slot (device)
389 tegra_pcbib_map_cfg(struct tegra_pcib_softc *sc, u_int bus, u_int slot, argument
396 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) |
417 tegra_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, argument
432 (sc->ports[i]->port_idx == slot)) {
441 rv = tegra_pcbib_map_cfg(sc, bus, slot, func, reg);
466 tegra_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, argument
481 (sc->ports[i]->port_idx == slot)) {
490 rv = tegra_pcbib_map_cfg(sc, bus, slot, func, reg);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h41 /// This class represents an entry in the slot index list held in the
74 /// def slot of PHI-defs.
77 /// Early-clobber register use/def slot. A live range defined at
79 /// Slot_Register. Also used as the kill slot for live ranges tied to an
83 /// Normal register use/def slot. Normal instructions kill and define
84 /// register live ranges at this slot.
87 /// Dead def kill point. Kill slot for a live range that is defined by
106 /// Returns the slot for this SlotIndex.
121 // Creates a SlotIndex from an IndexListEntry and a slot. Generally should
124 SlotIndex(IndexListEntry *entry, unsigned slot) argument
[all...]
/freebsd-current/sys/dev/pci/
H A Dpci.c444 /* Find a device_t by bus/slot/function in domain 0 */
447 pci_find_bsf(uint8_t bus, uint8_t slot, uint8_t func) argument
450 return (pci_find_dbsf(0, bus, slot, func));
453 /* Find a device_t by domain/bus/slot/function */
456 pci_find_dbsf(uint32_t domain, uint8_t bus, uint8_t slot, uint8_t func) argument
463 (dinfo->cfg.slot == slot) &&
532 retval = printf("pci%d:%d:%d:%d: ", cfg->domain, cfg->bus, cfg->slot,
722 cfg->slot = s;
754 devlist_entry->conf.pc_sel.pc_dev = cfg->slot;
4131 pci_identify_function(device_t pcib, device_t dev, int domain, int busno, int slot, int func) argument
4292 int busno, slot, func; local
6078 int domain, bus, slot, func; local
[all...]
H A Dpci_pci.c89 int *bus, int *slot, int *func);
1013 * Send a HotPlug command to the slot control register. If this slot
1017 * invoked to post a new command based on the slot's state at that
1076 /* Card must be present in the slot. */
1080 /* A power fault implicitly turns off power to the slot. */
1084 /* If the MRL is disengaged, the slot is powered off. */
1472 /* Disable the card in the slot and force it to detach. */
1776 /* An empty HotPlug slot, so don't add a PCI bus yet. */
2732 * to the non-ARI slot/functio
2736 pcib_xlate_ari(device_t pcib, int bus, int *slot, int *func) argument
2816 pcib_ari_decode_rid(device_t pcib, uint16_t rid, int *bus, int *slot, int *func) argument
3000 uint8_t bus, slot, func; local
[all...]
/freebsd-current/sys/net/
H A Diflib.c921 struct netmap_slot *slot = &ring->slot[nm_i]; local
923 void *addr = PNMB(na, slot, &paddr);
931 nm_get_offset(kring, slot);
937 } else if (slot->flags & NS_BUF_CHANGED) {
944 slot->flags &= ~NS_BUF_CHANGED;
1019 * the corresponding slot in the NIC ring. Some drivers also
1020 * need to update the buffer's physical address in the NIC slot
1031 * to prefetch the next slot and txr entry.
1043 __builtin_prefetch(&ring->slot[nm_
1048 struct netmap_slot *slot = &ring->slot[nm_i]; local
1336 struct netmap_slot *slot; local
1361 struct netmap_slot *slot; local
[all...]
H A Dnetmap.h73 | ni_rx_rings | / | buf_idx, len | slot[0]
76 +================+ / | buf_idx, len | slot[1]
80 | txring_ofs[t] | | buf_idx, len | slot[n-1]
100 * Each slot has the index of a buffer (MTU-sized and residing in the
164 uint16_t len; /* length for this slot */
170 * The following flags control how the slot is used
186 * Request notification when slot is used by the hardware.
188 * may be unreported. This flag lets us know when a slot
210 * whose address is in the 'ptr' field in the slot.
217 * Set on all but the last slot o
325 struct netmap_slot slot[0]; /* array of slots. */ member in struct:netmap_ring
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c265 static uint32_t rack_max_reduce = 10; /* Percent we can reduce slot by */
269 static int32_t rack_enobuf_hw_boost_mult = 0; /* How many times the hw rate we boost slot using time_between */
496 rack_log_pacing_delay_calc(struct tcp_rack *rack, uint32_t len, uint32_t slot,
1439 "Max percentage we will reduce slot by for pacing when we are behind");
2792 rack_log_to_start(struct tcp_rack *rack, uint32_t cts, uint32_t to, int32_t slot, uint8_t which) argument
2802 log.u_bbr.flex4 = slot;
3126 rack_log_type_bbrsnd(struct tcp_rack *rack, uint32_t len, uint32_t slot, uint32_t cts, struct timeval *tv, int line) argument
3133 log.u_bbr.flex1 = slot;
3231 rack_log_type_just_return(struct tcp_rack *rack, uint32_t cts, uint32_t tlen, uint32_t slot, argument
3240 log.u_bbr.flex1 = slot;
7133 rack_start_hpts_timer(struct tcp_rack *rack, struct tcpcb *tp, uint32_t cts, int32_t slot, uint32_t tot_len_this_send, int sup_rack) argument
17868 rack_log_pacing_delay_calc(struct tcp_rack *rack, uint32_t len, uint32_t slot, uint64_t bw_est, uint64_t bw, uint64_t len_time, int method, int line, struct rack_sendmap *rsm, uint8_t quality) argument
18044 pace_to_fill_cwnd(struct tcp_rack *rack, int32_t slot, uint32_t len, uint32_t segsiz, int *capped, uint64_t *rate_wanted, uint8_t non_paced) argument
18277 uint32_t slot; local
18305 int32_t slot = 0; local
19376 int32_t slot, segsiz, max_val, tso = 0, error = 0, ulen = 0; local
19969 int32_t slot, segsiz, len, max_val, tso = 0, sb_offset, error, ulen = 0; local
20628 int32_t slot = 0; local
[all...]
/freebsd-current/contrib/bearssl/src/x509/
H A Dskey_decoder.c267 #define T0_ENTER(ip, rp, slot) do { \
270 t0_newip = &t0_codeblock[t0_caddr[(slot) - T0_INTERPRETED]]; \
277 #define T0_DEFENTRY(name, slot) \
283 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
/freebsd-current/sys/dev/netmap/
H A Dnetmap_monitor.c653 struct netmap_slot *s = &ring->slot[beg];
654 struct netmap_slot *ms = &mring->slot[i];
770 struct netmap_slot *s = &ring->slot[beg];
771 struct netmap_slot *ms = &mring->slot[i];
/freebsd-current/sys/powerpc/ofw/
H A Dofw_real.c894 cell_t slot[16]; member in struct:__anon5946
904 args.slot[i++] = IN(ofw_real_map(cmd, strlen(cmd) + 1));
912 status = OUT(args.slot[i++]);
914 returns[j++] = OUT(args.slot[i++]);
/freebsd-current/sys/powerpc/powermac/
H A Data_dbdma.c78 /* Loop back to the beginning if this is our last slot */
100 /* We have a corner case where the STOP command is the last slot,
102 * and the STOP in slot 0. */
231 request->dma = &ch->dma.slot[0];
/freebsd-current/usr.sbin/ppp/
H A Dtty.c561 int slot; local
564 for (slot = 1; (ttyp = getttyent()); ++slot)
567 return slot;
/freebsd-current/sys/powerpc/include/
H A Dpmap.h125 uintptr_t slot; member in struct:pvo_entry::__anon58
140 #define PVO_PTEGIDX_MASK 0x007UL /* which PTEG slot */
141 #define PVO_PTEGIDX_VALID 0x008UL /* slot is valid */
264 * it to a free slot if available.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h210 TidSlot *slot; member in struct:__tsan::ThreadState
364 // The last slot index (kFreeSid) is used to denote freed memory.
369 uptr global_epoch; // guarded by slot_mtx and by all slot mutexes
611 void SlotAttachAndLock(ThreadState *thr) SANITIZER_ACQUIRE(thr->slot->mtx);
613 void SlotLock(ThreadState *thr) SANITIZER_ACQUIRE(thr->slot->mtx);
614 void SlotUnlock(ThreadState *thr) SANITIZER_RELEASE(thr->slot->mtx);
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h248 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
277 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
725 /// MatchNumber - This is the recorded nodes slot that contains the node we
732 /// FirstResult - This is the first slot in the RecordedNodes list that the
927 EmitConvertToTargetMatcher(unsigned slot) argument
928 : Matcher(EmitConvertToTarget), Slot(slot) {}
1006 EmitNodeXFormMatcher(unsigned slot, Record *nodeXForm) argument
1007 : Matcher(EmitNodeXForm), Slot(slot), NodeXForm(nodeXForm) {}
/freebsd-current/sys/netinet/
H A Dip_var.h278 * In version chain_id the rule can be found in slot 'slot', so
282 * the matching one (slot points to the new rule; rulenum:rule_id-1
285 * On entry, the structure is valid if slot>0, and refers to the starting
304 uint32_t slot; /* slot for matching rule */ member in struct:ipfw_rule_ref
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci_link.c638 acpi_pci_link_add_reference(device_t dev, int index, device_t pcib, int slot, argument
676 * indicated (domain, bus, slot, pin). If so, we prefer that IRQ for
693 bios_irq = acpi_pci_link_search_irq(domain, bus, slot, pin);
702 bios_irq, (int)bus, slot, pin + 'A');
715 bios_irq, (int)bus, slot, pin + 'A',

Completed in 566 milliseconds

1234567891011>>