HomeSort by: relevance | last modified time | path
    Searched defs:gc (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/sys/arch/evbmips/gdium/
bonito_mainbus.c 70 struct gdium_config * const gc = &gdium_configuration; local
73 device_set_private(self, &gc->gc_bonito);
89 pba.pba_iot = &gc->gc_iot;
90 pba.pba_memt = &gc->gc_memt;
91 pba.pba_dmat = &gc->gc_pci_dmat;
93 pba.pba_pc = &gc->gc_pc;
machdep.c 201 struct gdium_config *gc = &gdium_configuration; local
246 bonito_pci_init(&gc->gc_pc, &gc->gc_bonito);
251 gc->gc_pc.pc_attach_hook = gdium_pci_attach_hook;
252 gdium_bus_io_init(&gc->gc_iot, gc);
253 gdium_bus_mem_init(&gc->gc_memt, gc);
254 gdium_dma_init(gc);
255 gdium_cnattach(gc);
    [all...]
gdium_intr.c 178 struct gdium_config * const gc = &gdium_configuration; local
179 struct bonito_config *bc = &gc->gc_bonito;
217 gc->gc_pc.pc_intr_v = NULL;
218 gc->gc_pc.pc_intr_map = gdium_pci_intr_map;
219 gc->gc_pc.pc_intr_string = gdium_pci_intr_string;
220 gc->gc_pc.pc_intr_evcnt = gdium_pci_intr_evcnt;
221 gc->gc_pc.pc_intr_establish = gdium_pci_intr_establish;
222 gc->gc_pc.pc_intr_disestablish = gdium_pci_intr_disestablish;
223 gc->gc_pc.pc_conf_interrupt = gdium_pci_conf_interrupt;
226 gc->gc_pc.pc_pciide_compat_intr_establish = NULL
    [all...]
  /src/external/mit/libuv/dist/docs/code/ref-timer/
main.c 9 void gc(uv_timer_t *handle) { function
23 uv_timer_start(&gc_req, gc, 0, 2000);
  /src/sys/arch/alpha/gbus/
gbus_io.c 73 struct gbus_config * const gc = v; local
75 *iohp = ALPHA_PHYS_TO_K0SEG(gc->gc_sysbase + addr);
143 struct gbus_config * const gc = &gbus_config; local
144 bus_space_tag_t t = &gc->gc_st;
146 if (t->abs_cookie == gc) {
148 KASSERT(gc->gc_sysbase == sysbase);
152 gc->gc_sysbase = sysbase;
161 t->abs_cookie = gc;
  /src/sys/arch/arm/samsung/
exynos_pinctrl.c 137 exynos_parse_config(int phandle, struct exynos_gpio_pin_cfg *gc)
139 gc->cfg_valid = of_getprop_uint32(phandle, "samsung,pin-function", &gc->cfg) == 0;
140 gc->pud_valid = of_getprop_uint32(phandle, "samsung,pin-pud", &gc->pud) == 0;
141 gc->drv_valid = of_getprop_uint32(phandle, "samsung,pin-drv", &gc->drv) == 0;
142 gc->conpwd_valid = of_getprop_uint32(phandle, "samsung,pin-conpwd", &gc->conpwd) == 0;
143 gc->pudpwd_valid = of_getprop_uint32(phandle, "samsung,pin-pudpwd", &gc->pudpwd) == 0
164 struct exynos_gpio_pin_cfg *gc = &pc->pc_pincfg; local
    [all...]
  /src/sys/dev/fdt/
fdt_gpio.c 55 struct fdtbus_gpio_controller *gc; local
57 gc = kmem_alloc(sizeof(*gc), KM_SLEEP);
58 gc->gc_dev = dev;
59 gc->gc_phandle = phandle;
60 gc->gc_funcs = funcs;
62 LIST_INSERT_HEAD(&fdtbus_gpio_controllers, gc, gc_next);
70 struct fdtbus_gpio_controller *gc; local
72 LIST_FOREACH(gc, &fdtbus_gpio_controllers, gc_next) {
73 if (gc->gc_phandle == phandle
114 struct fdtbus_gpio_controller *gc; local
154 struct fdtbus_gpio_controller *gc = gp->gp_gc; local
163 struct fdtbus_gpio_controller *gc = gp->gp_gc; local
171 struct fdtbus_gpio_controller *gc = gp->gp_gc; local
179 struct fdtbus_gpio_controller *gc = gp->gp_gc; local
187 struct fdtbus_gpio_controller *gc = gp->gp_gc; local
    [all...]
  /src/sys/dev/wscons/
wsdisplay_glyphcache.c 60 glyphcache_init(glyphcache *gc, int first, int lines, int width,
63 return glyphcache_init_align(gc, first, lines, width, cellwidth, cellheight,
68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width,
74 gc->gc_width = width;
75 gc->gc_cellwidth = -1;
76 gc->gc_cellheight = -1;
77 gc->gc_firstline = first;
78 gc->gc_firstcol = 0;
79 gc->gc_lines = lines;
80 gc->gc_cellalign = alignment
192 glyphcache *gc = cookie; local
    [all...]
  /src/external/bsd/tmux/dist/
grid-reader.c 51 struct grid_cell gc; local
64 grid_get_cell(gr->gd, gr->cx, gr->cy, &gc);
65 if (~gc.flags & GRID_FLAG_PADDING)
76 struct grid_cell gc; local
79 grid_get_cell(gr->gd, gr->cx, gr->cy, &gc);
80 if (~gc.flags & GRID_FLAG_PADDING)
97 struct grid_cell gc; local
102 grid_get_cell(gr->gd, gr->cx, gr->cy, &gc);
103 if (~gc.flags & GRID_FLAG_PADDING)
113 struct grid_cell gc; local
354 struct grid_cell gc; local
384 struct grid_cell gc; local
411 struct grid_cell gc; local
    [all...]
style.c 88 sy->gc.fg = base->fg;
89 sy->gc.bg = base->bg;
90 sy->gc.us = base->us;
91 sy->gc.attr = base->attr;
92 sy->gc.flags = base->flags;
200 sy->gc.fg = value;
202 sy->gc.fg = base->fg;
205 sy->gc.bg = value;
207 sy->gc.bg = base->bg;
214 sy->gc.us = value
258 struct grid_cell *gc = &sy->gc; local
    [all...]
cmd-capture-pane.c 113 struct grid_cell *gc = NULL; local
198 line = grid_string_cells(gd, 0, i, sx, &gc, flags, s);
window-clock.c 213 struct grid_cell gc; local
250 memcpy(&gc, &grid_default_cell, sizeof gc);
251 gc.flags |= GRID_FLAG_NOPALETTE;
252 gc.fg = colour;
253 screen_write_puts(&ctx, &gc, "%s", tim);
263 memcpy(&gc, &grid_default_cell, sizeof gc);
264 gc.flags |= GRID_FLAG_NOPALETTE;
265 gc.bg = colour
    [all...]
server-fn.c 314 struct grid_cell gc; local
357 memcpy(&gc, &grid_default_cell, sizeof gc);
360 format_draw(&ctx, &gc, sx, expanded, NULL, 0);
format-draw.c 682 utf8_set(&sy->gc.data, ch);
684 screen_write_cell(ctx, &sy->gc);
722 struct grid_cell gc, current_default, base_default; local
724 struct utf8_data *ud = &sy.gc.data;
782 screen_write_cell(&ctx[current], &sy.gc);
810 screen_write_cell(&ctx[current], &sy.gc);
836 sy.gc.bg = base->bg;
837 sy.gc.fg = base->fg;
846 memcpy(&current_default, &saved_sy.gc,
853 memcpy(&base_default, &saved_sy.gc,
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-mpx-sigsegv.c 23 int gc[OUR_SIZE]; variable
79 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2);
83 lower (gx, ga, gb, gc, gd, 1);
  /src/sys/arch/arm/sociox/
sni_gpio.c 205 struct gpio_chipset_tag *gc; local
215 gc = &sc->sc_gpio_gc;
216 gc->gp_cookie = sc;
217 gc->gp_pin_read = NULL; /* AAA */
218 gc->gp_pin_write = NULL; /* AAA */
219 gc->gp_pin_ctl = NULL; /* AAA */
220 gc->gp_intr_establish = NULL; /* AAA */
221 gc->gp_intr_disestablish = NULL; /* AAA */
222 gc->gp_intr_str = NULL; /* AAA */
224 gba.gba_gc = gc;
    [all...]
  /src/sys/arch/hpcmips/dev/
mq200priv.h 45 u_int8_t mem, ge, gc[2]; member in struct:mq200_clock_setting
71 void mq200_win_enable(struct mq200_softc *sc, int gc,
74 void mq200_win_disable(struct mq200_softc *sc, int gc);
78 void mq200_dump_gc(struct mq200_softc *sc, int gc);
  /src/sys/arch/powerpc/booke/dev/
pq3gpio.c 85 struct pq3gpio_group * const gc = v; local
87 uint32_t data = bus_space_read_4(gc->gc_bst, gc->gc_bsh, gc->gc_reg);
89 return (data >> (gc->gc_pins[num].pin_num ^ 31)) & 1;
95 struct pq3gpio_group * const gc = v; local
96 const u_int mask = 1 << (gc->gc_pins[num].pin_num ^ 31);
99 u_int data = bus_space_read_4(gc->gc_bst, gc->gc_bsh, gc->gc_reg)
120 struct pq3gpio_group * const gc = v; local
172 struct pq3gpio_group * const gc = v; local
207 struct pq3gpio_group * const gc = kmem_zalloc(sizeof(*gc), KM_SLEEP); local
    [all...]
  /src/sys/ufs/chfs/
chfs_gc.c 65 * chfs_gc_trigger - wakes up GC thread, if it should run
71 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local
73 if (gc->gcth_running &&
75 cv_signal(&gc->gcth_wakeup);
85 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local
87 dbg_gc("[GC THREAD] thread started\n");
90 while (gc->gcth_running) {
107 cv_timedwait_sig(&gc->gcth_wakeup,
112 dbg_gc("[GC THREAD] thread stopped\n");
116 /* chfs_gc_thread_start - starts GC */
120 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local
134 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; local
    [all...]
  /src/sys/arch/arm/imx/
imx23_pinctrl.c 54 struct gpio_chipset_tag gc; member in struct:imx23_pinctrl_softc
411 gpiobus_pin_ctl(&sc->gc, pin->pin_nr, flags);
422 gpiobus_pin_ctl(&sc->gc, pin->pin_nr, GPIO_PIN_INPUT);
434 val = gpiobus_pin_read(&sc->gc, pin->pin_nr);
451 gpiobus_pin_write(&sc->gc, pin->pin_nr, val);
492 sc->gc.gp_cookie = sc;
493 sc->gc.gp_gc_open = imx23_pinctrl_gp_gc_open;
494 sc->gc.gp_gc_close = imx23_pinctrl_gp_gc_close;
495 sc->gc.gp_pin_read = imx23_pinctrl_gp_pin_read;
496 sc->gc.gp_pin_write = imx23_pinctrl_gp_pin_write
    [all...]
  /src/sys/dev/ic/
icp.c 320 struct icp_getch *gc; local
339 gc = (struct icp_getch *)icp->icp_scr;
345 sizeof(*gc))) {
350 icp->icp_bus_id[j] = gc->gc_scsiid;
  /src/sys/dev/pci/
ichsmb.c 419 uint32_t gc, gc1; local
429 gc = bus_space_read_4(sc->sc_sbregt, sc->sc_sbregh, SB_SMBUS_GC);
431 gc |= SB_SMBUS_GC_NR;
433 gc &= ~SB_SMBUS_GC_NR;
434 bus_space_write_4(sc->sc_sbregt, sc->sc_sbregh, SB_SMBUS_GC, gc);
440 aprint_debug_dev(self, "gc=0x%x -> 0x%x\n", gc, gc1);
441 if ((gc1 & SB_SMBUS_GC_NR) != (gc & SB_SMBUS_GC_NR))
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
kwset.c 500 register int d, gc, i, len, md2; local
517 gc = U(sp[-2]);
547 if (U(tp[-2]) == gc)
566 if (U(tp[-2]) == gc)
  /src/external/gpl2/grep/dist/src/
kwset.c 500 register int d, gc, i, len, md2; local
517 gc = U(sp[-2]);
547 if (U(tp[-2]) == gc)
566 if (U(tp[-2]) == gc)
  /src/external/mit/xorg/lib/libxcb/files/
shm.h 136 xcb_gcontext_t gc; member in struct:xcb_shm_put_image_request_t
419 * @param gc The graphics context to use.
434 * "BadMatch" error results. The foreground pixel in the GC determines the source
454 xcb_gcontext_t gc,
474 * @param gc The graphics context to use.
489 * "BadMatch" error results. The foreground pixel in the GC determines the source
506 xcb_gcontext_t gc,

Completed in 52 milliseconds

1 2 3