Searched refs:many (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.140.41/bsd/dev/vn/ |
| H A D | shadow.c | 572 off_t many = howmany(file_size, band_size); in shadow_map_create() local 573 if (many > (BAND_MAX + 1)) { in shadow_map_create() 575 many, BAND_MAX); in shadow_map_create() 578 n_bands = (uint32_t)many; in shadow_map_create()
|
| /xnu-8020.140.41/libsyscall/mach/ |
| H A D | err_kern.sub | 127 "(os/unix) too many links", 155 "(os/unix) too many references; can't splice", 158 "(os/unix) too many levels of symbolic links",
|
| H A D | err_iokit.sub | 143 "(iokit/usb) too many pipes", // 0x060
|
| H A D | err_server.sub | 175 "(server/object system) too many arguments to method",
|
| /xnu-8020.140.41/libkern/libkern/c++/ |
| H A D | OSPtr.h | 54 ask IOKit to return shared pointers from many of its API \
|
| /xnu-8020.140.41/libkdd/ |
| H A D | README.md | 76 to many subsystems. It includes data such as io stats, vm counters, process names/flags and syscall…
|
| /xnu-8020.140.41/makedefs/ |
| H A D | MakeInc.top | 114 # many groups of configurations as you wish. Each item passed in is 335 # $(5) is how many build configurations to build in parallel 338 # Since building many configurations in parallel may overwhelm the system,
|
| /xnu-8020.140.41/osfmk/tests/ |
| H A D | README.md | 72 * There are many ** T_* ** macros available for your convenience.
|
| /xnu-8020.140.41/bsd/miscfs/devfs/ |
| H A D | README | 112 3/ many features are not present yet..
|
| /xnu-8020.140.41/doc/ |
| H A D | debugging.md | 102 caused many programming errors, so it’s recommended to use **bytearray**, **bytes**, and 372 aren’t cached or too many temporary objects are created. Simple profiling is similar to collecting
|