Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c68 #define INVALID_ADDRESS (uintptr_t)(-1) macro
150 static uintptr_t start_addr = INVALID_ADDRESS;
151 static uintptr_t end_addr = INVALID_ADDRESS;
152 static uintptr_t comm_page = INVALID_ADDRESS;
757 if (comm_page != INVALID_ADDRESS && vaddr == comm_page) { in mapping_name()
1324 ulong_t s = (ulong_t)INVALID_ADDRESS; in parse_addr_range()
1325 ulong_t e = (ulong_t)INVALID_ADDRESS; in parse_addr_range()
1356 if (e != INVALID_ADDRESS && s == INVALID_ADDRESS) in parse_addr_range()
1363 return (! (s != INVALID_ADDRESS || e != INVALID_ADDRESS)); in parse_addr_range()
1382 if (start_addr != INVALID_ADDRESS || end_addr != INVALID_ADDRESS) { in address_in_range()
[all …]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c177 #define INVALID_ADDRESS(addr, ckh) ((addr == 0) ? 0 : \ macro
297 INVALID_ADDRESS(ch->inuse, ch) || in create_cache_file_ch()
298 INVALID_ADDRESS(ch->free, ch)) { in create_cache_file_ch()
408 if (INVALID_ADDRESS(ch->inuse, ch) || in cache_remap_addresses_ch()
409 INVALID_ADDRESS(ch->inuse_end, ch) || in cache_remap_addresses_ch()
410 INVALID_ADDRESS(ch->free, ch)) { in cache_remap_addresses_ch()
420 if (INVALID_ADDRESS(cd->prev, ch) || in cache_remap_addresses_ch()
421 INVALID_ADDRESS(cd->next, ch) || in cache_remap_addresses_ch()
422 INVALID_ADDRESS(cd->prevhash, ch) || in cache_remap_addresses_ch()
423 INVALID_ADDRESS(cd->nexthash, ch)) { in cache_remap_addresses_ch()
[all …]
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c144 #define INVALID_ADDRESS (uintptr_t)(-1) macro
193 static uintptr_t comm_page = INVALID_ADDRESS;
603 if (lname == NULL && comm_page != INVALID_ADDRESS && in create_maplist()