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

1 2 3

  /src/games/hangman/
getword.c 51 char *wp, *gp; local
71 gp = Known;
74 *gp++ = '-';
77 *gp = '\0';
  /src/lib/libc/arch/hppa/gen/
_lwp.c 54 __greg_t *gp; local
68 gp = (__greg_t *)(fp & ~3);
69 fp = gp[0];
70 gr[_REG_R19] = gp[1];
makecontext.c 55 __greg_t *gp, rp, fp; local
73 gp = (__greg_t *)(rp & ~3);
74 rp = gp[0];
75 sp[-8] = gp[1];
80 gp = (__greg_t *)(fp & ~3);
81 fp = gp[0];
82 gr[_REG_R19] = gp[1];
  /src/sys/external/bsd/gnu-efi/dist/apps/
t6.c 9 unsigned long gp; member in struct:__anon6053
  /src/sys/arch/amiga/dev/
grf_cc.c 122 struct grf_softc *gp; local
125 gp = &congrf;
126 gp->g_device = &temp;
127 temp.dv_private = gp;
129 gp = device_private(self);
130 gp->g_device = self;
138 memcpy(&gp->g_display, &congrf.g_display,
139 (char *)&gp[1] - (char *)&gp->g_display);
141 gp->g_unit = GRF_CC_UNIT
    [all...]
grf.c 174 struct grf_softc *gp; local
177 gp = device_private(parent);
178 gp->g_device = self;
179 grfsp[gp->g_unit] = gp;
185 gp->g_grfdev = makedev(maj, gp->g_unit);
188 printf(": width %d height %d", gp->g_display.gd_dwidth,
189 gp->g_display.gd_dheight);
190 if (gp->g_display.gd_colors == 2
241 struct grf_softc *gp; local
259 struct grf_softc *gp; local
271 struct grf_softc *gp; local
362 struct grf_softc *gp; local
388 struct grf_softc *gp; local
406 struct grf_softc *gp; local
430 struct grf_softc *gp; local
448 struct grf_softc *gp; local
471 struct grf_softc *gp; local
507 struct grf_softc *gp; local
553 struct grf_softc *gp; local
607 struct grf_softc *gp; local
    [all...]
grf_ul.c 167 struct grf_softc *gp = arg; local
171 if (gp == NULL)
174 ba = (volatile struct gspregs *)gp->g_regkva;
203 ul_load_code(struct grf_softc *gp)
213 gup = (struct grf_ul_softc *)gp;
214 ba = (volatile struct gspregs *)gp->g_regkva;
215 gi = &gp->g_display;
347 ul_putcmap(gp, &gcm, GRFIMDEV);
354 ul_putcmap(gp, &gcm, GRFOVDEV);
360 ul_load_mon(struct grf_softc *gp, struct grfvideo_mode *md
496 struct grf_softc *gp; local
    [all...]
  /src/sys/arch/ia64/include/
md_var.h 40 uint64_t gp; member in struct:ia64_fdesc
44 #define FDESC_GP(fn) (((struct ia64_fdesc *) fn)->gp)
  /src/sys/arch/x68k/dev/
grf_machdep.c 136 struct grf_softc *gp; local
143 gp = device_private(self);
144 gp->g_device = self;
145 gp->g_cfaddr = addr;
146 grfinit(gp, addr);
149 gp->g_display.gd_dwidth, gp->g_display.gd_dheight);
150 if (gp->g_display.gd_colors == 2)
153 aprint_normal("%d colors", gp->g_display.gd_colors);
154 aprint_normal(" %s display\n", gp->g_sw->gd_desc)
    [all...]
grf.c 115 struct grf_softc *gp; local
118 gp = device_lookup_private(&grf_cd, GRFUNIT(dev));
119 if (gp == NULL)
122 if ((gp->g_flags & GF_ALIVE) == 0)
125 if ((gp->g_flags & (GF_OPEN|GF_EXCLUDE)) == (GF_OPEN|GF_EXCLUDE))
133 if ((gp->g_flags & GF_OPEN) == 0) {
134 gp->g_flags |= GF_OPEN;
135 error = grfon(gp);
144 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)); local
146 if ((gp->g_flags & GF_ALIVE) == 0
160 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)); local
263 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)); local
284 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)); local
    [all...]
  /src/tests/lib/libc/ttyio/
