Searched refs:slot (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm.c220 entry->label.slot != num) {
/freebsd-current/sys/dev/usb/input/
H A Dwsp.c939 int slot = 0; local
1010 .id = slot,
1020 evdev_mt_push_slot(sc->sc_evdev, slot, &slot_data);
1021 slot++;
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c273 dev = pci_find_dbsf(devaddr->domain, devaddr->bus, devaddr->slot,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp269 if (!thr->slot) {
272 DPrintf("#%d: free(0x%zx, %zu) (no slot)\n", thr->tid, p, sz);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read.c464 int slot, e = ARCHIVE_OK; local
522 slot = choose_format(a);
523 if (slot < 0) {
528 a->format = &(a->formats[slot]);
/freebsd-current/sys/dev/nvme/
H A Dnvme_sim.c203 cpi->xport_specific.nvme.slot = pci_get_slot(dev);
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c348 dev_info.pci_info.device_no = softc->slot;
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcoex.c59 u8 sid; /* slot id */
60 struct rtw89_btc_fbtc_slot slot; member in struct:btc_fbtc_1slot
363 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */
369 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */
372 /* TDMA off + Ext-Ctrl + pri: E2G-slot WL > BT */
375 /* TDMA off + Ext-Ctrl + pri: E2G/EBT-slot WL > BT */
381 /* TDMA Fix slot-0: W1:B1 = 30:30 */
384 /* TDMA Fix slot-1: W1:B1 = 50:50 */
387 /* TDMA Fix slot-2: W1:B1 = 20:30 */
390 /* TDMA Fix slot
[all...]
/freebsd-current/sys/dev/bwn/
H A Dif_bwnvar.h66 #define BWN_DMA_COOKIE(dr, slot) \
67 ((uint16_t)(((uint16_t)dr->dr_index + 1) << 12) | (uint16_t)slot)
/freebsd-current/usr.sbin/mpsutil/
H A Dmps_cmd.c282 mps_set_slot_status(int fd, U16 handle, U16 slot, U32 status) argument
292 req.Slot = slot;
/freebsd-current/stand/i386/libi386/
H A Dvbe.c632 vbe_set_palette(const struct paletteentry *entry, size_t slot) argument
654 ret = biosvbe_palette_data(mode, slot, &pe);
/freebsd-current/crypto/openssh/regress/
H A Dtest-exec.sh926 out=$(softhsm2-util --init-token --free --label token-slot-0 --pin "$TEST_SSH_PIN" --so-pin "$TEST_SSH_SOPIN")
927 slot=$(echo -- $out | sed 's/.* //')
935 softhsm2-util --slot "$slot" --label 01 --id 01 --pin "$TEST_SSH_PIN" \
949 softhsm2-util --slot "$slot" --label 02 --id 02 --pin "$TEST_SSH_PIN" \
/freebsd-current/sys/dev/pci/
H A Dpcireg.h47 #define PCI_SLOTMAX 31 /* highest supported slot number */
61 #define PCI_RID(bus, slot, func) \
63 (((slot) & PCI_SLOTMAX) << PCI_RID_SLOT_SHIFT) | \
/freebsd-current/sys/dev/ral/
H A Drt2860.c318 | IEEE80211_C_SHSLOT /* short slot time supported */
550 continue; /* nothing mapped in this slot */
589 continue; /* nothing mapped in this slot */
1664 /* remove from the free pool and link it into the SW Tx slot */
1907 /* remove from the free pool and link it into the SW Tx slot */
2165 int slot, ntries; local
2187 /* find the command slot */
2188 for (slot = 0; slot < 4; slot
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath.c915 | IEEE80211_C_SHSLOT /* short slot time supported */
949 * in one cache slot automatically enable use.
1505 * Assign a beacon xmit slot. We try to space out
1513 u_int slot, free; local
1516 for (slot = 0; slot < ATH_BCBUF; slot++)
1517 if (sc->sc_bslot[slot] == NULL) {
1518 if (sc->sc_bslot[(slot+1)%ATH_BCBUF] == NULL &&
1519 sc->sc_bslot[(slot
[all...]
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.c1375 int slot = evdev_mt_id_to_slot( local
1377 if (slot == -1) {
1383 evdev_push_abs(sc->evdev, ABS_MT_SLOT, slot);
/freebsd-current/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c130 static int unassign_pptdev, bus, slot, func; variable
1461 if (sscanf(optarg, "%d/%d/%d", &bus, &slot, &func) != 3)
1529 return ("bus/slot.func");
1682 error = vm_unassign_pptdev(ctx, bus, slot, func);
/freebsd-current/contrib/bearssl/src/x509/
H A Dx509_minimal.c853 #define T0_ENTER(ip, rp, slot) do { \
856 t0_newip = &t0_codeblock[t0_caddr[(slot) - T0_INTERPRETED]]; \
863 #define T0_DEFENTRY(name, slot) \
869 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1242 /* Read PCI slot information less than Hainan revision */
2766 * + IFS params: slot, eifs, misc etc.
2771 uint32_t txLat, rxLat, usec, slot, refClock, eifs, init_usec; local
2778 slot = IFS_SLOT_HALF_RATE;
2785 slot = IFS_SLOT_QUARTER_RATE;
2794 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/freebsd-current/sys/dev/lge/
H A Dif_lgereg.h493 int slot; member in struct:lge_jpool_entry
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c821 * be incorrect if this same device is re-added to a different slot.
1193 phy_change->slot = le16toh(sas_device_pg0.Slot);
1349 port_change->slot = le16toh(pcie_device_pg0.Slot);
1642 map_idx = et_entry->start_index + phy_change->slot -
1899 map_idx = et_entry->start_index + port_change->slot -
/freebsd-current/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h253 uint32_t slot; /* UU */
763 xxx_bbr_hdw_pace_idx:4; /* If hardware pacing is on, index to slot in pace tbl */
/freebsd-current/sys/compat/linsysfs/
H A Dlinsysfs.c291 dinfo->cfg.slot,
/freebsd-current/sys/dev/ata/
H A Data-all.h266 struct ata_dmaslot *dma; /* DMA slot of this request */
350 struct ata_dmaslot slot[ATA_DMA_SLOTS]; member in struct:ata_dma
/freebsd-current/sys/netinet/
H A Dip_divert.c363 /* set the starting point. We provide a non-zero slot,
367 dt->slot = 1; /* dummy, chain_id is invalid */

Completed in 435 milliseconds

<<1112131415