Searched refs:rbf (Results 1 – 5 of 5) sorted by relevance
162 ufsrestore rbf 512 $rawdisk0 &
1027 rtw_rxdesc_init(rtw_softc_t *rsc, struct rtw_rxbuf *rbf, int idx, int is_last) in rtw_rxdesc_init() argument1030 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()
1028 i = rbf(); in getch0()1032 (void)rbf(); in getch0()1036 i = rbf(); in getch0()
297 while ((i = rbf()) != 0)548 tchar rbf() /*return next char from blist[] block*/ in rbf() function
331 extern tchar rbf(), rbf0();