Searched refs:p_cookie (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c251 physmem_validate_cookie(uint64_t p_cookie) argument
265 if ((uint64_t)(uintptr_t)php == p_cookie) {
615 physmem_destroy_addrs(uint64_t p_cookie) argument
622 if (physmem_validate_cookie(p_cookie) == 0) {
627 len = ((struct physmem_hash *)(uintptr_t)p_cookie)->ph_seg_len;
628 uvaddr = ((struct physmem_hash *)(uintptr_t)p_cookie)->ph_base_va;

Completed in 46 milliseconds