t_ptm.c 65 struct group *gp; local
97 ATF_REQUIRE_MSG((gp = getgrnam("tty")) != NULL,
99 ATF_REQUIRE_EQ_MSG(sts.st_gid, gp->gr_gid, "bad slave grid");
130 struct group *gp; local
161 ATF_REQUIRE_MSG((gp = getgrnam("tty")) != NULL,
164 ATF_REQUIRE_EQ_MSG(sts.st_gid, gp->gr_gid, "bad slave gid");
  /src/usr.bin/mail/
vars.c 170 struct group *gp; local
177 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link)
178 (void)printf(" %s", gp->ge_name);
  /src/usr.sbin/chroot/
chroot.c 85 struct group *gp; local
87 if ((gp = getgrnam(group)) != NULL)
88 return gp->gr_gid;
  /src/usr.sbin/umcpmioctl/
putflash.c 56 uint8_t *gp; local
69 req->u.gp.gp0_settings = current_flash.res.mcp2221_get_flash_res.u.gp.gp0_settings;
70 req->u.gp.gp1_settings = current_flash.res.mcp2221_get_flash_res.u.gp.gp1_settings;
71 req->u.gp.gp2_settings = current_flash.res.mcp2221_get_flash_res.u.gp.gp2_settings;
72 req->u.gp.gp3_settings = current_flash.res.mcp2221_get_flash_res.u.gp.gp3_settings;
75 fprintf(stderr, "CURRENT FLASH: %02x %02x %02x %02x\n", current_flash.res.mcp2221_get_flash_res.u.gp.gp0_settings, current_flash.res.mcp2221_get_flash_res.u.gp.gp1_settings, current_flash.res.mcp2221 (…)
172 uint8_t *gp; local
    [all...]
  /src/games/hack/
hack.main.c 295 char *gp = genocided; local
299 *gp++ = pm->mlet;
302 *gp = 0;
  /src/sys/arch/atari/dev/
grf.c 171 struct grf_softc *gp; local
176 gp = grfsp[GRFUNIT(dev)];
177 if (gp == NULL)
180 if ((gp->g_flags & GF_ALIVE) == 0)
183 if ((gp->g_flags & (GF_OPEN|GF_EXCLUDE)) == (GF_OPEN|GF_EXCLUDE))
185 grf_viewsync(gp);
194 struct grf_softc *gp; local
196 gp = grfsp[GRFUNIT(dev)];
198 gp->g_flags &= GF_ALIVE;
206 struct grf_softc *gp; local
271 struct grf_softc *gp; local
304 struct grf_softc *gp; local
322 struct grf_softc *gp; local
346 struct grf_softc *gp; local
    [all...]
  /src/sys/dev/fdt/
fdt_gpio.c 115 struct fdtbus_gpio_pin *gp = NULL; local
134 gp = kmem_alloc(sizeof(*gp), KM_SLEEP);
135 gp->gp_gc = gc;
136 gp->gp_priv = gc->gc_funcs->acquire(gc->gc_dev,
138 if (gp->gp_priv == NULL) {
139 kmem_free(gp, sizeof(*gp));
148 return gp;
152 fdtbus_gpio_release(struct fdtbus_gpio_pin *gp)
    [all...]
  /src/sys/kern/
subr_prof.c 215 struct gmonparam *gp = curcpu()->ci_gmon; local
217 if (gp != NULL)
218 gp->state = state;
233 struct gmonparam *gp; local
256 gp = malloc(sizeof(struct gmonparam) + size, M_GPROF,
258 if (gp == NULL)
260 memcpy(gp, &_gmonparam, sizeof(_gmonparam));
261 cp = (char *)(gp + 1);
262 gp->tos = (struct tostruct *)cp;
263 gp->kcount = (u_short *)(cp + gp->tossize)
    [all...]
  /src/distrib/utils/libhack/
getgrent.c 123 struct group *gp, *bgp; local
135 gp = getgrnam(name);
136 if (gp) {
137 *bgp = *gp;
141 return (gp) ? ENOENT : 0;
  /src/sys/arch/arm/imx/
imxgpio.c 293 struct gpio_chipset_tag * const gp = &gpio->gpio_chipset; local
298 gp->gp_cookie = gpio;
299 gp->gp_pin_read = imxgpio_pin_read;
300 gp->gp_pin_write = imxgpio_pin_write;
301 gp->gp_pin_ctl = imxgpio_pin_ctl;
318 gba.gba_gc = gp;
  /src/sys/arch/evbppc/nintendo/dev/
hwgpio.c 196 struct gpio_chipset_tag *gp = &sc->sc_gp; local
212 gp->gp_cookie = sc;
213 gp->gp_pin_read = hwgpio_pin_read;
214 gp->gp_pin_write = hwgpio_pin_write;
215 gp->gp_pin_ctl = hwgpio_pin_ctl;
  /src/sys/arch/mips/rmi/
rmixl_gpio.c 142 struct gpio_chipset_tag * const gp = &gpio->gpio_chipset; local
148 gp->gp_cookie = gpio;
149 gp->gp_pin_read = rmixl_gpio_pin_read;
150 gp->gp_pin_write = rmixl_gpio_pin_write;
151 gp->gp_pin_ctl = rmixl_gpio_pin_ctl;
153 gba.gba_gc = gp;
  /src/sys/dev/raidframe/
rf_cvscan.c 154 RF_DiskQueueData_t *gp; local
155 for (gp = (*from_list_ptr); gp != NULL;) {
156 RF_DiskQueueData_t *p = gp->next;
157 PriorityInsert(to_list_ptr, gp);
158 gp = p;
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 116 int *gp; local
134 gp = rp->facilities.facilities_val;
136 printf(" procedure %2d: %6d\n", i, *gp++);
156 u_int *gp; local
181 gp = rp->gids.gids_val;
183 printf(" %u", *gp++);
  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 143 struct netgrp *gp, *ogp; local
158 gp = grouphead.gr;
159 while (gp) {
160 ogp = gp;
161 gp = gp->ng_next;

Completed in 30 milliseconds

1 2 3