Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 240) sorted by relevance

12345678910

/f-stack/dpdk/app/test/
H A Dautotest_test_funcs.py13 def default_autotest(child, test_name): argument
29 def dump_autotest(child, test_name): argument
37 def memory_autotest(child, test_name): argument
65 def spinlock_autotest(child, test_name): argument
99 def rwlock_autotest(child, test_name): argument
135 def ticketlock_autotest(child, test_name): argument
168 def mcslock_autotest(child, test_name): argument
201 def logs_autotest(child, test_name): argument
230 def timer_autotest(child, test_name): argument
334 def ring_autotest(child, test_name): argument
/f-stack/freebsd/mips/broadcom/
H A Dbhnd_nexus.c70 bhnd_nexus_get_service_registry(device_t dev, device_t child) in bhnd_nexus_get_service_registry()
80 bhnd_nexus_activate_resource(device_t dev, device_t child, int type, int rid, in bhnd_nexus_activate_resource()
97 bhnd_nexus_deactivate_resource(device_t dev, device_t child, in bhnd_nexus_deactivate_resource()
116 bhnd_nexus_is_hw_disabled(device_t dev, device_t child) in bhnd_nexus_is_hw_disabled()
141 bhnd_nexus_get_attach_type(device_t dev, device_t child) in bhnd_nexus_get_attach_type()
150 bhnd_nexus_get_chipid(device_t dev, device_t child) in bhnd_nexus_get_chipid()
159 bhnd_nexus_read_board_info(device_t dev, device_t child, in bhnd_nexus_read_board_info()
180 bhnd_nexus_map_intr(device_t dev, device_t child, u_int intr, rman_res_t *irq) in bhnd_nexus_map_intr()
212 bhnd_nexus_unmap_intr(device_t dev, device_t child, rman_res_t irq) in bhnd_nexus_unmap_intr()
224 bhnd_nexus_get_dma_translation(device_t dev, device_t child, in bhnd_nexus_get_dma_translation()
/f-stack/dpdk/app/test-cmdline/
H A Dcmdline_test.py15 def runTest(child, test): argument
33 def runHistoryTest(child): argument
62 child = pexpect.spawn(test_app_path) variable
76 child = pexpect.spawn(test_app_path) variable
/f-stack/freebsd/arm/arm/
H A Dnexus.c187 nexus_print_child(device_t bus, device_t child) in nexus_print_child()
200 device_t child; in nexus_add_child() local
222 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource()
258 nexus_release_resource(device_t bus, device_t child, int type, int rid, in nexus_release_resource()
283 nexus_get_dma_tag(device_t dev, device_t child) in nexus_get_dma_tag()
308 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, in nexus_setup_intr()
319 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr()
326 nexus_describe_intr(device_t dev, device_t child, struct resource *irq, in nexus_describe_intr()
335 nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu) in nexus_bind_intr()
343 nexus_activate_resource(device_t bus, device_t child, int type, int rid, in nexus_activate_resource()
[all …]
H A Dgic_fdt.c197 gic_fdt_get_resource_list(device_t bus, device_t child) in gic_fdt_get_resource_list()
265 phandle_t child, node; in arm_gic_add_children() local
309 gic_ofw_get_devinfo(device_t bus __unused, device_t child) in gic_ofw_get_devinfo()
/f-stack/freebsd/mips/mips/
H A Dnexus.c221 nexus_print_child(device_t bus, device_t child) in nexus_print_child()
253 device_t child; in nexus_add_child() local
279 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource()
348 nexus_get_reslist(device_t dev, device_t child) in nexus_get_reslist()
356 nexus_set_resource(device_t dev, device_t child, int type, int rid, in nexus_set_resource()
375 nexus_get_resource(device_t dev, device_t child, int type, int rid, in nexus_get_resource()
393 nexus_delete_resource(device_t dev, device_t child, int type, int rid) in nexus_delete_resource()
404 nexus_release_resource(device_t bus, device_t child, int type, int rid, in nexus_release_resource()
419 nexus_activate_resource(device_t bus, device_t child, int type, int rid, in nexus_activate_resource()
526 nexus_describe_intr(device_t dev, device_t child, struct resource *irq, in nexus_describe_intr()
[all …]
/f-stack/freebsd/x86/x86/
H A Dlegacy.c158 device_t child; in legacy_attach() local
184 legacy_print_child(device_t bus, device_t child) in legacy_print_child()
200 device_t child; in legacy_add_child() local
222 legacy_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in legacy_read_ivar()
246 legacy_write_ivar(device_t dev, device_t child, int which, uintptr_t value) in legacy_write_ivar()
321 device_t child; in cpu_identify() local
340 device_t child; in cpu_add_child() local
360 cpu_get_rlist(device_t dev, device_t child) in cpu_get_rlist()
369 cpu_read_ivar(device_t dev, device_t child, int index, uintptr_t *result) in cpu_read_ivar()
H A Dnexus.c319 nexus_print_child(device_t bus, device_t child) in nexus_print_child()
335 device_t child; in nexus_add_child() local
374 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource()
422 nexus_adjust_resource(device_t bus, device_t child, int type, in nexus_adjust_resource()
576 nexus_setup_intr(device_t bus, device_t child, struct resource *irq, in nexus_setup_intr()
619 nexus_suspend_intr(device_t dev, device_t child, struct resource *irq) in nexus_suspend_intr()
625 nexus_resume_intr(device_t dev, device_t child, struct resource *irq) in nexus_resume_intr()
654 nexus_get_reslist(device_t dev, device_t child) in nexus_get_reslist()
662 nexus_set_resource(device_t dev, device_t child, int type, int rid, in nexus_set_resource()
674 nexus_get_resource(device_t dev, device_t child, int type, int rid, in nexus_get_resource()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c183 nexus_print_child(device_t bus, device_t child) in nexus_print_child()
196 device_t child; in nexus_add_child() local
218 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource()
276 nexus_release_resource(device_t bus, device_t child, int type, int rid, in nexus_release_resource()
302 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, in nexus_setup_intr()
321 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr()
329 nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu) in nexus_bind_intr()
344 nexus_activate_resource(device_t bus, device_t child, int type, int rid, in nexus_activate_resource()
380 nexus_get_reslist(device_t dev, device_t child) in nexus_get_reslist()
388 nexus_set_resource(device_t dev, device_t child, int type, int rid, in nexus_set_resource()
[all …]
H A Dgic_v3_fdt.c215 gic_v3_fdt_print_child(device_t bus, device_t child) in gic_v3_fdt_print_child()
229 gic_v3_ofw_get_devinfo(device_t bus __unused, device_t child) in gic_v3_ofw_get_devinfo()
238 gic_v3_ofw_bus_alloc_res(device_t bus, device_t child, int type, int *rid, in gic_v3_ofw_bus_alloc_res()
290 device_t child; in gic_v3_ofw_bus_attach() local
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c113 thunder_pem_fdt_alloc_msi(device_t pci, device_t child, int count, int maxcount, in thunder_pem_fdt_alloc_msi()
128 thunder_pem_fdt_release_msi(device_t pci, device_t child, int count, int *irqs) in thunder_pem_fdt_release_msi()
141 thunder_pem_fdt_alloc_msix(device_t pci, device_t child, int *irq) in thunder_pem_fdt_alloc_msix()
154 thunder_pem_fdt_release_msix(device_t pci, device_t child, int irq) in thunder_pem_fdt_release_msix()
167 thunder_pem_fdt_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in thunder_pem_fdt_map_msi()
181 thunder_pem_fdt_get_id(device_t dev, device_t child, enum pci_id_type type, in thunder_pem_fdt_get_id()
H A Dthunder_pcie_pem.c222 thunder_pem_read_ivar(device_t dev, device_t child, int index, in thunder_pem_read_ivar()
244 thunder_pem_write_ivar(device_t dev, device_t child, int index, in thunder_pem_write_ivar()
312 thunder_pem_adjust_resource(device_t dev, device_t child, int type, in thunder_pem_adjust_resource()
338 thunder_pem_get_dma_tag(device_t dev, device_t child) in thunder_pem_get_dma_tag()
347 thunder_pem_alloc_msi(device_t pci, device_t child, int count, int maxcount, in thunder_pem_alloc_msi()
358 thunder_pem_release_msi(device_t pci, device_t child, int count, int *irqs) in thunder_pem_release_msi()
367 thunder_pem_alloc_msix(device_t pci, device_t child, int *irq) in thunder_pem_alloc_msix()
376 thunder_pem_release_msix(device_t pci, device_t child, int irq) in thunder_pem_release_msix()
385 thunder_pem_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in thunder_pem_map_msi()
395 thunder_pem_get_id(device_t pci, device_t child, enum pci_id_type type, in thunder_pem_get_id()
[all …]
H A Dthunder_pcie_fdt.c128 thunder_pcie_fdt_get_id(device_t pci, device_t child, enum pci_id_type type, in thunder_pcie_fdt_get_id()
149 thunder_pcie_fdt_alloc_resource(device_t dev, device_t child, int type, int *rid, in thunder_pcie_fdt_alloc_resource()
/f-stack/freebsd/mips/atheros/
H A Dapb.c165 apb_alloc_resource(device_t bus, device_t child, int type, int *rid, in apb_alloc_resource()
247 apb_activate_resource(device_t bus, device_t child, int type, int rid, in apb_activate_resource()
257 apb_deactivate_resource(device_t bus, device_t child, int type, int rid, in apb_deactivate_resource()
267 apb_release_resource(device_t dev, device_t child, int type, in apb_release_resource()
286 apb_setup_intr(device_t bus, device_t child, struct resource *ires, in apb_setup_intr()
325 apb_teardown_intr(device_t dev, device_t child, struct resource *ires, in apb_teardown_intr()
409 device_t child; in apb_hinted_child() local
451 device_t child; in apb_add_child() local
473 apb_get_resource_list(device_t dev, device_t child) in apb_get_resource_list()
498 apb_print_child(device_t bus, device_t child) in apb_print_child()
H A Dar724x_pci.c444 ar724x_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in ar724x_pci_read_ivar()
461 ar724x_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t result) in ar724x_pci_write_ivar()
475 ar724x_pci_alloc_resource(device_t bus, device_t child, int type, int *rid, in ar724x_pci_alloc_resource()
511 ar724x_pci_activate_resource(device_t bus, device_t child, int type, int rid, in ar724x_pci_activate_resource()
531 ar724x_pci_setup_intr(device_t bus, device_t child, struct resource *ires, in ar724x_pci_setup_intr()
568 ar724x_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, in ar724x_pci_teardown_intr()
/f-stack/freebsd/x86/xen/
H A Dxen_pci_bus.c48 xen_pci_enable_msi_method(device_t dev, device_t child, uint64_t address, in xen_pci_enable_msi_method()
61 xen_pci_disable_msi_method(device_t dev, device_t child) in xen_pci_disable_msi_method()
72 xen_pci_child_added_method(device_t dev, device_t child) in xen_pci_child_added_method()
/f-stack/freebsd/x86/pci/
H A Dqpi.c106 device_t child; in qpi_probe_pcib() local
165 qpi_print_child(device_t bus, device_t child) in qpi_print_child()
180 qpi_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in qpi_read_ivar()
239 qpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in qpi_pcib_read_ivar()
256 qpi_pcib_alloc_resource(device_t dev, device_t child, int type, int *rid, in qpi_pcib_alloc_resource()
H A Dpci_bus.c386 device_t child; in legacy_pcib_identify() local
533 legacy_pcib_read_ivar(device_t dev, device_t child, int which, in legacy_pcib_read_ivar()
549 legacy_pcib_write_ivar(device_t dev, device_t child, int which, in legacy_pcib_write_ivar()
596 legacy_pcib_alloc_resource(device_t dev, device_t child, int type, int *rid, in legacy_pcib_alloc_resource()
612 legacy_pcib_adjust_resource(device_t dev, device_t child, int type, in legacy_pcib_adjust_resource()
622 legacy_pcib_release_resource(device_t dev, device_t child, int type, int rid, in legacy_pcib_release_resource()
/f-stack/freebsd/mips/malta/
H A Dgt.c79 gt_alloc_resource(device_t dev, device_t child, int type, int *rid, in gt_alloc_resource()
88 gt_setup_intr(device_t dev, device_t child, in gt_setup_intr()
97 gt_teardown_intr(device_t dev, device_t child, struct resource *res, in gt_teardown_intr()
104 gt_activate_resource(device_t dev, device_t child, int type, int rid, in gt_activate_resource()
/f-stack/freebsd/kern/
H A Dsubr_bus.c1888 device_t child; in device_add_child_ordered() local
1984 device_t child; in device_delete_children() local
2019 device_t child; in device_find_child() local
2274 device_t child; in device_get_children() local
3715 device_t child; in bus_generic_attach() local
3750 device_t child; in bus_generic_detach() local
3778 device_t child; in bus_generic_shutdown() local
3836 device_t child; in bus_generic_suspend() local
3868 device_t child; in bus_generic_resume() local
3890 device_t child; in bus_helper_reset_post() local
[all …]
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c269 apb_alloc_resource(device_t bus, device_t child, int type, int *rid, in apb_alloc_resource()
351 apb_activate_resource(device_t bus, device_t child, int type, int rid, in apb_activate_resource()
361 apb_deactivate_resource(device_t bus, device_t child, int type, int rid, in apb_deactivate_resource()
371 apb_release_resource(device_t dev, device_t child, int type, in apb_release_resource()
390 apb_setup_intr(device_t bus, device_t child, struct resource *ires, in apb_setup_intr()
455 apb_teardown_intr(device_t dev, device_t child, struct resource *ires, in apb_teardown_intr()
581 device_t child; in apb_hinted_child() local
623 device_t child; in apb_add_child() local
649 apb_get_resource_list(device_t dev, device_t child) in apb_get_resource_list()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c167 xlp_simplebus_alloc_resource(device_t bus, device_t child, int type, int *rid, in xlp_simplebus_alloc_resource()
270 xlp_simplebus_activate_resource(device_t bus, device_t child, int type, int rid, in xlp_simplebus_activate_resource()
293 xlp_simplebus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, in xlp_simplebus_setup_intr()
309 xlp_simplebus_ofw_map_intr(device_t dev, device_t child, phandle_t iparent, int icells, in xlp_simplebus_ofw_map_intr()
/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_pci_msix.c241 al_msix_map_msi(device_t dev, device_t child, struct intr_irqsrc *isrc, in al_msix_map_msi()
296 al_msix_alloc_msi(device_t dev, device_t child, int count, int maxcount, in al_msix_alloc_msi()
357 al_msix_release_msi(device_t dev, device_t child, int count, in al_msix_release_msi()
382 al_msix_alloc_msix(device_t dev, device_t child, device_t *pic, in al_msix_alloc_msix()
390 al_msix_release_msix(device_t dev, device_t child, struct intr_irqsrc *isrc) in al_msix_release_msix()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_mmc.c161 device_t child; in jz4780_mmc_attach() local
640 jz4780_mmc_request(device_t bus, device_t child, struct mmc_request *req) in jz4780_mmc_request()
738 jz4780_mmc_read_ivar(device_t bus, device_t child, int which, in jz4780_mmc_read_ivar()
804 jz4780_mmc_write_ivar(device_t bus, device_t child, int which, in jz4780_mmc_write_ivar()
899 jz4780_mmc_update_ios(device_t bus, device_t child) in jz4780_mmc_update_ios()
933 jz4780_mmc_get_ro(device_t bus, device_t child) in jz4780_mmc_get_ro()
940 jz4780_mmc_acquire_host(device_t bus, device_t child) in jz4780_mmc_acquire_host()
961 jz4780_mmc_release_host(device_t bus, device_t child) in jz4780_mmc_release_host()
/f-stack/freebsd/x86/isa/
H A Disa.c89 isa_alloc_resource(device_t bus, device_t child, int type, int *rid, in isa_alloc_resource()
135 isa_release_resource(device_t bus, device_t child, int type, int rid, in isa_release_resource()

12345678910