Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 96) sorted by relevance

1234

/f-stack/tools/compat/include/sys/
H A Dosd.h74 #define osd_thread_deregister(slot) \ argument
76 #define osd_thread_set(td, slot, value) \ argument
78 #define osd_thread_set_reserved(td, slot, rsv, value) \ argument
80 #define osd_thread_get(td, slot) \ argument
82 #define osd_thread_del(td, slot) do { \ argument
93 #define osd_jail_deregister(slot) \ argument
95 #define osd_jail_set(pr, slot, value) \ argument
97 #define osd_jail_set_reserved(pr, slot, rsv, value) \ argument
99 #define osd_jail_get(pr, slot) \ argument
101 #define osd_jail_del(pr, slot) \ argument
/f-stack/freebsd/sys/
H A Dosd.h76 #define osd_thread_deregister(slot) \ argument
78 #define osd_thread_set(td, slot, value) \ argument
80 #define osd_thread_set_reserved(td, slot, rsv, value) \ argument
82 #define osd_thread_get(td, slot) \ argument
84 #define osd_thread_del(td, slot) do { \ argument
95 #define osd_jail_deregister(slot) \ argument
97 #define osd_jail_set(pr, slot, value) \ argument
99 #define osd_jail_set_reserved(pr, slot, rsv, value) \ argument
101 #define osd_jail_get(pr, slot) \ argument
103 #define osd_jail_del(pr, slot) \ argument
/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c82 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
97 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
122 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
139 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
165 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
191 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
218 int slot; in pcie_cfgregopen() local
257 #define PCIE_VADDR(base, reg, bus, slot, func) \ argument
273 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
304 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, in pciereg_cfgwrite()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c83 #define BCM_SDHCI_SLOT_LEFT(slot) \ argument
86 #define BCM_SDHCI_SEGSZ_LEFT(slot) \ argument
460 bcm_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhci_read_1()
583 struct sdhci_slot *slot; in bcm_sdhci_start_dma_seg() local
644 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_exit() local
657 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_unload() local
677 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_intr() local
730 bcm_sdhci_start_dma(struct sdhci_slot *slot) in bcm_sdhci_start_dma()
759 bcm_sdhci_will_handle_transfer(device_t dev, struct sdhci_slot *slot) in bcm_sdhci_will_handle_transfer()
786 bcm_sdhci_start_transfer(device_t dev, struct sdhci_slot *slot, in bcm_sdhci_start_transfer()
[all …]
H A Dbcm2835_sdhost.c296 bcm_sdhost_print_regs(struct bcm_sdhost_softc *sc, struct sdhci_slot *slot, in bcm_sdhost_print_regs()
343 bcm_sdhost_reset(device_t dev, struct sdhci_slot *slot) in bcm_sdhost_reset()
559 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhost_intr() local
657 bcm_sdhost_get_card_present(device_t dev, struct sdhci_slot *slot) in bcm_sdhost_get_card_present()
666 bcm_sdhost_command(device_t dev, struct sdhci_slot *slot, uint16_t val) in bcm_sdhost_command()
812 bcm_sdhost_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_1()
866 bcm_sdhost_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_2()
924 bcm_sdhost_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_4()
1007 bcm_sdhost_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhost_read_multi_4()
1035 bcm_sdhost_write_1(device_t dev, struct sdhci_slot *slot, in bcm_sdhost_write_1()
[all …]
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c156 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
171 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
191 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
208 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
258 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
284 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
444 int i, slot; in pcie_cfgregopen() local
520 #define PCIE_PADDR(base, reg, bus, slot, func) \ argument
528 pciereg_findaddr(int bus, unsigned slot, unsigned func, unsigned reg) in pciereg_findaddr()
575 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
[all …]
/f-stack/freebsd/x86/pci/
H A Dpci_early_quirks.c64 intel_stolen_base_gen3(int bus, int slot, int func) in intel_stolen_base_gen3()
75 intel_stolen_size_gen3(int bus, int slot, int func) in intel_stolen_size_gen3()
115 intel_stolen_size_gen6(int bus, int slot, int func) in intel_stolen_size_gen6()
126 intel_stolen_size_gen8(int bus, int slot, int func) in intel_stolen_size_gen8()
137 intel_stolen_size_chv(int bus, int slot, int func) in intel_stolen_size_chv()
159 intel_stolen_size_gen9(int bus, int slot, int func) in intel_stolen_size_gen9()
250 const int slot = 2; in intel_graphics_stolen() local
H A Dpci_bus.c65 legacy_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in legacy_pcib_read_config()
74 legacy_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in legacy_pcib_write_config()
122 int error, func, slot; in legacy_pcib_map_msi() local
141 legacy_pcib_is_host_bridge(int bus, int slot, int func, in legacy_pcib_is_host_bridge()
380 int bus, slot, func; in legacy_pcib_identify() local
/f-stack/freebsd/arm/nvidia/
H A Dtegra_sdhci.c116 struct sdhci_slot slot; member
128 tegra_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_1()
137 tegra_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_2()
146 tegra_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_4()
160 tegra_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_read_multi_4()
170 tegra_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_1()
180 tegra_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_2()
190 tegra_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_4()
200 tegra_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_multi_4()
227 tegra_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot) in tegra_sdhci_get_card_present()
[all …]
/f-stack/freebsd/kern/
H A Dkern_osd.c153 osd_deregister(u_int type, u_int slot) in osd_deregister()
201 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set()
208 osd_reserve(u_int slot) in osd_reserve()
218 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved()
296 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get()
319 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del()
329 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del()
H A Dsubr_pctrie.c132 int slot; in pctrie_node_put() local
254 int slot; in pctrie_addval() local
303 int slot; in pctrie_reclaim_allnodes_int() local
353 int slot; in pctrie_insert() local
431 int slot; in _pctrie_lookup() local
492 int slot; in pctrie_lookup_ge() local
607 int slot; in pctrie_lookup_le() local
718 int i, slot; in pctrie_remove() local
/f-stack/freebsd/arm/ti/
H A Dti_sdhci.c75 struct sdhci_slot slot; member
165 ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_1()
173 ti_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_2()
216 ti_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_4()
240 ti_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_read_multi_4()
249 ti_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_1()
279 ti_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_2()
328 ti_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_4()
337 ti_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_multi_4()
357 struct sdhci_slot *slot; in ti_sdhci_update_ios() local
[all …]
/f-stack/freebsd/vm/
H A Dvm_radix.c156 int slot; in vm_radix_node_put() local
280 int slot; in vm_radix_addpage() local
328 int slot; in vm_radix_reclaim_allnodes_int() local
392 int slot; in vm_radix_insert() local
483 int slot; in _vm_radix_lookup() local
543 int slot, tos; in vm_radix_lookup_ge() local
655 int slot, tos; in vm_radix_lookup_le() local
765 int i, slot; in vm_radix_remove() local
847 int slot; in vm_radix_replace() local
/f-stack/freebsd/contrib/ck/include/
H A Dck_bytelock.h82 ck_bytelock_write_lock(struct ck_bytelock *bytelock, unsigned int slot) in ck_bytelock_write_lock()
128 ck_bytelock_read_lock(struct ck_bytelock *bytelock, unsigned int slot) in ck_bytelock_read_lock()
183 ck_bytelock_read_unlock(struct ck_bytelock *bytelock, unsigned int slot) in ck_bytelock_read_unlock()
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c127 int bus, slot, func; in ppt_probe() local
203 ppt_find(struct vm *vm, int bus, int slot, int func, struct pptdev **pptp) in ppt_find()
384 ppt_assign_device(struct vm *vm, int bus, int slot, int func) in ppt_assign_device()
403 ppt_unassign_device(struct vm *vm, int bus, int slot, int func) in ppt_unassign_device()
427 int bus, slot, func; in ppt_unassign_all() local
444 ppt_map_mmio(struct vm *vm, int bus, int slot, int func, in ppt_map_mmio()
498 ppt_setup_msi(struct vm *vm, int vcpu, int bus, int slot, int func, in ppt_setup_msi()
591 ppt_setup_msix(struct vm *vm, int vcpu, int bus, int slot, int func, in ppt_setup_msix()
702 ppt_disable_msix(struct vm *vm, int bus, int slot, int func) in ppt_disable_msix()
/f-stack/freebsd/arm64/acpica/
H A Dpci_cfgreg.c47 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
59 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c379 #define cpsw_cpdma_bd_paddr(sc, slot) \ argument
381 #define cpsw_cpdma_read_bd(sc, slot, val) \ argument
383 #define cpsw_cpdma_write_bd(sc, slot, val) \ argument
389 #define cpsw_cpdma_read_bd_flags(sc, slot) \ argument
398 #define cpsw_write_cp_slot(sc, queue, slot) \ argument
457 #define CPSW_DUMP_SLOT(cs, slot) do { \ argument
466 struct cpsw_slot *slot; in cpsw_dump_queue() local
491 struct cpsw_slot *slot; in cpsw_init_slots() local
508 struct cpsw_slot *slot; in cpsw_add_slots() local
606 struct cpsw_slot *slot; in cpsw_init() local
[all …]
/f-stack/freebsd/security/mac/
H A Dmac_label.c135 mac_label_get(struct label *l, int slot) in mac_label_get()
144 mac_label_set(struct label *l, int slot, intptr_t v) in mac_label_set()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_pci.c185 ar71xx_pci_make_addr(int bus, int slot, int func, int reg) in ar71xx_pci_make_addr()
196 ar71xx_pci_conf_setup(int bus, int slot, int func, int reg, int bytes, in ar71xx_pci_conf_setup()
214 ar71xx_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_read_config()
267 ar71xx_pci_write_config(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_write_config()
291 ar71xx_pci_fixup(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_fixup()
333 ar71xx_pci_slot_fixup(device_t dev, u_int bus, u_int slot, u_int func) in ar71xx_pci_slot_fixup()
H A Dar71xx_fixup.c77 ar71xx_pci_slot_create_eeprom_firmware(device_t dev, u_int bus, u_int slot, in ar71xx_pci_slot_create_eeprom_firmware()
/f-stack/freebsd/contrib/ck/include/spinlock/
H A Danderson.h104 struct ck_spinlock_anderson_thread **slot) in ck_spinlock_anderson_lock()
151 struct ck_spinlock_anderson_thread *slot) in ck_spinlock_anderson_unlock()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c725 mv_pcib_init_bar(struct mv_pcib_softc *sc, int bus, int slot, int func, in mv_pcib_init_bar()
762 mv_pcib_init_bridge(struct mv_pcib_softc *sc, int bus, int slot, int func) in mv_pcib_init_bridge()
809 int slot, func, maxfunc, error; in mv_pcib_init() local
862 mv_pcib_init_all_bars(struct mv_pcib_softc *sc, int bus, int slot, in mv_pcib_init_all_bars()
1007 mv_pcib_hw_cfgread(struct mv_pcib_softc *sc, u_int bus, u_int slot, in mv_pcib_hw_cfgread()
1042 mv_pcib_hw_cfgwrite(struct mv_pcib_softc *sc, u_int bus, u_int slot, in mv_pcib_hw_cfgwrite()
1083 mv_pcib_root_slot(device_t dev, u_int bus, u_int slot, u_int func) in mv_pcib_root_slot()
1101 mv_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in mv_pcib_read_config()
1115 mv_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in mv_pcib_write_config()
/f-stack/freebsd/mips/cavium/
H A Doctopci.c337 octopci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in octopci_read_config()
380 octopci_write_config(device_t dev, u_int bus, u_int slot, u_int func, in octopci_write_config()
425 unsigned bus, slot, func; in octopci_route_interrupt() local
740 octopci_cs_addr(unsigned bus, unsigned slot, unsigned func, unsigned reg) in octopci_cs_addr()
/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx2.h91 struct parms *parms, struct acl_flow_data *flows, uint32_t slot, in acl_process_matches_avx2x8()
135 struct acl_flow_data *flows, uint32_t slot, in acl_match_check_avx2x8()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_channel.h20 ngx_int_t slot; member

1234