Searched defs:length (Results 1 - 25 of 113) sorted by relevance

12345

/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrcpy.c29 const size_t length = strlen(src); local
H A Dmemset.c41 bzero(void *dst0, size_t length) argument
52 memset(void *dst0, int c0, size_t length) argument
[all...]
H A Dmemcpy.c51 void * memcpy(void *dst0, const void *src0, size_t length) argument
[all...]
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h41 unsigned long length; member in class:IOPMPowerSourceList
H A DIOPMinformeeList.h44 unsigned long length; member in class:IOPMinformeeList
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_unistr.h51 u_int16_t length; /* number of unicode characters */ member in struct:HFSUniStr255
/xnu-2422.115.4/bsd/libkern/
H A Dmemchr.c33 memchr(const void *bigptr, int ch, size_t length) argument
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSString.h109 unsigned int length; member in class:OSString
H A DOSData.h80 unsigned int length; member in class:OSData
[all...]
H A DOSSerialize.h85 unsigned int length; // of serialized data (counting NULL) member in class:OSSerialize
/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceMemory.h58 IOPhysicalLength length; member in struct:IODeviceMemory::InitElement
[all...]
H A DIOMemoryCursor.h67 IOPhysicalLength length; member in struct:IOMemoryCursor::PhysicalSegment
[all...]
/xnu-2422.115.4/tools/tests/perf_index/
H A Dstress_file_create.c5 void stress_file_create(const char *fs_path, int thread_id, int num_threads, long long length) { argument
H A Dstress_file_write.c10 void stress_file_write_init(const char *fs_path, int num_threads, long long length) { argument
24 void stress_file_write(const char *fs_path, int thread_id, int num_threads, long long length, long long max_file_size) { argument
H A Dstress_file_read.c10 void stress_file_read_init(const char *fs_path, int num_threads, long long length, long long max_file_size) { argument
33 void stress_file_read(const char *fs_path, int thread_id, int num_threads, long long length, long long max_file_size) { argument
62 void stress_file_read_cleanup(const char *fs_path, int num_threads, long long length) { argument
H A Dstress_fault.c34 void stress_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype) { argument
/xnu-2422.115.4/libsyscall/mach/
H A Dstring.c47 _mach_hex(char **buffer, int *length, unsigned long long n) argument
69 _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap) argument
112 _mach_snprintf(char *buffer, int length, const char *fmt, ...) argument
[all...]
/xnu-2422.115.4/pexpert/pexpert/
H A Ddevice_tree.h93 uint32_t length; // Length (bytes) of folloing prop value member in struct:DeviceTreeNodeProperty
/xnu-2422.115.4/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp245 getPhysicalSegment( IOByteCount offset, IOByteCount * length, IOOptionBits options ) argument
[all...]
H A DIOSubMemoryDescriptor.cpp112 IOSubMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount * length, IOOptionBits options) argument
46 withSubRange(IOMemoryDescriptor * of, IOByteCount offset, IOByteCount length, IOOptionBits options) argument
60 initSubRange( IOMemoryDescriptor * parent, IOByteCount offset, IOByteCount length, IODirection direction ) argument
[all...]
/xnu-2422.115.4/bsd/net/
H A Dif_pflog.h78 u_int8_t length; member in struct:pfloghdr
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_syscalls.c804 getaudit_addr_internal(proc_t p, user_addr_t user_addr, size_t length) argument
[all...]
/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_des.c112 des_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, argument
153 des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, argument
/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c37 writeFile(int fd, const void * data, size_t length) argument
/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c322 Size length = srcName[0]; local
337 u_int32_t length = 0; local
[all...]

Completed in 114 milliseconds

12345