/src/sys/arch/atari/dev/ |
ite_et.c | 104 static struct cfdata *cfdata_grf = NULL; variable in typeref:struct:cfdata * 140 cfdata_grf = cf; 160 if ((cfdata_grf == NULL) || (did_consinit > 1)) { 197 congrf.g_unit = cfdata_grf->cf_unit; 208 atari_config_found(cfdata_grf, &itedev, &congrf, grfetprint, 218 if ((cfdata_grf != NULL) && (sc->g_unit == congrf.g_unit)) {
|
ite_et.c | 104 static struct cfdata *cfdata_grf = NULL; variable in typeref:struct:cfdata * 140 cfdata_grf = cf; 160 if ((cfdata_grf == NULL) || (did_consinit > 1)) { 197 congrf.g_unit = cfdata_grf->cf_unit; 208 atari_config_found(cfdata_grf, &itedev, &congrf, grfetprint, 218 if ((cfdata_grf != NULL) && (sc->g_unit == congrf.g_unit)) {
|
ite_cc.c | 119 static struct cfdata *cfdata_grf = NULL; variable in typeref:struct:cfdata * 167 cfdata_grf = cf; 186 if ((cfdata_grf == NULL) || (did_consinit > 1)) { 223 congrf.g_unit = cfdata_grf->cf_unit; 234 atari_config_found(cfdata_grf, &itedev, &congrf, grfccprint, 244 if ((cfdata_grf != NULL) && (sc->g_unit == congrf.g_unit)) {
|
ite_cc.c | 119 static struct cfdata *cfdata_grf = NULL; variable in typeref:struct:cfdata * 167 cfdata_grf = cf; 186 if ((cfdata_grf == NULL) || (did_consinit > 1)) { 223 congrf.g_unit = cfdata_grf->cf_unit; 234 atari_config_found(cfdata_grf, &itedev, &congrf, grfccprint, 244 if ((cfdata_grf != NULL) && (sc->g_unit == congrf.g_unit)) {
|