Searched refs:gp (Results 176 - 200 of 269) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/mips/include/
H A Dframe.h69 register_t gp; member in struct:trapframe
/freebsd-9.3-release/contrib/nvi/common/
H A Doptions_f.c303 if (sp->gp->scr_baud(sp, &v))
324 if (sp->gp->scr_baud(sp, &v))
345 if (sp->gp->scr_baud(sp, &v))
H A Dscreen.h40 GS *gp; /* Pointer to global area. */ member in struct:_scr
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_util.c223 struct ggeom *gp; local
237 LIST_FOREACH(gp, &mp->lg_geom, lg_geom) {
238 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S38 1: mov r14=ip // calculate gp
41 sub gp=r14,r3
47 add r15=@gprel(2b),gp
79 * r1 gp value for rtld
125 ld8 r1=[r8] // target gp
176 * r1 gp value for rtld
185 add r15=r15,gp // relocate _DYNAMIC etc.
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_events.c101 struct g_geom *gp; local
119 gp = sc->geom;
121 cp = g_new_consumer(gp);
H A Dgeom_vinum_rename.c44 gv_rename(struct g_geom *gp, struct gctl_req *req) argument
54 sc = gp->softc;
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-tx.c138 uint64_t *gp; local
152 gp = (uint64_t *)work;
164 *gp++ = hw_buffer.u64;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfn32-mips.c1721 /* We have to figure out the gp value, so that we can adjust the
1761 become the offset from the gp register. */
1771 bfd_vma gp;
1782 &gp);
1788 data, gp);
1800 bfd_vma gp;
1822 &gp);
1828 data, gp);
1832 become the offset from the gp register. */
1841 bfd_vma gp;
1769 bfd_vma gp; local
1798 bfd_vma gp; local
1839 bfd_vma gp; local
1872 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1942 bfd_vma gp; local
[all...]
H A Delf32-mips.c925 /* We have to figure out the gp value, so that we can adjust the
965 become the offset from the gp register. This function also handles
978 bfd_vma gp; local
1000 &gp);
1006 data, gp);
1010 become the offset from the gp register. */
1019 bfd_vma gp; local
1027 _("32bits gp relative relocation occurs for an external symbol");
1040 error_message, &gp);
1045 relocatable, data, gp);
1049 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1138 bfd_vma gp; local
[all...]
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli_ctl.c151 struct g_geom *gp; local
157 LIST_FOREACH(gp, &mp->geom, geom) {
158 sc = gp->softc;
161 pp = LIST_FIRST(&gp->provider);
164 cp = LIST_FIRST(&gp->consumer);
775 struct g_geom *gp, *gp2; local
777 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
778 sc = gp->softc;
972 struct g_geom *gp, *gp2; local
974 LIST_FOREACH_SAFE(gp,
[all...]
/freebsd-9.3-release/sys/geom/raid/
H A Dg_raid.c121 struct g_geom *gp);
142 struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp);
1907 struct g_geom *gp; local
1913 gp = g_new_geomf(mp, "%s", name);
1915 gp->start = g_raid_start;
1916 gp->orphan = g_raid_orphan;
1917 gp->access = g_raid_access;
1918 gp->dumpconf = g_raid_dumpconf;
1921 sc->sc_geom = gp;
1929 gp
2241 struct g_geom *gp, *geom; local
2290 g_raid_create_node_format(const char *format, struct gctl_req *req, struct g_geom **gp) argument
2316 g_raid_destroy_geom(struct gctl_req *req __unused, struct g_class *mp __unused, struct g_geom *gp) argument
2361 g_raid_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) argument
2488 struct g_geom *gp, *gp2; local
[all...]
/freebsd-9.3-release/contrib/nvi/tcl_api/
H A Dtcl.c747 tcl_init(gp)
748 GS *gp;
750 gp->tcl_interp = Tcl_CreateInterp();
751 if (Tcl_Init(gp->tcl_interp) == TCL_ERROR)
755 Tcl_CreateCommand(gp->tcl_interp, name, function, \
851 Tcl_SetResult(sp->gp->tcl_interp, msg, TCL_VOLATILE);
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c665 gid_t *gp; local
676 gp = malloc(ngrp * sizeof(*gp), M_TEMP, M_WAITOK);
677 error = kern_getgroups(td, &ngrp, gp);
683 iset[i] = (ibcs2_gid_t)gp[i];
690 free(gp, M_TEMP);
700 gid_t *gp; local
707 gp = malloc(uap->gidsetsize * sizeof(*gp), M_TEMP, M_WAITOK);
717 gp[
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_at.c124 LIST_INSERT_HEAD(&sp->gp->ecq, ecp, q);
H A Dex_edit.c120 if (screen_init(sp->gp, sp, &new))
H A Dex_global.c187 LIST_INSERT_HEAD(&sp->gp->ecq, ecp, q);
275 for (ecp = sp->gp->ecq.lh_first; ecp != NULL; ecp = ecp->q.le_next) {
/freebsd-9.3-release/sys/geom/
H A Dgeom_ctl.c396 struct g_geom *gp; local
404 LIST_FOREACH(gp, &mp->geom, geom) {
405 if (!strcmp(p, gp->name))
406 return (gp);
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_txt.c193 (void)sp->gp->scr_move(sp, cnt, 0);
194 (void)sp->gp->scr_clrtoeol(sp);
261 GS *gp; local
286 gp = sp->gp;
434 abb = F_ISSET(gp, G_ABBREV) &&
717 !LF_ISSET(TXT_REPLAY) && F_ISSET(gp, G_ABBREV)) { \
1298 !LF_ISSET(TXT_REPLAY) && F_ISSET(gp, G_ABBREV)) {
1434 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) &&
2092 (void)sp->gp
2190 GS *gp; local
2764 GS *gp; local
[all...]
H A Dvi.h356 ((sp)->q.cqe_next != (void *)&(sp)->gp->dq || \
357 (sp)->q.cqe_prev != (void *)&(sp)->gp->dq)
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dsetjmp.S100 REG_S gp, (_JB_REG_GP * SZREG)(a0)
147 REG_L gp, (_JB_REG_GP * SZREG)(a0)
/freebsd-9.3-release/sys/mips/mips/
H A Dlocore.S170 PTR_LA gp, _C_LABEL(_gp)
/freebsd-9.3-release/sys/dev/md/
H A Dmd.c138 struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp);
195 struct g_geom *gp; member in struct:md_s
1007 struct g_geom *gp; local
1011 gp = g_new_geomf(&g_md_class, "md%d", sc->unit);
1012 gp->softc = sc;
1013 pp = g_new_providerf(gp, "md%d", sc->unit);
1025 sc->gp = gp;
1195 if (sc->gp) {
1196 sc->gp
1492 g_md_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c255 struct g_geom *gp; local
261 LIST_FOREACH(gp, &zfs_zvol_class.geom, geom) {
262 pp = LIST_FIRST(&gp->provider);
273 return (gp != NULL ? zv : NULL);
788 struct g_geom *gp, *gptmp; local
799 LIST_FOREACH_SAFE(gp, &zfs_zvol_class.geom, geom, gptmp) {
800 pp = LIST_FIRST(&gp->provider);
2158 struct g_geom *gp; local
2161 gp = g_new_geomf(&zfs_zvol_class, "zfs::zvol::%s", name);
2162 gp
2444 zvol_rename_minor(struct g_geom *gp, const char *newname) argument
2474 struct g_geom *gp; local
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dsolo.c94 struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */ member in struct:ess_info
861 if (sc->gp) {
862 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(4), sc->gp);
863 sc->gp = 0;
899 sc->gp = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
909 sc->mpu && sc->gp && sc->lock)? 0 : ENXIO;
911 return (sc->irq && sc->io && sc->sb && sc->vc && sc->mpu && sc->gp)? 0 : ENXIO;

Completed in 214 milliseconds

1234567891011