HomeSort by: relevance | last modified time | path
    Searched defs:VALID (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
pwcache.h 41 * archives. The chances of hitting a valid lookup with an archive is quite a
55 #define VALID 1 /* entry and name are valid */
56 #define INVALID 2 /* entry valid, name NOT valid */
63 int valid; /* is this a valid or a miss entry */ member in struct:uidc
69 int valid; /* is this a valid or a miss entry */ member in struct:gidc
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 264 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", " #fl ", (valid) " }
268 VALID(0, PIN_GLOBAL),
269 VALID(0, PIN_GLOBAL | PIN_MAPPABLE),
271 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 4096),
272 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 8192),
273 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
274 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
275 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)),
277 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096))
    [all...]

Completed in 32 milliseconds