Home
last modified time | relevance | path

Searched refs:writeb (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c432 buf_t *writeb = &cs->cs_hbuf; in raid_resync_region() local
547 reset_buf(writeb, B_WRITE | B_BUSY, in raid_resync_region()
549 writeb->b_bcount = dbtob(tcopysize); in raid_resync_region()
550 writeb->b_un.b_addr = cs->cs_pbuffer; in raid_resync_region()
551 writeb->b_lblkno = off + write_dev_start; in raid_resync_region()
552 writeb->b_edev = md_dev64_to_dev(dev_to_write); in raid_resync_region()
555 (void) md_call_strategy(writeb, MD_STR_NOTTOP, NULL); in raid_resync_region()
556 if (biowait(writeb)) { in raid_resync_region()
562 writeb->b_blkno += tcopysize; in raid_resync_region()
569 sema_destroy(&writeb->b_io); in raid_resync_region()
[all …]
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c156 #undef writeb
162 #define writeb outb macro
317 writeb(nic->node_addr[i], ioaddr + StationAddr + i); in w89c840_reset()
H A Dio.h86 #define writeb(b,addr) ((*(volatile unsigned char *) (addr)) = (b)) macro
H A Dr8169.c121 #define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg))
H A Dsundance.c422 writeb(0x01, BASE + DebugCtrl1); in sundance_reset()
H A Dvia-rhine.c1083 writeb(0x60 | 0x01, byTCR); in rhine_disable()
H A Dtg3.c107 #define tw8(reg,val) writeb(((val) & 0xff), tg3.regs + (reg))