Searched refs:NOSPACE (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| H A D | i915_vma.c | 267 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC) in igt_vma_pin1() macro 287 NOSPACE(ggtt->mappable_end + 4096, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1() 290 NOSPACE(ggtt->vm.total + 4096, PIN_GLOBAL), in igt_vma_pin1() 291 NOSPACE(round_down(U64_MAX, PAGE_SIZE), PIN_GLOBAL), in igt_vma_pin1() 304 NOSPACE(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | ggtt->mappable_end), in igt_vma_pin1() 305 NOSPACE(0, PIN_GLOBAL | PIN_OFFSET_BIAS | ggtt->vm.total), in igt_vma_pin1() 306 NOSPACE(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 307 NOSPACE(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)), in igt_vma_pin1() 310 #undef NOSPACE in igt_vma_pin1()
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | 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))
|
| /netbsd-src/external/gpl2/dtc/dist/pylibfdt/ |
| H A D | libfdt.i | 36 NOSPACE, 58 QUIET_NOSPACE = (NOSPACE,)
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | file.h | 219 #define NOSPACE 0x10 /* suppress space character before output */ macro
|
| H A D | softmagic.c | 449 && (m->flag & NOSPACE) == 0) { in match() 1951 if (m->flag & NOSPACE) in mget()
|
| H A D | apprentice.c | 2406 m->flag |= NOSPACE; in parse() 2410 m->flag |= NOSPACE; in parse()
|