Searched refs:gfp (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/mount_umap/
H A Dmount_umap.c103 FILE *fp, *gfp; local
201 if ((gfp = fopen(gmapfile, "r")) == NULL)
209 if (fstat(fileno(gfp), &statbuf))
220 if ((fscanf(gfp, "%d\n", &gnentries)) != 1)
230 if ((fscanf(gfp, "%lu %lu\n",
232 if (ferror(gfp))
234 if (feof(gfp))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/grn/
H A Dmain.cpp477 register FILE *gfp = NULL; /* input file pointer */ local
510 gfp = macro_path.open_file(gremlinfile, &path);
511 if (!gfp)
513 PICTURE = DBRead(gfp); /* read picture file */
514 fclose(gfp);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dconf.c355 struct _func_map *gfp; local
364 for (gfp = glob_functable; gfp->name; gfp++)
365 if (FSTREQ(gfp->name, key))
366 return (gfp->func)(val);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrf_et.c90 int et_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
91 int et_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
834 et_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
847 ba = gfp->g_regkva;
885 et_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
908 ba = gfp->g_regkva;
H A Dgrf_rhreg.h702 int rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
703 int rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap);
H A Dgrf_rt.c1056 rt_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1069 ba = gfp->g_regkva;
1092 rt_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1110 ba = gfp->g_regkva;
H A Dgrf_cl.c1056 cl_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1069 ba = gfp->g_regkva;
1122 cl_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1139 ba = gfp->g_regkva;
H A Dgrf_rh.c1800 rh_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1813 ba = gfp->g_regkva;
1835 rh_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1854 ba = gfp->g_regkva;
H A Dgrf_cv.c1113 cv_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1120 ba = gfp->g_regkva;
1151 cv_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1158 ba = gfp->g_regkva;
H A Dgrf_cv3d.c1036 cv3d_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1043 ba = gfp->g_regkva;
1074 cv3d_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap) argument
1081 ba = gfp->g_regkva;

Completed in 285 milliseconds