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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c62 #define INVALID_ADDRESS (uintptr_t)(-1) macro
141 * INVALID_ADDRESS). If both are unspecified, no address range restrictions are
144 static uintptr_t start_addr = INVALID_ADDRESS;
145 static uintptr_t end_addr = INVALID_ADDRESS;
1292 * start is set to address, end is set to INVALID_ADDRESS
1304 ulong_t s = (ulong_t)INVALID_ADDRESS;
1305 ulong_t e = (ulong_t)INVALID_ADDRESS;
1310 * remains set at INVALID_ADDRESS. Otherwise it is set to the
1323 * missing, start will be set to INVALID_ADDRESS.
1336 if (e != INVALID_ADDRESS
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c179 #define INVALID_ADDRESS(addr, ckh) ((addr == 0) ? 0 : \ macro
299 INVALID_ADDRESS(ch->inuse, ch) ||
300 INVALID_ADDRESS(ch->free, ch)) {
410 if (INVALID_ADDRESS(ch->inuse, ch) ||
411 INVALID_ADDRESS(ch->inuse_end, ch) ||
412 INVALID_ADDRESS(ch->free, ch)) {
422 if (INVALID_ADDRESS(cd->prev, ch) ||
423 INVALID_ADDRESS(cd->next, ch) ||
424 INVALID_ADDRESS(cd->prevhash, ch) ||
425 INVALID_ADDRESS(c
[all...]

Completed in 49 milliseconds