Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSData.h173 unsigned int numBytes __xnu_data_size);
236 unsigned int numBytes);
330 unsigned int numBytes);
382 unsigned int numBytes __xnu_data_size);
443 unsigned int numBytes);
541 unsigned int numBytes);
703 unsigned int numBytes __xnu_data_size);
811 unsigned int numBytes) const;
851 unsigned int numBytes) const;
939 unsigned int numBytes);
/xnu-11215/bsd/sys/
H A Drandom.h47 void read_random(void* buffer, u_int numBytes);
48 void read_frandom(void* buffer, u_int numBytes);
49 int write_random(void* buffer, u_int numBytes);
/xnu-11215/osfmk/prng/
H A Dprng_random.c381 read_frandom(void * buffer, u_int numBytes) in read_frandom() argument
383 read_erandom(buffer, numBytes); in read_frandom()
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp4198 mach_vm_size_t numBytes; in wireVirtual() local
4206 numBytes = memRefEntry->size; in wireVirtual()
4215 getAddrLenForInd(startPage, numBytes, type, vec, range, _task); in wireVirtual()
4224 numBytes += startPageOffset; in wireVirtual()
4233 while (numBytes) { in wireVirtual()
4274 if (numBytes > ioplPhysSize) { in wireVirtual()
4277 ioplSize = ((typeof(ioplSize))numBytes); in wireVirtual()
4358 numBytes += iopl.fPageOffset; in wireVirtual()
4380 if (ioplSize < numBytes) { in wireVirtual()
4381 numBytes -= ioplSize; in wireVirtual()
[all …]
H A DIOPMrootDomain.cpp12403 swd_compress(char *inPtr, char *outPtr, size_t numBytes) argument
12408 if (((unsigned int) numBytes) != numBytes) {
12433 swd_zip_var.totalbytes = numBytes;
12449 zs->avail_in = (unsigned int) numBytes;
12463 if (zs->total_in == numBytes) {
12483 if (zs->total_in == numBytes) {
/xnu-11215/osfmk/kern/
H A Depoch_sync.c603 extern void read_random(void* buffer, u_int numBytes); in random_delay()
/xnu-11215/osfmk/tests/
H A Dpmap_tests.c43 extern void read_random(void* buffer, u_int numBytes);