OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fba
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/arm/footbridge/
footbridge.c
117
union footbridge_attach_args *
fba
= aux;
local in function:footbridge_print
120
aprint_normal("%s at %s",
fba
->fba_name, pnp);
148
union footbridge_attach_args
fba
;
local in function:footbridge_attach
238
fba
.fba_pba.pba_pc = &footbridge_pci_chipset;
239
fba
.fba_pba.pba_iot = &footbridge_pci_io_bs_tag;
240
fba
.fba_pba.pba_memt = &footbridge_pci_mem_bs_tag;
241
fba
.fba_pba.pba_dmat = &footbridge_pci_bus_dma_tag;
242
fba
.fba_pba.pba_dmat64 = NULL;
243
fba
.fba_pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY;
244
fba
.fba_pba.pba_bus = 0
[
all
...]
footbridge_com.c
176
union footbridge_attach_args *
fba
= aux;
local in function:fcom_probe
178
if (strcmp(
fba
->fba_name, "fcom") == 0)
192
union footbridge_attach_args *
fba
= aux;
local in function:fcom_attach
197
sc->sc_iot =
fba
->fba_fca.fca_iot;
198
sc->sc_ioh =
fba
->fba_fca.fca_ioh;
200
sc->sc_rx_irq =
fba
->fba_fca.fca_rx_irq;
201
sc->sc_tx_irq =
fba
->fba_fca.fca_tx_irq;
/src/sys/arch/sparc/dev/
cgfour.c
342
struct fbgattr *
fba
;
local in function:cgfourioctl
352
fba
= (struct fbgattr *)data;
353
fba
->real_type = sc->sc_fb.fb_type.fb_type;
354
fba
->owner = 0; /* XXX ??? */
355
fba
->fbtype = sc->sc_fb.fb_type;
356
fba
->sattr.flags = 0;
357
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
358
fba
->sattr.dev_specific[0] = -1;
359
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
360
fba
->emu_types[1] = -1
[
all
...]
cgeight.c
351
struct fbgattr *
fba
;
local in function:cgeightioctl
361
fba
= (struct fbgattr *)data;
362
fba
->real_type = sc->sc_fb.fb_type.fb_type;
363
fba
->owner = 0; /* XXX ??? */
364
fba
->fbtype = sc->sc_fb.fb_type;
365
fba
->sattr.flags = 0;
366
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
367
fba
->sattr.dev_specific[0] = -1;
368
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
369
fba
->emu_types[1] = -1
[
all
...]
cgtwo.c
246
register struct fbgattr *
fba
;
local in function:cgtwoioctl
255
fba
= (struct fbgattr *)data;
256
fba
->real_type = sc->sc_fb.fb_type.fb_type;
257
fba
->owner = 0; /* XXX ??? */
258
fba
->fbtype = sc->sc_fb.fb_type;
259
fba
->sattr.flags = 0;
260
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
261
fba
->sattr.dev_specific[0] = -1;
262
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
263
fba
->emu_types[1] = -1
[
all
...]
cgfourteen.c
452
struct fbgattr *
fba
;
local in function:cgfourteenioctl
462
fba
= (struct fbgattr *)data;
463
fba
->real_type = FBTYPE_MDICOLOR;
464
fba
->owner = 0; /* XXX ??? */
465
fba
->fbtype = sc->sc_fb.fb_type;
466
fba
->sattr.flags = 0;
467
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
468
fba
->sattr.dev_specific[0] = -1;
469
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
470
fba
->emu_types[1] = -1
[
all
...]
/src/sys/dev/sun/
cgthree.c
265
struct fbgattr *
fba
;
local in function:cgthreeioctl
275
fba
= (struct fbgattr *)data;
276
fba
->real_type = sc->sc_fb.fb_type.fb_type;
277
fba
->owner = 0; /* XXX ??? */
278
fba
->fbtype = sc->sc_fb.fb_type;
279
fba
->sattr.flags = 0;
280
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
281
fba
->sattr.dev_specific[0] = -1;
282
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
283
fba
->emu_types[1] = -1
[
all
...]
cgsix.c
689
#define
fba
((struct fbgattr *)data)
macro
690
fba
->real_type = sc->sc_fb.fb_type.fb_type;
691
fba
->owner = 0; /* XXX ??? */
692
fba
->fbtype = sc->sc_fb.fb_type;
693
fba
->sattr.flags = 0;
694
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
695
fba
->sattr.dev_specific[0] = -1;
696
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
697
fba
->emu_types[1] = -1;
698
#undef
fba
[
all
...]
/src/sys/arch/sun3/dev/
cg2.c
255
struct fbgattr *
fba
= data;
local in function:cg2gattr
257
fba
->real_type = fb->fb_fbtype.fb_type;
258
fba
->owner = 0; /* XXX - TIOCCONS stuff? */
259
fba
->fbtype = fb->fb_fbtype;
260
fba
->sattr.flags = 0;
261
fba
->sattr.emu_type = fb->fb_fbtype.fb_type;
262
fba
->sattr.dev_specific[0] = -1;
263
fba
->emu_types[0] = fb->fb_fbtype.fb_type;
264
fba
->emu_types[1] = -1;
cg4.c
412
struct fbgattr *
fba
= data;
local in function:cg4gattr
414
fba
->real_type = fb->fb_fbtype.fb_type;
415
fba
->owner = 0; /* XXX - TIOCCONS stuff? */
416
fba
->fbtype = fb->fb_fbtype;
417
fba
->sattr.flags = 0;
418
fba
->sattr.emu_type = fb->fb_fbtype.fb_type;
419
fba
->sattr.dev_specific[0] = -1;
420
fba
->emu_types[0] = fb->fb_fbtype.fb_type;
421
fba
->emu_types[1] = -1;
/src/sys/dev/sbus/
zx.c
381
#define
fba
((struct fbgattr *)data)
macro
382
fba
->real_type = sc->sc_fb.fb_type.fb_type;
383
fba
->owner = 0; /* XXX ??? */
384
fba
->fbtype = sc->sc_fb.fb_type;
385
fba
->sattr.flags = 0;
386
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
387
fba
->sattr.dev_specific[0] = -1;
388
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
389
fba
->emu_types[1] = -1;
390
fba
->emu_types[2] = -1
[
all
...]
agten.c
1105
struct fbgattr *
fba
;
local in function:agten_fb_ioctl
1115
fba
= (struct fbgattr *)data;
1116
fba
->real_type = sc->sc_fb.fb_type.fb_type;
1117
fba
->owner = 0; /* XXX ??? */
1118
fba
->fbtype = sc->sc_fb.fb_type;
1119
fba
->sattr.flags = 0;
1120
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
1121
fba
->sattr.dev_specific[0] = -1;
1122
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
1123
fba
->emu_types[1] = -1
[
all
...]
mgx.c
1017
#define
fba
((struct fbgattr *)data)
macro
1018
fba
->real_type = sc->sc_fb.fb_type.fb_type;
1019
fba
->owner = 0; /* XXX ??? */
1020
fba
->fbtype = sc->sc_fb.fb_type;
1021
fba
->sattr.flags = 0;
1022
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
1023
fba
->sattr.dev_specific[0] = -1;
1024
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
1025
fba
->emu_types[1] = -1;
1026
#undef
fba
[
all
...]
tcx.c
461
#define
fba
((struct fbgattr *)data)
macro
462
fba
->real_type = sc->sc_fb.fb_type.fb_type;
463
fba
->owner = 0; /* XXX ??? */
464
fba
->fbtype = sc->sc_fb.fb_type;
465
fba
->sattr.flags = 0;
466
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
467
fba
->sattr.dev_specific[0] = -1;
468
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
469
fba
->emu_types[1] = FBTYPE_SUN3COLOR;
470
fba
->emu_types[2] = -1
[
all
...]
p9100.c
548
struct fbgattr *
fba
;
local in function:p9100ioctl
558
fba
= (struct fbgattr *)data;
559
fba
->real_type = sc->sc_fb.fb_type.fb_type;
560
fba
->owner = 0; /* XXX ??? */
561
fba
->fbtype = sc->sc_fb.fb_type;
562
fba
->sattr.flags = 0;
563
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
564
fba
->sattr.dev_specific[0] = -1;
565
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
566
fba
->emu_types[1] = -1
[
all
...]
/src/sys/arch/sparc64/dev/
ffb.c
414
#define
fba
((struct fbgattr *)data)
macro
415
fba
->real_type = sc->sc_fb.fb_type.fb_type;
416
fba
->owner = 0; /* XXX ??? */
417
fba
->fbtype = sc->sc_fb.fb_type;
418
fba
->sattr.flags = 0;
419
fba
->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
420
fba
->sattr.dev_specific[0] = -1;
421
fba
->emu_types[0] = sc->sc_fb.fb_type.fb_type;
422
fba
->emu_types[1] = -1;
423
#undef
fba
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025