Searched refs:writeb (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_resync.c | 432 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 D | w89c840.c | 156 #undef writeb 162 #define writeb outb macro 317 writeb(nic->node_addr[i], ioaddr + StationAddr + i); in w89c840_reset()
|
H A D | io.h | 86 #define writeb(b,addr) ((*(volatile unsigned char *) (addr)) = (b)) macro
|
H A D | r8169.c | 121 #define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg))
|
H A D | sundance.c | 422 writeb(0x01, BASE + DebugCtrl1); in sundance_reset()
|
H A D | via-rhine.c | 1083 writeb(0x60 | 0x01, byTCR); in rhine_disable()
|
H A D | tg3.c | 107 #define tw8(reg,val) writeb(((val) & 0xff), tg3.regs + (reg))
|