Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 740) sorted by last modified time

12345678910>>...30

/freebsd/sys/dev/nvme/
H A Dnvme_sim.c203 cpi->xport_specific.nvme.slot = pci_get_slot(dev); in nvme_sim_action()
/freebsd/sys/arm64/arm64/
H A Dpmap.c9255 int slot; in pmap_san_enter() local
9264 slot = pmap_l2_index(va); in pmap_san_enter()
9266 if ((pmap_load(&l2[slot]) & ATTR_DESCR_VALID) == 0) { in pmap_san_enter()
9269 pmap_store(&l2[slot], in pmap_san_enter()
/freebsd/share/misc/
H A Dpci_vendors2097 5a10 RD890 Northbridge only dual slot (2x16) PCI-e GFX Hydra part
2098 5a11 RD890 Northbridge only single slot PCI-e GFX Hydra part
2099 5a12 RD890 Northbridge only dual slot (2x8) PCI-e GFX Hydra part
19849 1600 S4LN053X01 AHCI SSD Controller(Apple slot)
19855 a801 S4LN058A01[SSUBX] AHCI SSD Controller (Apple slot)
26543 # HHHL PCIe card, single slot, 3rd generation from Enflame
26545 # HHHL PCIe card, single slot, 3rd generation from Enflame, 24GB device memory
26547 # FHFL PCIe card, single slot, 3rd generation from Enflame
26549 # FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory
26551 # FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory
[all …]
/freebsd/
H A DObsoleteFiles.inc17098 OLD_FILES+=usr/include/pccard/slot.h
/freebsd/sys/net/
H A Dif_ovpn.c814 int slot, keyid, peerid; in ovpn_set_key() local
832 if (slot != OVPN_KEY_SLOT_PRIMARY && in ovpn_set_key()
863 peer->keys[slot].encrypt = enc; in ovpn_set_key()
864 peer->keys[slot].decrypt = dec; in ovpn_set_key()
866 peer->keys[slot].keyid = keyid; in ovpn_set_key()
867 peer->keys[slot].peerid = peerid; in ovpn_set_key()
945 enum ovpn_key_slot slot; in ovpn_del_key() local
974 peer->keys[slot].encrypt = NULL; in ovpn_del_key()
975 peer->keys[slot].decrypt = NULL; in ovpn_del_key()
977 peer->keys[slot].keyid = 0; in ovpn_del_key()
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs4564 product SONY MSC 0x0032 MSC memory stick slot
4569 product SONY CLIE_40_MS 0x006d Sony Clie v4.0 Memory Stick slot
4571 product SONY CLIE_41_MS 0x0099 Sony Clie v4.1 Memory Stick slot
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c7303 slot = min; in rack_start_hpts_timer()
7442 if (slot) { in rack_start_hpts_timer()
7530 if (slot) in rack_start_hpts_timer()
18718 return (slot); in pace_to_fill_cwnd()
18956 return(slot); in rack_policed_sending()
18993 if (slot) { in rack_get_pacing_delay()
19048 slot = 0; in rack_get_pacing_delay()
19375 return (slot); in rack_get_pacing_delay()
22757 if (slot) { in rack_output()
24121 slot = 0; in rack_output()
[all …]
H A Dbbr.c756 (slot == 0)) { in bbr_start_hpts_timer()
815 if (slot) { in bbr_start_hpts_timer()
884 if ((slot) && in bbr_start_hpts_timer()
924 if (slot) in bbr_start_hpts_timer()
12094 slot = 0; in bbr_output_wtime()
12116 slot = 1001; in bbr_output_wtime()
12692 slot = 0; in bbr_output_wtime()
12778 slot = 0; in bbr_output_wtime()
13044 slot = 0; in bbr_output_wtime()
13980 slot = 0; in bbr_output_wtime()
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog9033 - timers do not take up a fd slot for winsock handler.
/freebsd/sys/dev/sound/pci/
H A Dhdsp-pcm.c148 for (uint32_t slot = 1; slot != 0; slot <<= 1) { in hdsp_slot_first_n() local
152 slots &= ~slot; in hdsp_slot_first_n()
286 while (slot != 0) { in hdspchan_setgain()
290 slots &= ~slot; in hdspchan_setgain()
390 while (slot != 0) { in hdspchan_enable()
395 slots &= ~slot; in hdspchan_enable()
462 unsigned int slot; in buffer_mux_write() local
465 for (slot = 0; slot < width; slot++) { in buffer_mux_write()
507 unsigned int slot; in buffer_demux_read() local
510 for (slot = 0; slot < width; slot++) { in buffer_demux_read()
[all …]
H A Dhdspe-pcm.c266 slot = in hdspechan_setgain()
268 end_slot = slot + in hdspechan_setgain()
273 for (; slot < end_slot; slot++) { in hdspechan_setgain()
274 hdspe_hw_mixer(ch, slot, slot, volume); in hdspechan_setgain()
373 slot = in hdspechan_enable()
375 end_slot = slot + in hdspechan_enable()
378 for (; slot < end_slot; slot++) { in hdspechan_enable()
446 int slot; in buffer_mux_write() local
449 for (slot = 0; slot < slots; slot++) { in buffer_mux_write()
492 int slot; in buffer_demux_read() local
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm_dev.c709 pptmsi->bus, pptmsi->slot, pptmsi->func, in vmmdev_ioctl()
716 pptmsix->bus, pptmsix->slot, in vmmdev_ioctl()
723 error = ppt_disable_msix(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
728 error = ppt_map_mmio(sc->vm, pptmmio->bus, pptmmio->slot, in vmmdev_ioctl()
734 error = ppt_unmap_mmio(sc->vm, pptmmio->bus, pptmmio->slot, in vmmdev_ioctl()
739 error = vm_assign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
744 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
/freebsd/sys/arm64/vmm/
H A Dvmm_dev.c670 vmsi->slot, vmsi->func); in vmmdev_ioctl()
/freebsd/sys/netinet/
H A Dtcp_subr.c4370 uint16_t slot, uint8_t val, uint64_t offset, uint64_t nbytes) in tcp_req_log_req_info() argument
4387 log.u_bbr.flex7 = slot; in tcp_req_log_req_info()
H A Dtcp_var.h1543 struct tcp_sendfile_track *req, uint16_t slot,
/freebsd/sys/riscv/conf/
H A Dstd.starfive7 # MMC/SD/SDIO Card slot support
/freebsd/sys/contrib/device-tree/src/riscv/sifive/
H A Dhifive-unmatched-a00.dts257 compatible = "mmc-spi-slot";
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zcu102-revA.dts556 /* refclk4 for PS-GT, used for PCIE slot */
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721e-sk.dts412 /* Reset for M.2 E Key slot on PCIe0 */
543 /* Reset for M.2 M Key slot on PCIe1 */
H A Dk3-am6548-iot2050-advanced-m2.dts76 * Base configuration for B-key slot with PCIe x2, E-key with USB 2.0 only.
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi228 pp3000_sd_slot: pp3000-sd-slot {
739 sd_slot_pwr_en: sd-slot-pwr-en {
799 * in the SD card slot (see the force_jtag bit in the TRM).
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dulcb-kf-audio-graph-card-mix+split.dtsi167 dai-tdm-slot-num = <6>;
H A Dulcb-kf-audio-graph-card.dtsi75 dai-tdm-slot-num = <8>;
88 dai-tdm-slot-num = <6>;
H A Dulcb-kf-simple-audio-card.dtsi38 dai-tdm-slot-num = <8>;
54 dai-tdm-slot-num = <6>;
H A Drzg3s-smarc-som.dtsi154 /* SD0 slot */

12345678910>>...30