Home
last modified time | relevance | path

Searched refs:rbf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_003_pos.ksh162 ufsrestore rbf 512 $rawdisk0 &
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1027 rtw_rxdesc_init(rtw_softc_t *rsc, struct rtw_rxbuf *rbf, int idx, int is_last) in rtw_rxdesc_init() argument
1030 uint8_t *buf = (uint8_t *)rbf->bf_dma.mem_va; in rtw_rxdesc_init()
1032 ASSERT(rbf != NULL); in rtw_rxdesc_init()
1033 rbf->rxdesc->rd_buf = (rbf->bf_dma.cookie.dmac_address); in rtw_rxdesc_init()
1034 bzero(buf, rbf->bf_dma.alength); in rtw_rxdesc_init()
1035 RTW_DMA_SYNC(rbf->bf_dma, DDI_DMA_SYNC_FORDEV); in rtw_rxdesc_init()
1037 ctl = (rbf->bf_dma.alength & 0xfff) | RTW_RXCTL_OWN; in rtw_rxdesc_init()
1042 rbf->rxdesc->rd_ctl = (ctl); in rtw_rxdesc_init()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c1028 i = rbf(); in getch0()
1032 (void)rbf(); in getch0()
1036 i = rbf(); in getch0()
H A Dn3.c297 while ((i = rbf()) != 0)
548 tchar rbf() /*return next char from blist[] block*/ in rbf() function
H A Dtdef.h331 extern tchar rbf(), rbf0();