Searched defs:gc (Results 1 - 24 of 24) sorted by relevance

/src/sys/arch/evbmips/gdium/
H A Dgdium_dma.c48 gdium_dma_init(struct gdium_config *gc) argument
H A Dgdium_genfb.c65 gdium_cnattach(struct gdium_config *gc) argument
107 gdium_cnattach(struct gdium_config *gc) argument
H A Dbonito_mainbus.c70 struct gdium_config * const gc = &gdium_configuration; local in function:bonito_mainbus_attach
H A Dmachdep.c201 struct gdium_config *gc = &gdium_configuration; local in function:mach_init
[all...]
H A Dgdium_intr.c178 struct gdium_config * const gc = &gdium_configuration; local in function:evbmips_intr_init
[all...]
/src/sys/arch/alpha/gbus/
H A Dgbus_io.c73 struct gbus_config * const gc = v; local in function:gbus_io_map
143 struct gbus_config * const gc = &gbus_config; local in function:gbus_io_init
/src/sys/dev/fdt/
H A Dfdt_gpio.c55 struct fdtbus_gpio_controller *gc; local in function:fdtbus_register_gpio_controller
70 struct fdtbus_gpio_controller *gc; local in function:fdtbus_get_gpio_controller
114 struct fdtbus_gpio_controller *gc; local in function:fdtbus_gpio_acquire_index
154 struct fdtbus_gpio_controller *gc = gp->gp_gc; local in function:fdtbus_gpio_release
163 struct fdtbus_gpio_controller *gc = gp->gp_gc; local in function:fdtbus_gpio_read
171 struct fdtbus_gpio_controller *gc = gp->gp_gc; local in function:fdtbus_gpio_write
179 struct fdtbus_gpio_controller *gc = gp->gp_gc; local in function:fdtbus_gpio_read_raw
187 struct fdtbus_gpio_controller *gc = gp->gp_gc; local in function:fdtbus_gpio_write_raw
[all...]
/src/sys/arch/arm/samsung/
H A Dexynos_pinctrl.c137 exynos_parse_config(int phandle, struct exynos_gpio_pin_cfg *gc) argument
164 struct exynos_gpio_pin_cfg *gc = &pc->pc_pincfg; local in function:exynos_do_config
[all...]
/src/sys/arch/arm/sociox/
H A Dsni_gpio.c205 struct gpio_chipset_tag *gc; local in function:snigpio_attach_i
[all...]
/src/sys/arch/hpcmips/dev/
H A Dmq200subr.c343 mq200_win_enable(struct mq200_softc *sc, int gc, argument
380 mq200_win_disable(struct mq200_softc * sc,int gc) argument
[all...]
H A Dmq200priv.h45 u_int8_t mem, ge, gc[2]; member in struct:mq200_clock_setting
/src/sys/dev/wscons/
H A Dwsdisplay_glyphcache.c60 glyphcache_init(glyphcache *gc, int first, int lines, int width, argument
68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width, argument
92 glyphcache_init_x(glyphcache * gc,int x,int y,int lines,int width,int cellwidth,int cellheight,long attr) argument
116 glyphcache_reconfig(glyphcache * gc,int cellwidth,int cellheight,long attr) argument
192 glyphcache *gc = cookie; local in function:glyphcache_adapt
205 glyphcache_wipe(glyphcache * gc) argument
239 glyphcache_add(glyphcache * gc,int c,int x,int y) argument
263 glyphcache_underline(glyphcache * gc,int x,int y,long attr) argument
279 glyphcache_try(glyphcache * gc,int c,int x,int y,long attr) argument
[all...]
/src/sys/ufs/chfs/
H A Dchfs_gc.c71 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local in function:chfs_gc_trigger
85 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local in function:chfs_gc_thread
120 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local in function:chfs_gc_thread_start
134 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local in function:chfs_gc_thread_stop
[all...]
/src/sys/arch/powerpc/booke/dev/
H A Dpq3gpio.c85 struct pq3gpio_group * const gc = v; local in function:pq3gpio_pin_read
95 struct pq3gpio_group * const gc = v; local in function:pq3gpio_pin_write
120 struct pq3gpio_group * const gc = v; local in function:pq3gpio_pin_ctl
172 struct pq3gpio_group * const gc = v; local in function:pq3gpio_pin_ctl
207 struct pq3gpio_group * const gc = kmem_zalloc(sizeof(*gc), KM_SLEEP); local in function:pq3gpio_group_create
[all...]
/src/sys/arch/arm/imx/
H A Dimx23_pinctrl.c52 struct gpio_chipset_tag gc; member in struct:imx23_pinctrl_softc
/src/sys/dev/pci/
H A Dichsmb.c419 uint32_t gc, gc1; local in function:ichsmb_tco_set_noreboot
/src/sys/dev/ic/
H A Dicp.c325 struct icp_getch *gc; local in function:icp_init
/src/sys/kern/
H A Dsubr_thmap.c270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr); local in function:gc_alloc
280 thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]); local in function:gc_free
965 thmap_gc_t *head, *gc; local in function:stage_mem_gc
993 thmap_gc_t *gc = ref; local in function:thmap_gc
[all...]
/src/sys/dev/gpio/
H A Dgpio.c736 gpio_chipset_tag_t gc; local in function:gpio_ioctl
1028 gpio_chipset_tag_t gc; local in function:gpio_ioctl_oapi
[all...]
/src/sys/netinet6/
H A Dnd6.c720 nd6_free(struct llentry *ln, int gc) argument
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_context.c340 static void contexts_flush_free(struct i915_gem_contexts *gc) argument
347 struct i915_gem_contexts *gc = local in function:contexts_free_worker
356 struct i915_gem_contexts *gc = &ctx->i915->gem.contexts; local in function:i915_gem_context_release
769 static void init_contexts(struct i915_gem_contexts *gc) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.c1776 struct intel_gt_coredump *gc; local in function:intel_gt_coredump_alloc
/src/sys/netinet/
H A Dif_arp.c1423 arp_free(struct llentry *ln, int gc) argument
/src/sys/dev/scsipi/
H A Dcd.c2700 struct scsipi_get_conf_data *gc; local in function:mmc_getdiscinfo
[all...]

Completed in 26 milliseconds