Searched defs:slot (Results 51 - 75 of 254) sorted by relevance

1234567891011

/freebsd-current/contrib/lua/src/
H A Dlfunc.c197 TValue *slot = &uv->u.value; /* new position for value */ local
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci.c294 int func, slot; local
/freebsd-current/sys/dev/netmap/
H A Dif_vtnet_netmap.h85 struct netmap_slot *slot = &ring->slot[nm_i]; local
173 struct netmap_slot *slot = &ring->slot[nm_i]; local
216 struct netmap_slot *slot; local
[all...]
/freebsd-current/sys/dev/sdhci/
H A Dsdhci_pci.c333 struct sdhci_slot *slot; local
[all...]
H A Dsdhci_acpi.c98 struct sdhci_slot slot; member in struct:sdhci_acpi_softc
193 sdhci_acpi_set_uhs_timing(device_t dev, struct sdhci_slot *slot) argument
[all...]
/freebsd-current/sys/dev/sound/macio/
H A Daoa.c64 u_int slot; /* current slot */ member in struct:aoa_dma
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_pci.c223 int domain, bus, slot, func, ret; local
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c168 uint8_t encl, slot; local
/freebsd-current/usr.sbin/ppp/
H A Dether.c107 u_int32_t slot; /* ifindex << 24 | unit */ member in struct:etherdevice
224 u_long slot; local
721 u_long slot; local
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_netmap.c260 struct netmap_slot *slot = ring->slot + head; local
275 struct netmap_slot *slot = NULL; local
[all...]
/freebsd-current/tools/tools/dmardump/
H A Ddmardump.c58 pci_find_conf(int segment, int bus, int slot, int func) argument
/freebsd-current/sys/powerpc/powermac/
H A Ddbdma.c117 dbdma_get_cmd_status(dbdma_channel_t *chan, int slot) argument
130 dbdma_clear_cmd_status(dbdma_channel_t *chan, int slot) argument
137 dbdma_get_residuals(dbdma_channel_t *chan, int slot) argument
207 dbdma_set_current_cmd(dbdma_channel_t *chan, int slot) argument
278 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, argument
315 dbdma_insert_stop(dbdma_channel_t *chan, int slot) argument
323 dbdma_insert_nop(dbdma_channel_t *chan, int slot) argument
331 dbdma_insert_branch(dbdma_channel_t *chan, int slot, int to_slot) argument
[all...]
/freebsd-current/sys/amd64/vmm/io/
H A Diommu.c173 int error, bus, slot, func; local
/freebsd-current/sys/dev/pci/controller/
H A Dpci_n1sdp.c230 n1sdp_get_bus_space(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
256 n1sdp_pcie_read_config(device_t dev, u_int bus, u_int slot, argument
302 n1sdp_pcie_write_config(device_t dev, u_int bus, u_int slot, argument
141 n1sdp_check_bdf(struct generic_pcie_n1sdp_softc *sc, u_int bus, u_int slot, u_int func) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp166 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot) argument
[all...]
/freebsd-current/sys/x86/xen/
H A Dhvm.c379 u_int slot; local
/freebsd-current/sys/dev/pci/
H A Dpci_host_generic_fdt.c75 uint8_t slot; member in struct:pci_ofw_devinfo
418 uint8_t slot, func, busno; local
H A Dpci_host_generic.c292 generic_pcie_read_config(device_t dev, u_int bus, u_int slot, argument
328 generic_pcie_write_config(device_t dev, u_int bus, u_int slot, argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmod_devicetable.h63 unsigned char slot : 7; member in struct:dmi_strmatch
/freebsd-current/usr.sbin/bhyve/aarch64/
H A Dfdt.c309 int slot, pin, intr, i; local
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dmptbl.c211 mpt_generate_pci_int(int bus, int slot, int pin, struct pci_irq *irq, argument
/freebsd-current/sbin/nvmecontrol/
H A Dfirmware.c58 uint32_t slot; member in struct:options
99 slot_has_valid_firmware(int fd, int slot) argument
201 activate_firmware(int fd, int slot, int activate_action) argument
[all...]
/freebsd-current/sys/kern/
H A Dkern_osd.c150 osd_deregister(u_int type, u_int slot) argument
185 osd_set(u_int type, struct osd *osd, u_int slot, void *value) argument
192 osd_reserve(u_int slot) argument
202 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, void *value) argument
281 osd_get_unlocked(u_int type, struct osd *osd, u_int slot) argument
299 osd_get(u_int type, struct osd *osd, u_int slot) argument
314 osd_del(u_int type, struct osd *osd, u_int slot) argument
324 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) argument
[all...]
/freebsd-current/contrib/xz/src/xz/
H A Dutil.c46 check_thousand_sep(uint32_t slot) argument
181 uint64_to_str(uint64_t value, uint32_t slot) argument
195 uint64_to_nicestr(uint64_t value, enum nicestr_unit unit_min, enum nicestr_unit unit_max, bool always_also_bytes, uint32_t slot) argument
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h332 size_t slot = rtree_cache_direct_map(key); local
467 size_t slot = rtree_cache_direct_map(key); local
[all...]

Completed in 170 milliseconds

1234567891011