Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c132 return (DAM_EINVAL); in damap_create()
411 return (DAM_EINVAL); in damap_addr_add()
468 return (DAM_EINVAL); in damap_addr_del()
511 return (DAM_EINVAL); in damap_addrset_flush_locked()
558 return (DAM_EINVAL); in damap_addrset_begin()
595 return (DAM_EINVAL); in damap_addrset_flush()
631 return (DAM_EINVAL); in damap_addrset_add()
683 return (DAM_EINVAL); in damap_addrset_end()
/illumos-gate/usr/src/uts/common/sys/
H A Ddamap.h173 #define DAM_EINVAL 3 macro