Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dbofi_impl.h95 caddr_t allocaddr; member
/titanic_53/usr/src/uts/common/io/
H A Dbofi.c3566 hp->allocaddr = ddi_umem_alloc( in bofi_dma_bindhdl()
3570 if (hp->allocaddr == NULL) in bofi_dma_bindhdl()
3572 hp->addr = hp->allocaddr + ((uintptr_t)hp->addr & pagemask); in bofi_dma_bindhdl()
3620 if (bofi_sync_check && hp->allocaddr) in bofi_dma_bindhdl()
3623 hp->allocaddr = NULL; in bofi_dma_bindhdl()
3696 if (hp->allocaddr) in bofi_dma_unbindhdl()
3700 if (bofi_sync_check && hp->allocaddr) in bofi_dma_unbindhdl()
3703 hp->allocaddr = NULL; in bofi_dma_unbindhdl()
3748 if (hp->allocaddr) in bofi_dma_flush()
3775 if (hp->allocaddr) in bofi_dma_flush()
[all …]
/titanic_53/usr/src/cmd/sendmail/src/
H A Dparseaddr.c23 static void allocaddr __P((ADDRESS *, int, char *, ENVELOPE *));
169 allocaddr(a, flags, addr, e);
413 allocaddr(a, flags, paddr, e) in allocaddr() function
2890 allocaddr(a1, RF_COPYALL, sm_rpool_strdup_x(e->e_rpool, a->q_paddr), e);