/netbsd-src/sys/dev/fdt/ |
H A D | fdt_gpio.c | 55 struct fdtbus_gpio_controller *gc; in fdtbus_register_gpio_controller() local 70 struct fdtbus_gpio_controller *gc; in fdtbus_get_gpio_controller() local 114 struct fdtbus_gpio_controller *gc; in fdtbus_gpio_acquire_index() local 154 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_release() local 163 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_read() local 171 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_write() local 179 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_read_raw() local 187 struct fdtbus_gpio_controller *gc = gp->gp_gc; in fdtbus_gpio_write_raw() local
|
/netbsd-src/sys/dev/wscons/ |
H A D | wsdisplay_glyphcache.c | 60 glyphcache_init(glyphcache *gc, int first, int lines, int width, in glyphcache_init() argument 68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width, in glyphcache_init_align() argument 91 glyphcache_reconfig(glyphcache * gc,int cellwidth,int cellheight,long attr) glyphcache_reconfig() argument 167 glyphcache *gc = cookie; glyphcache_adapt() local 180 glyphcache_wipe(glyphcache * gc) glyphcache_wipe() argument 214 glyphcache_add(glyphcache * gc,int c,int x,int y) glyphcache_add() argument 237 glyphcache_underline(glyphcache * gc,int x,int y,long attr) glyphcache_underline() argument 253 glyphcache_try(glyphcache * gc,int c,int x,int y,long attr) glyphcache_try() argument [all...] |
/netbsd-src/external/bsd/tmux/dist/ |
H A D | grid-reader.c | 51 struct grid_cell gc; in grid_reader_cursor_right() local 76 struct grid_cell gc; in grid_reader_cursor_left() local 97 struct grid_cell gc; in grid_reader_cursor_down() local 113 struct grid_cell gc; in grid_reader_cursor_up() local 183 struct grid_cell gc; in grid_reader_in_set() local 345 struct grid_cell gc; in grid_reader_cursor_jump() local 377 struct grid_cell gc; in grid_reader_cursor_jump_back() local 406 struct grid_cell gc; in grid_reader_cursor_back_to_indentation() local
|
H A D | grid-view.c | 35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) in grid_view_get_cell() 43 const struct grid_cell *gc) in grid_view_set_cell() 58 const struct grid_cell *gc, const char *s, size_t slen) in grid_view_set_cells()
|
H A D | cmd-capture-pane.c | 112 struct grid_cell *gc = NULL; in cmd_capture_pane_history() local
|
/netbsd-src/sys/arch/evbmips/gdium/ |
H A D | gdium_genfb.c | 65 gdium_cnattach(struct gdium_config *gc) in gdium_cnattach() 107 gdium_cnattach(struct gdium_config *gc) in gdium_cnattach()
|
H A D | gdium_dma.c | 48 gdium_dma_init(struct gdium_config *gc) in gdium_dma_init()
|
H A D | bonito_mainbus.c | 70 struct gdium_config * const gc = &gdium_configuration; in bonito_mainbus_attach() local
|
H A D | machdep.c | 201 struct gdium_config *gc = &gdium_configuration; in mach_init() local
|
/netbsd-src/sys/dev/gpio/ |
H A D | gpiovar.h | 65 #define gpiobus_open(gc, dev) \ argument 67 #define gpiobus_close(gc, dev) \ argument 69 #define gpiobus_pin_read(gc, pin) \ argument 63 gpiobus_open(gc,dev) global() argument 71 gpiobus_pin_ctl(gc,pin,flags) global() argument [all...] |
/netbsd-src/sys/arch/powerpc/booke/dev/ |
H A D | pq3gpio.c | 85 struct pq3gpio_group * const gc = v; in pq3gpio_pin_read() local 95 struct pq3gpio_group * const gc = v; in pq3gpio_pin_write() local 120 struct pq3gpio_group * const gc = v; in pq3gpio_pin_ctl() local 172 struct pq3gpio_group * const gc = v; in pq3gpio_pin_ctl() local 207 struct pq3gpio_group * const gc = kmem_zalloc(sizeof(*gc), KM_SLEEP); in pq3gpio_group_create() local
|
/netbsd-src/sys/arch/arm/samsung/ |
H A D | exynos_pinctrl.c | 137 exynos_parse_config(int phandle, struct exynos_gpio_pin_cfg *gc) in exynos_parse_config() 164 struct exynos_gpio_pin_cfg *gc = &pc->pc_pincfg; in exynos_do_config() local
|
/netbsd-src/sys/arch/hpcmips/dev/ |
H A D | mq200subr.c | 343 mq200_win_enable(struct mq200_softc *sc, int gc, in mq200_win_enable() 380 mq200_win_disable(struct mq200_softc *sc, int gc) in mq200_win_disable()
|
/netbsd-src/sys/arch/alpha/gbus/ |
H A D | gbus_io.c | 73 struct gbus_config * const gc = v; in gbus_io_map() local 143 struct gbus_config * const gc = &gbus_config; in gbus_io_init() local
|
/netbsd-src/external/mit/libuv/dist/docs/code/ref-timer/ |
H A D | main.c | 9 void gc(uv_timer_t *handle) { in gc() function
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_gc.c | 71 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_trigger() local 85 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_thread() local 120 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_thread_start() local 134 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_thread_stop() local
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_match.c | 46 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *)); in v_match() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/ |
H A D | gc.d | 43 static void initialize(ref GC gc) in initialize() 62 static void finalize(ref GC gc) in finalize()
|
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | gelf_cap.c | 104 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) in gelf_update_cap()
|
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | xv.c | 955 xcb_gcontext_t gc, in xcb_xv_put_video_checked() 1001 xcb_gcontext_t gc, in xcb_xv_put_video() 1047 xcb_gcontext_t gc, in xcb_xv_put_still_checked() 1093 xcb_gcontext_t gc, in xcb_xv_put_still() 1139 xcb_gcontext_t gc, in xcb_xv_get_video_checked() 1185 xcb_gcontext_t gc, in xcb_xv_get_video() 1231 xcb_gcontext_t gc, in xcb_xv_get_still_checked() 1277 xcb_gcontext_t gc, in xcb_xv_get_still() 2118 xcb_gcontext_t gc, in xcb_xv_put_image_checked() 2177 xcb_gcontext_t gc, in xcb_xv_put_image() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/ |
H A D | config.d | 20 string gc = "conservative"; // select gc implementation conservative|precise|manual member
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | cred.h | 66 #define crsetgroups(cr, gc, ga) \ argument
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | main.cc | 210 Garbage_collection gc; in main() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | main.cc | 210 Garbage_collection gc; in main() local
|
/netbsd-src/sys/kern/ |
H A D | subr_thmap.c | 270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr); in gc_alloc() local 280 thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]); in gc_free() local 965 thmap_gc_t *head, *gc; in stage_mem_gc() local 993 thmap_gc_t *gc = ref; in thmap_gc() local
|