| /netbsd/src/sys/dev/tc/ |
| D | sfb.c | 143 CFATTACH_DECL_NEW(sfb, sizeof(struct sfb_softc), 905 char *sfb, *p; in sfb_do_cursor() local 920 sfb = (char *)ri->ri_hw + SFB_ASIC_OFFSET; in sfb_do_cursor() 922 SFBMODE(sfb, MODE_TRANSPARENTSTIPPLE); in sfb_do_cursor() 923 SFBPLANEMASK(sfb, ~0); in sfb_do_cursor() 924 SFBROP(sfb, 6); /* ROP_XOR */ in sfb_do_cursor() 925 SFBFG(sfb, ~0); in sfb_do_cursor() 929 SFBADDRESS(sfb, (long)p); in sfb_do_cursor() 930 SFBSTART(sfb, lmask); in sfb_do_cursor() 934 SFBMODE(sfb, MODE_SIMPLE); in sfb_do_cursor() [all …]
|
| D | sfbplus.c | 1052 char *sfb, *p; in sfbp_putchar() local 1071 sfb = (char *)ri->ri_hw + SFB_ASIC_OFFSET; in sfbp_putchar() 1073 SFBMODE(sfb, MODE_OPAQUESTIPPLE); in sfbp_putchar() 1074 SFBPLANEMASK(sfb, ~0); in sfbp_putchar() 1075 SFBFG(sfb, ri->ri_devcmap[(attr >> 24) & 15]); in sfbp_putchar() 1076 SFBBG(sfb, ri->ri_devcmap[(attr >> 16) & 15]); in sfbp_putchar() 1077 SFBROP(sfb, (3 << 8) | 3); /* ROP_COPY24 */ in sfbp_putchar() 1078 *((uint32_t *)sfb + TGA_REG_GPXR_P) = lmask & rmask; in sfbp_putchar() 1088 SFBMODE(sfb, MODE_SIMPLE); in sfbp_putchar() 1089 *((uint32_t *)sfb + TGA_REG_GPXR_P) = ~0; in sfbp_putchar() [all …]
|
| D | files.tc | 76 device sfb: wsemuldisplaydev, rasops8 77 attach sfb at tc 78 file dev/tc/sfb.c sfb needs-flag
|
| D | tcdevs | 61 device PMAGB-BA sfb Smart Frame Buffer
|
| /netbsd/src/lib/libc/gen/ |
| D | opendir.c | 120 struct statvfs sfb; in __opendir_common() local 139 if (fstatvfs1(fd, &sfb, ST_NOWAIT) < 0) in __opendir_common() 142 if (!strncmp(sfb.f_fstypename, MOUNT_UNION, in __opendir_common() 143 sizeof(sfb.f_fstypename)) || in __opendir_common() 144 (sfb.f_flag & MNT_UNION) != 0) { in __opendir_common() 150 if (!strncmp(sfb.f_fstypename, MOUNT_NFS, sizeof(sfb.f_fstypename))) { in __opendir_common()
|
| /netbsd/src/usr.sbin/lpr/lpd/ |
| D | recvjob.c | 275 struct statvfs sfb; in chksize() local 277 if (statvfs(".", &sfb) < 0) { in chksize() 281 spacefree = sfb.f_bavail * (sfb.f_frsize / 512); in chksize()
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | fp_complete.c | 269 s_float sfb, sfc; in cvt_qs_ts_st_gf_qf() local 283 sts(inst.float_detail.fb, &sfb, l); in cvt_qs_ts_st_gf_qf() 284 tfc.i = float32_to_float64(sfb.i); in cvt_qs_ts_st_gf_qf() 559 s_float sfa, sfb, sfc; in alpha_fp_interpret() local 593 sts(inst.float_detail.fb, &sfb, l); in alpha_fp_interpret() 595 sfc.i = float32_sqrt(sfb.i); in alpha_fp_interpret() 602 sfa.i, sfb.i); in alpha_fp_interpret()
|
| /netbsd/src/external/gpl2/lvm2/dist/libdm/ |
| D | libdm-report.c | 823 const struct dm_report_field *sfa, *sfb; in _row_compare() local 828 sfb = (*rowb->sort_fields)[cnt]; in _row_compare() 833 *(const uint64_t *) sfb->sort_value; in _row_compare() 845 const char *strb = (const char *) sfb->sort_value; in _row_compare()
|
| /netbsd/src/sys/arch/pmax/conf/ |
| D | INSTALL64 | 118 sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer 139 wsdisplay* at sfb?
|
| D | INSTALL | 135 sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer 162 wsdisplay* at sfb?
|
| D | GENERIC64 | 202 sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer 223 wsdisplay* at sfb?
|
| D | GENERIC | 214 sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer 241 wsdisplay* at sfb?
|
| /netbsd/src/sys/arch/alpha/conf/ |
| D | INSTALL | 137 sfb* at tc? slot ? offset ? 313 wsdisplay* at sfb?
|
| D | GENERIC | 241 sfb* at tc? slot ? offset ?
|
| /netbsd/src/share/man/man4/ |
| D | Makefile | 63 ses.4 sf.4 sfb.4 sgp40mox.4 sgsmix.4 shb.4 shmif.4 shpcic.4 sht3xtemp.4 \
|
| /netbsd/src/sys/dev/ |
| D | DEVNAMES | 1232 sfb alpha 1233 sfb pmax
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 3627 sfb
|
| /netbsd/src/distrib/sets/lists/man/ |
| D | mi | 1833 ./usr/share/man/cat4/sfb.0 man-sys-catman .cat 5416 ./usr/share/man/man4/sfb.4 man-sys-man .man
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 5543 alpha: switch to hardware accelerated MI sfb.c [nisimura 20000314]
|