Home
last modified time | relevance | path

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

/original-bsd/sys/tahoe/if/
H A Dif_ace.c89 caddr_t is_dpm; /* address of mapped memory */ member
159 &is->is_map, &is->is_dpm) == 0) {
249 txs = (struct tx_segment*)(is->is_dpm + (is->is_txnext << 11));
305 txseg = (struct tx_segment *)((is->is_eoctr << 11) + is->is_dpm);
344 rxseg = (struct rx_segment *)((is->is_eictr << 11) + is->is_dpm);
714 bzero(is->is_dpm, 16384*2);
718 pData1 = is->is_dpm + (is->is_segboundry << 11);