/freebsd-src/sys/dev/mana/ |
H A D | gdma_main.c | 102 struct gdma_context *gc = device_get_softc(dev); in mana_gd_query_max_resources() local 151 struct gdma_context *gc = device_get_softc(dev); mana_gd_detect_devices() local 193 mana_gd_send_request(struct gdma_context * gc,uint32_t req_len,const void * req,uint32_t resp_len,void * resp) mana_gd_send_request() argument 214 mana_gd_alloc_memory(struct gdma_context * gc,unsigned int length,struct gdma_mem_info * gmi) mana_gd_alloc_memory() argument 285 mana_gd_destroy_doorbell_page(struct gdma_context * gc,int doorbell_page) mana_gd_destroy_doorbell_page() argument 310 mana_gd_allocate_doorbell_page(struct gdma_context * gc,int * doorbell_page) mana_gd_allocate_doorbell_page() argument 340 mana_gd_create_hw_eq(struct gdma_context * gc,struct gdma_queue * queue) mana_gd_create_hw_eq() argument 379 struct gdma_context *gc = queue->gdma_dev->gdma_context; mana_gd_disable_queue() local 413 mana_gd_ring_doorbell(struct gdma_context * gc,uint32_t db_index,enum gdma_queue_type q_type,uint32_t qid,uint32_t tail_ptr,uint8_t num_req) mana_gd_ring_doorbell() argument 471 mana_gd_wq_ring_doorbell(struct gdma_context * gc,struct gdma_queue * queue) mana_gd_wq_ring_doorbell() argument 480 struct gdma_context *gc = cq->gdma_dev->gdma_context; mana_gd_ring_cq() local 494 struct gdma_context *gc = eq->gdma_dev->gdma_context; mana_gd_process_eqe() local 561 struct gdma_context *gc; mana_gd_process_eq_events() local 634 struct gdma_context *gc; mana_gd_register_irq() local 688 struct gdma_context *gc; mana_gd_deregiser_irq() local 715 mana_gd_test_eq(struct gdma_context * gc,struct gdma_queue * eq) mana_gd_test_eq() argument 768 mana_gd_destroy_eq(struct gdma_context * gc,bool flush_evenets,struct gdma_queue * queue) mana_gd_destroy_eq() argument 790 struct gdma_context *gc = gd->gdma_context; mana_gd_create_eq() local 847 mana_gd_destroy_cq(struct gdma_context * gc,struct gdma_queue * queue) mana_gd_destroy_cq() argument 865 struct gdma_context *gc = gd->gdma_context; mana_gd_create_hwc_queue() local 905 mana_gd_destroy_dma_region(struct gdma_context * gc,gdma_obj_handle_t dma_region_handle) mana_gd_destroy_dma_region() argument 938 struct gdma_context *gc = gd->gdma_context; mana_gd_create_dma_region() local 1002 struct gdma_context *gc = gd->gdma_context; mana_gd_create_mana_eq() local 1049 struct gdma_context *gc = gd->gdma_context; mana_gd_create_mana_wq_cq() local 1093 mana_gd_destroy_queue(struct gdma_context * gc,struct gdma_queue * queue) mana_gd_destroy_queue() argument 1130 struct gdma_context *gc = device_get_softc(dev); mana_gd_verify_vf_version() local 1163 struct gdma_context *gc = gd->gdma_context; mana_gd_register_device() local 1198 struct gdma_context *gc = gd->gdma_context; mana_gd_deregister_device() local 1333 struct gdma_context *gc; mana_gd_post_work_request() local 1393 struct gdma_context *gc = queue->gdma_dev->gdma_context; mana_gd_post_and_ring() local 1507 mana_gd_init_registers(struct gdma_context * gc) mana_gd_init_registers() argument 1563 mana_gd_free_pci_res(struct gdma_context * gc) mana_gd_free_pci_res() argument 1583 struct gdma_context *gc = device_get_softc(dev); mana_gd_setup_irqs() local 1711 struct gdma_context *gc = device_get_softc(dev); mana_gd_remove_irqs() local 1787 struct gdma_context *gc; mana_gd_attach() local 1900 struct gdma_context *gc = device_get_softc(dev); mana_gd_detach() local [all...] |
H A D | hw_channel.c | 382 mana_hwc_destroy_cq(struct gdma_context *gc, struct hwc_cq *hwc_cq) in mana_hwc_destroy_cq() argument 466 struct gdma_context *gc = hwc->gdma_dev->gdma_context; mana_hwc_alloc_dma_buf() local 655 struct gdma_context *gc = hwc->gdma_dev->gdma_context; mana_hwc_test_channel() local 684 mana_hwc_establish_channel(struct gdma_context * gc,uint16_t * q_depth,uint32_t * max_req_msg_size,uint32_t * max_resp_msg_size) mana_hwc_establish_channel() argument 776 mana_hwc_create_channel(struct gdma_context * gc) mana_hwc_create_channel() argument 836 mana_hwc_destroy_channel(struct gdma_context * gc) mana_hwc_destroy_channel() argument [all...] |
H A D | mana_en.c | 938 req->dev_id = gc->mana.dev_id; in mana_send_request() local 992 struct gdma_context *gc = ac->gdma_dev->gdma_context; mana_query_device_cfg() local 1298 struct gdma_context *gc = ac->gdma_dev->gdma_context; mana_destroy_eq() local 1321 struct gdma_context *gc = gd->gdma_context; mana_create_eq() local 1849 struct gdma_context *gc = mana_poll_rx_cq() local 2036 struct gdma_context *gc; mana_create_txq() local 2223 struct gdma_context *gc = apc->ac->gdma_dev->gdma_context; mana_destroy_rxq() local 2347 struct gdma_context *gc; mana_create_rxq() local 2801 struct gdma_context *gc = ac->gdma_dev->gdma_context; mana_probe_port() local 2904 struct gdma_context *gc = gd->gdma_context; mana_probe() local 2956 struct gdma_context *gc = gd->gdma_context; mana_remove() local [all...] |
H A D | mana_sysctl.c | 142 struct gdma_context *gc = apc->ac->gdma_dev->gdma_context; in mana_sysctl_add_port() local
|
/freebsd-src/usr.sbin/bhyve/ |
H A D | bhyvegc.c | 45 struct bhyvegc *gc; in bhyvegc_init() local 67 bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr) in bhyvegc_set_fbaddr() 76 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize() 94 bhyvegc_get_image(struct bhyvegc *gc) in bhyvegc_get_image()
|
H A D | console.c | 35 struct bhyvegc *gc; member
|
H A D | pci_fbuf.c | 342 pci_fbuf_render(struct bhyvegc * gc,void * arg) pci_fbuf_render() argument
|
H A D | usb_mouse.c | 260 struct bhyvegc_image *gc; in umouse_event() local
|
H A D | rfb.c | 392 rfb_send_rect(struct rfb_softc * rc,int cfd,struct bhyvegc_image * gc,int x,int y,int w,int h) rfb_send_rect() argument 473 rfb_send_all(struct rfb_softc * rc,int cfd,struct bhyvegc_image * gc) rfb_send_all() argument [all...] |
/freebsd-src/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 345 struct gconfig *gc; in gpart_activate() local 412 struct gconfig *gc; in gpart_bootcode() local 467 struct gconfig *gc; in gpart_partcode() local 550 struct gconfig *gc; in gpart_edit() local 831 struct gconfig *gc; in part_compare() local 856 struct gconfig *gc; in gpart_max_free() local 942 struct gconfig *gc; in add_boot_partition() local 1033 struct gconfig *gc; in gpart_create() local 1359 struct gconfig *gc; in gpart_delete() local 1439 struct gconfig *gc; in gpart_revert_all() local [all …]
|
H A D | part_wizard.c | 105 struct gconfig *gc; in boot_disk_select() local 227 struct gconfig *gc; in wizard_partition() local
|
H A D | partedit.c | 464 struct gconfig *gc; in apply_workaround() local 532 struct gconfig *gc; in add_geom_children() local
|
/freebsd-src/sys/gdb/ |
H A D | gdb_cons.c | 119 struct gdbcons *gc = arg; in gdb_cnflush() local 145 struct gdbcons *gc; in gdb_cnputc() local
|
/freebsd-src/contrib/nvi/vi/ |
H A D | v_match.c | 38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
|
/freebsd-src/contrib/elftoolchain/libelf/ |
H A D | gelf_cap.c | 96 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) in gelf_update_cap()
|
/freebsd-src/sys/dev/iommu/ |
H A D | iommu_gas.c | 707 iommu_gas_remove_locked(struct iommu_domain * domain,iommu_gaddr_t start,iommu_gaddr_t size,struct iommu_map_entries_tailq * gc,struct iommu_map_entry ** r1,struct iommu_map_entry ** r2) iommu_gas_remove_locked() argument 746 iommu_gas_remove_init(struct iommu_domain * domain,struct iommu_map_entries_tailq * gc,struct iommu_map_entry ** r1,struct iommu_map_entry ** r2) iommu_gas_remove_init() argument 756 iommu_gas_remove_cleanup(struct iommu_domain * domain,struct iommu_map_entries_tailq * gc,struct iommu_map_entry ** r1,struct iommu_map_entry ** r2) iommu_gas_remove_cleanup() argument 781 struct iommu_map_entries_tailq gc; iommu_gas_remove() local [all...] |
/freebsd-src/lib/geom/part/ |
H A D | geom_part.c | 230 struct gconfig *gc; in geom_is_withered() local 242 struct gconfig *gc; in find_geomcfg() local 254 struct gconfig *gc; in find_provcfg() local 300 struct gconfig *gc; in fmtattrib() local
|
/freebsd-src/usr.sbin/bhyve/amd64/ |
H A D | vga.c | 52 struct bhyvegc *gc; member 182 vga_check_size(struct bhyvegc *gc, struct vga_softc *sc) in vga_check_size() 319 vga_render(struct bhyvegc *gc, void *arg) in vga_render()
|
/freebsd-src/sbin/mdconfig/ |
H A D | mdconfig.c | 497 struct gconf *gc; in md_list() local
|
/freebsd-src/lib/libgeom/ |
H A D | geom_xml2tree.c | 191 struct gconfig *gc; in EndElement() local
|
/freebsd-src/lib/librpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 594 struct rpc_gss_cred *gc) in svc_rpc_gss_accept_sec_context() 962 struct rpc_gss_cred gc; in svc_rpc_gss() local
|
/freebsd-src/sys/rpc/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 921 struct rpc_gss_cred *gc) in svc_rpc_gss_accept_sec_context() argument 1332 struct rpc_gss_cred gc; in svc_rpc_gss() local [all...] |
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_iter.c | 43 zcp_list_func_t *gc; member
|
/freebsd-src/crypto/openssh/ |
H A D | clientloop.c | 473 struct global_confirm *gc; in client_global_request_reply() local 900 struct global_confirm *gc, *last_gc; in client_register_global_confirm() local
|
/freebsd-src/contrib/lua/src/ |
H A D | lstate.h | 354 GCObject gc; /* common header */ member
|