HomeSort by: relevance | last modified time | path
    Searched refs:NOSPACE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 267 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC)
287 NOSPACE(ggtt->mappable_end + 4096, PIN_GLOBAL | PIN_MAPPABLE),
290 NOSPACE(ggtt->vm.total + 4096, PIN_GLOBAL),
291 NOSPACE(round_down(U64_MAX, PAGE_SIZE), PIN_GLOBAL),
304 NOSPACE(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | ggtt->mappable_end),
305 NOSPACE(0, PIN_GLOBAL | PIN_OFFSET_BIAS | ggtt->vm.total),
306 NOSPACE(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
307 NOSPACE(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)),
310 #undef NOSPACE
  /src/external/gpl2/dtc/dist/tests/
pylibfdt_tests.py 393 self.assertEquals(-libfdt.NOSPACE,
394 Fdt.create_empty_tree(1, (libfdt.NOSPACE,)))
417 self.assertEquals(-libfdt.NOSPACE,
419 quiet=(libfdt.NOSPACE,)))
502 with self.assertRaisesRegexp(FdtException, get_err(libfdt.NOSPACE)):
503 self.assertEquals(-libfdt.NOSPACE, FdtSw(3))
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 36 NOSPACE,
58 QUIET_NOSPACE = (NOSPACE,)
796 -NOSPACE then the FDT will be expanded to have more space, and True will
  /src/external/bsd/file/dist/src/
file.h 232 #define NOSPACE 0x10 /* suppress space character before output */
apprentice.c 2436 m->flag |= NOSPACE;
2440 m->flag |= NOSPACE;
softmagic.c 469 && (m->flag & NOSPACE) == 0) {
2025 if (m->flag & NOSPACE)

Completed in 49 milliseconds