/src/sys/arch/dreamcast/dev/g2/ |
if_mbe_g2.c | 117 struct dreamcast_bus_space dbs; local in function:mbe_g2_match 118 bus_space_tag_t memt = &dbs;
|
if_mbe_g2.c | 117 struct dreamcast_bus_space dbs; local in function:mbe_g2_match 118 bus_space_tag_t memt = &dbs;
|
/src/sbin/dkctl/ |
dkctl.c | 406 struct disk_badsectors *dbs, *dbs2, buffer[200]; local in function:disk_badsectors 434 dbs = (struct disk_badsectors *)dbsi.dbsi_buffer; 436 tm = dbs->dbs_failedat.tv_sec; 438 dvname, dbs->dbs_min, dbs->dbs_max, 440 dbs++; 482 dbs = (struct disk_badsectors *)dbsi.dbsi_buffer; 487 *dbs2 = *dbs; 489 dbs++; 503 SLIST_FOREACH(dbs, &dbstop, dbs_next) [all...] |
dkctl.c | 406 struct disk_badsectors *dbs, *dbs2, buffer[200]; local in function:disk_badsectors 434 dbs = (struct disk_badsectors *)dbsi.dbsi_buffer; 436 tm = dbs->dbs_failedat.tv_sec; 438 dvname, dbs->dbs_min, dbs->dbs_max, 440 dbs++; 482 dbs = (struct disk_badsectors *)dbsi.dbsi_buffer; 487 *dbs2 = *dbs; 489 dbs++; 503 SLIST_FOREACH(dbs, &dbstop, dbs_next) [all...] |
/src/sys/dev/ata/ |
wd.c | 597 struct disk_badsectors *dbs = SLIST_FIRST(&wd->sc_bslist); local in function:wddetach 599 kmem_free(dbs, sizeof(*dbs)); 656 struct disk_badsectors *dbs; local in function:wdstrategy 669 SLIST_FOREACH(dbs, &wd->sc_bslist, dbs_next) 670 if ((dbs->dbs_min <= bp->b_rawblkno && 671 bp->b_rawblkno <= dbs->dbs_max) || 672 (dbs->dbs_min <= maxblk && maxblk <= dbs->dbs_max)){ 989 struct disk_badsectors *dbs; local in function:wddone 1312 struct disk_badsectors *dbs, dbsbuf; local in function:wdioctl 1385 struct disk_badsectors *dbs = local in function:wdioctl [all...] |
wd.c | 597 struct disk_badsectors *dbs = SLIST_FIRST(&wd->sc_bslist); local in function:wddetach 599 kmem_free(dbs, sizeof(*dbs)); 656 struct disk_badsectors *dbs; local in function:wdstrategy 669 SLIST_FOREACH(dbs, &wd->sc_bslist, dbs_next) 670 if ((dbs->dbs_min <= bp->b_rawblkno && 671 bp->b_rawblkno <= dbs->dbs_max) || 672 (dbs->dbs_min <= maxblk && maxblk <= dbs->dbs_max)){ 989 struct disk_badsectors *dbs; local in function:wddone 1312 struct disk_badsectors *dbs, dbsbuf; local in function:wdioctl 1385 struct disk_badsectors *dbs = local in function:wdioctl [all...] |
/src/sys/dev/ic/ |
isp_library.c | 447 const char *dbs[8] = { local in function:isp_dump_portdb 471 chan, i, lp->handle, dbs[lp->state], lp->autologin, mb, roles[lp->roles], lp->portid, roles[lp->new_roles], lp->new_portid,
|
isp_library.c | 447 const char *dbs[8] = { local in function:isp_dump_portdb 471 chan, i, lp->handle, dbs[lp->state], lp->autologin, mb, roles[lp->roles], lp->portid, roles[lp->new_roles], lp->new_portid,
|
sl811hs.c | 2887 const uint8_t dbs[] = { 0x00, 0x0f, 0x33, 0x55 }; /* data backgrounds */ local in function:slhci_memtest 2891 for (i = 0; i < __arraycount(dbs); i++) { 2929 db = (c - '0') ? ~dbs[i] : dbs[i];
|
sl811hs.c | 2887 const uint8_t dbs[] = { 0x00, 0x0f, 0x33, 0x55 }; /* data backgrounds */ local in function:slhci_memtest 2891 for (i = 0; i < __arraycount(dbs); i++) { 2929 db = (c - '0') ? ~dbs[i] : dbs[i];
|