Searched refs:g_data (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/arch/x68k/dev/
H A Dgrfvar.h70 void * g_data; /* device dependent data */ member in struct:grf_softc
H A Dgrf_gv.c128 gp->g_data = data;
132 gp->g_data = 0;
H A Dgrf_tv.c128 gp->g_data = data;
132 gp->g_data = 0;
/netbsd-current/sys/arch/atari/dev/
H A Dgrfvar.h65 void * g_data; /* device dependent data */ member in struct:grf_softc
H A Dgrf.c376 gp->g_data = (void *) 0xDeadBeaf; /* not particularly clean.. */
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfvar.h62 void *g_data; /* device dependent data */ member in struct:grf_softc
H A Dite_cv.c141 ip->priv = ip->grf->g_data;
142 md = (struct grfcvtext_mode *) ip->grf->g_data;
H A Dite_cv3d.c141 ip->priv = ip->grf->g_data;
142 md = (struct grfcv3dtext_mode *) ip->grf->g_data;
H A Dgrf_cc.c205 gp->g_data = (void *) 0xDeadBeaf; /* not particularly clean.. */
H A Dgrf_rh.c167 struct MonDef *MonitorDef = (struct MonDef *) gp->g_data;
223 const struct MonDef * md = (struct MonDef *) gp->g_data;
233 const struct MonDef *md = (struct MonDef *) gp->g_data;
306 const struct MonDef *md = (struct MonDef *) gp->g_data;
382 const struct MonDef * md = (struct MonDef *) gp->g_data;
461 const struct MonDef * md = (struct MonDef *) gp->g_data;
590 const struct MonDef * md = (struct MonDef *) gp->g_data;
624 const struct MonDef *md = (struct MonDef *) gp->g_data;
743 gp->g_data = (void *) md;
2146 struct MonDef *md = (struct MonDef *)gp->g_data;
[all...]
H A Dite_cl.c109 ip->priv = ip->grf->g_data;
H A Dite_et.c112 ip->priv = ip->grf->g_data;
H A Dite_rh.c104 ip->priv = ip->grf->g_data;
H A Dite_rt.c108 ip->priv = ip->grf->g_data;
H A Dgrf_rt.c743 gp->g_data = (void *)md;
1369 struct MonDef *md = (struct MonDef *)gp->g_data;
H A Dgrf_cl.c1438 gp->g_data = (void *) gv;
1722 struct grfcltext_mode *tm = (struct grfcltext_mode *) gp->g_data;
H A Dgrf_et.c1154 gp->g_data = (void *) gv;
1484 struct grfettext_mode *tm = (struct grfettext_mode *) gp->g_data;
H A Dgrf_ul.c538 gp->g_data = NULL;
H A Dgrf_cv.c1330 gp->g_data = (void *) gv;
1703 struct grfcvtext_mode *tm = (struct grfcvtext_mode *)gp->g_data;
H A Dgrf_cv3d.c1238 gp->g_data = (void *) gv;
1578 struct grfcv3dtext_mode *tm = (struct grfcv3dtext_mode *)gp->g_data;
/netbsd-current/usr.bin/find/
H A Dfind.h104 #define g_data p_un._g_data macro
H A Dfunction.c1158 COMPARE(entry->fts_statp->st_gid, plan->g_data);
1185 new->g_data = gid;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Devp_pkey_provided_test.c1501 static const unsigned char g_data[] = { local
1573 || !TEST_ptr(g = BN_bin2bn(g_data, sizeof(g_data), NULL))

Completed in 332 milliseconds