Searched refs:gp (Results 51 - 75 of 269) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/ia64/ia64/
H A Dmp_locore.S46 st8 [gp] = gp // trace = 0x00
48 add r2 = 8, gp
54 add r3 = 16, gp
65 st8 [gp] = r2 // trace = 0x08
77 st8 [gp] = r3 // trace = 0x10
101 st8 [gp] = r2 // trace = 0x18
114 st8 [gp] = r3 // trace = 0x20
138 st8 [gp] = r3 // trace = 0x30
149 st8 [gp]
[all...]
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_ex.c67 GS *gp; local
69 gp = sp->gp;
72 if (gp->scr_screen(sp, SC_EX)) {
77 (void)gp->scr_attr(sp, SA_ALTERNATE, 0);
387 GS *gp; local
391 gp = sp->gp;
408 if (!EXCMD_RUNNING(gp)) {
560 GS *gp; local
682 GS *gp; local
[all...]
H A Dvs_line.c51 GS *gp; local
94 gp = sp->gp;
95 (void)gp->scr_cursor(sp, &oldy, &oldx);
96 (void)gp->scr_move(sp, smp - HMAP, 0);
148 (void)gp->scr_addstr(sp, cbuf, nlen);
191 empty: (void)gp->scr_addstr(sp,
195 (void)gp->scr_clrtoeol(sp);
196 (void)gp->scr_move(sp, oldy, oldx);
407 (void)gp
474 GS *gp; local
[all...]
H A Dvs_refresh.c73 GS *gp; local
78 gp = sp->gp;
87 for (tsp = gp->dq.cqh_first;
88 tsp != (void *)&gp->dq; tsp = tsp->q.cqe_next)
105 for (tsp = gp->dq.cqh_first;
106 tsp != (void *)&gp->dq; tsp = tsp->q.cqe_next)
141 for (need_refresh = 0, tsp = gp->dq.cqh_first;
142 tsp != (void *)&gp->dq; tsp = tsp->q.cqe_next)
148 (void)gp
173 GS *gp; local
780 GS *gp; local
[all...]
/freebsd-9.3-release/sys/geom/shsec/
H A Dg_shsec.c52 struct g_geom *gp);
176 struct g_geom *gp; local
179 gp = cp->geom;
180 sc = gp->softc;
195 struct g_geom *gp; local
198 gp = pp->geom;
199 sc = gp->softc;
211 gp->name);
224 LIST_FOREACH(cp1, &gp->consumer, consumer) {
231 LIST_FOREACH(cp2, &gp
467 struct g_geom *gp; local
530 struct g_geom *gp; local
578 struct g_geom *gp; local
621 g_shsec_destroy_geom(struct gctl_req *req __unused, struct g_class *mp __unused, struct g_geom *gp) argument
636 struct g_geom *gp; local
727 struct g_geom *gp; local
812 g_shsec_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) argument
[all...]
/freebsd-9.3-release/sys/geom/
H A Dgeom_redboot.c98 struct g_geom *gp = pp->geom; local
99 struct g_slicer *gsp = gp->softc;
111 struct g_geom *gp; local
118 gp = pp->geom;
119 gsp = gp->softc;
134 g_redboot_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, argument
140 gsp = gp->softc;
142 g_slice_dumpconf(sb, indent, gp, cp, pp);
240 struct g_geom *gp; local
258 gp
328 struct g_geom *gp; local
[all...]
H A Dgeom_aes.c136 struct g_geom *gp; local
142 gp = bp->bio_from->geom;
143 sc = gp->softc;
173 struct g_geom *gp; local
181 gp = bp->bio_to->geom;
182 cp = LIST_FIRST(&gp->consumer);
183 sc = gp->softc;
239 struct g_geom *gp; local
245 gp = cp->geom;
246 sc = gp
256 struct g_geom *gp; local
273 struct g_geom *gp; local
[all...]
H A Dgeom_vfs.c210 struct g_geom *gp; local
216 gp = cp->geom;
217 g_trace(G_T_TOPOLOGY, "g_vfs_orphan(%p(%s))", cp, gp->name);
218 sc = gp->softc;
236 struct g_geom *gp; local
254 gp = g_new_geomf(&g_vfs_class, "%s.%s", fsname, pp->name);
258 gp->softc = sc;
259 cp = g_new_consumer(gp);
263 g_wither_geom(gp, ENXIO);
281 struct g_geom *gp; local
[all...]
H A Dgeom_vol_ffs.c65 struct g_geom *gp; local
82 gp = g_slice_new(mp, 1, pp, &cp, &ms, sizeof(*ms), g_vol_ffs_start);
83 if (gp == NULL)
135 g_slice_config(gp, 0, G_SLICE_CONFIG_SET, (off_t) 0,
144 if (LIST_EMPTY(&gp->provider)) {
148 return (gp);
H A Dgeom_slice.h72 int g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...) __printflike(7, 8);
80 int g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length, int ract, int dact, int wact);
86 int g_slice_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp);
/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c210 struct ggeom *gp; local
214 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
215 if (strcmp(gp->lg_name, name) == 0)
216 return (gp);
222 find_geomcfg(struct ggeom *gp, const char *cfg) argument
226 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
246 find_provider(struct ggeom *gp, off_t minsector) argument
254 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
306 struct ggeom *gp; local
329 gp
429 struct ggeom *gp; local
593 gpart_show_geom(struct ggeom *gp, const char *element, int show_providers) argument
695 struct ggeom *gp; local
743 struct ggeom *gp; local
833 struct ggeom *gp; local
1072 gpart_write_partcode(struct ggeom *gp, int idx, void *code, ssize_t size) argument
1119 gpart_write_partcode_vtoc8(struct ggeom *gp, int idx, void *code) argument
1167 struct ggeom *gp; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm133 addl loc0 = @gprel(dtor_ptr), gp
138 mov loc2 = gp
148 addl loc0 = @gprel(dtor_ptr), gp
149 addl r16 = @ltoff(@fptr(__cxa_finalize)), gp
154 addl out0 = @ltoff(__dso_handle), gp
165 mov loc2 = gp
166 (p7) ld8 gp = [r16]
190 ld8 gp = [r16] // gp <- dtor's gp
[all...]
H A Dcrtend.asm93 add loc0 = loc0, gp
102 mov loc4 = gp
107 ld8 gp = [loc3]
119 .exit: mov gp = loc3
/freebsd-9.3-release/contrib/nvi/common/
H A Dmsg.c70 GS *gp; local
83 gp = NULL;
89 gp = sp->gp;
93 F_SET(gp, G_BELLSCHED);
159 sp != NULL && gp != NULL && gp->if_name != NULL) {
160 for (p = gp->if_name; *p != '\0'; ++p) {
166 len = snprintf(mp, REM, ", %d: ", gp->if_lno);
268 gp
810 GS *gp; local
[all...]
/freebsd-9.3-release/sys/geom/part/
H A Dg_part.c400 g_part_new_provider(struct g_geom *gp, struct g_part_table *table, argument
408 cp = LIST_FIRST(&gp->consumer);
417 G_PART_FULLNAME(table, entry, sb, gp->name);
419 entry->gpe_pp = g_new_providerf(gp, "%s", sbuf_data(sb));
440 struct g_geom *gp; local
441 LIST_FOREACH(gp, &g_part_class.geom, geom) {
442 if (!strcmp(name, gp->name))
445 return (gp);
451 struct g_geom *gp; local
459 gp
603 g_part_probe(struct g_geom *gp, struct g_consumer *cp, int depth) argument
651 struct g_geom *gp; local
766 struct g_geom *gp; local
809 struct g_geom *gp; local
892 struct g_geom *gp; local
1018 struct g_geom *gp; local
1079 struct g_geom *gp; local
1161 struct g_geom *gp; local
1216 struct g_geom *gp; local
1256 struct g_geom *gp; local
1342 struct g_geom *gp; local
1397 struct g_geom *gp; local
1489 g_part_wither(struct g_geom *gp, int error) argument
1851 g_part_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) argument
1866 struct g_geom *gp; local
1979 g_part_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) argument
2079 struct g_geom *gp; local
2194 struct g_geom *gp; local
[all...]
/freebsd-9.3-release/sbin/geom/core/
H A Dgeom.c673 struct ggeom *gp; local
675 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
676 if (strcmp(gp->lg_name, name) == 0)
677 return (gp);
734 list_one_geom(struct ggeom *gp) argument
741 printf("Geom name: %s\n", gp->lg_name);
742 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
745 if (!LIST_EMPTY(&gp->lg_provider)) {
748 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
753 if (!LIST_EMPTY(&gp
793 struct ggeom *gp; local
834 status_update_len(struct ggeom *gp, int *name_len, int *status_len) argument
856 status_update_len_prs(struct ggeom *gp, int *name_len, int *status_len) argument
921 status_one_geom(struct ggeom *gp, int script, int name_len, int status_len) argument
954 status_one_geom_prs(struct ggeom *gp, int script, int name_len, int status_len) argument
1000 struct ggeom *gp; local
[all...]
/freebsd-9.3-release/sys/geom/stripe/
H A Dg_stripe.c52 struct g_geom *gp);
199 struct g_geom *gp; local
202 gp = cp->geom;
203 sc = gp->softc;
215 struct g_geom *gp; local
219 gp = pp->geom;
220 sc = gp->softc;
230 LIST_FOREACH_SAFE(cp1, &gp->consumer, consumer, tmp) {
242 LIST_FOREACH(cp2, &gp->consumer, consumer) {
723 struct g_geom *gp; local
789 struct g_geom *gp; local
855 struct g_geom *gp; local
895 g_stripe_destroy_geom(struct gctl_req *req __unused, struct g_class *mp __unused, struct g_geom *gp) argument
910 struct g_geom *gp; local
1013 struct g_geom *gp; local
1110 struct g_geom *gp; local
1199 g_stripe_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) argument
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_display.c88 if (sp->gp->cutq.lh_first == NULL && sp->gp->dcbp == NULL) {
94 for (cbp = sp->gp->cutq.lh_first; cbp != NULL; cbp = cbp->q.le_next) {
103 for (cbp = sp->gp->cutq.lh_first; cbp != NULL; cbp = cbp->q.le_next) {
112 if ((cbp = sp->gp->dcbp) != NULL)
128 GS *gp; local
132 gp = sp->gp;
/freebsd-9.3-release/lib/libc/ia64/sys/
H A Dbrk.S44 add r14=@ltoff(minbrk),gp ;;
52 add r14=@ltoff(curbrk),gp ;;
H A Dsbrk.S43 add r14 = @ltoff(curbrk), gp
56 add r14 = @ltoff(curbrk), gp
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_machdep.h40 Elf_Addr gp; member in struct:fptr
44 #define FPTR_GP(f) (((struct fptr *) (f))->gp)
/freebsd-9.3-release/sys/geom/cache/
H A Dg_cache.c343 struct g_geom *gp; local
347 gp = bp->bio_to->geom;
348 sc = gp->softc;
399 g_io_request(cbp, LIST_FIRST(&gp->consumer));
434 struct g_geom *gp; local
438 gp = pp->geom;
439 cp = LIST_FIRST(&gp->consumer);
456 struct g_geom *gp; local
458 LIST_FOREACH(gp, &mp->geom, geom) {
459 if (strcmp(gp
470 struct g_geom *gp; local
552 struct g_geom *gp; local
595 g_cache_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) argument
658 struct g_geom *gp; local
702 struct g_geom *gp; local
981 g_cache_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) argument
[all...]
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl.h54 #define CLP(sp) ((CL_PRIVATE *)((sp)->gp->cl_private))
55 #define GCLP(gp) ((CL_PRIVATE *)gp->cl_private)
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_read.c108 GS *gp; local
116 gp = sp == NULL ? __global_list : sp->gp;
147 if (sp != NULL && F_ISSET(gp, G_SCRWIN)) {
151 for (tsp = gp->dq.cqh_first;
152 tsp != (void *)&gp->dq; tsp = tsp->q.cqe_next)
275 GS *gp; local
286 gp = __global_list;
287 OG_VAL(gp, GO_LINES) = OG_D_VAL(gp, GO_LINE
[all...]
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_util.c158 GS *gp; local
164 gp = __global_list;
165 sp = gp->dq.cqh_first; /* XXX */
186 msg = gp->scr_msg;
187 gp->scr_msg = tk_msg;
191 gp->scr_msg = msg;
209 GS *gp; local
214 gp = __global_list;
215 sp = gp->dq.cqh_first; /* XXX */
217 msg = gp
[all...]

Completed in 376 milliseconds

1234567891011