Searched refs:memmove (Results 1 - 20 of 20) sorted by relevance

/xnu-2422.115.4/bsd/dev/i386/
H A Dmemmove.c30 * File: machdep/ppc/libc/memmove.c
54 memmove(void *dst, const void *src, size_t ulen) function
/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrings.h64 void *memmove(void *, const void *, size_t);
H A Dmemcpy.c47 * (the portable versions of) bcopy, memcpy, and memmove.
118 memmove(void *s1, const void *s2, size_t n) function
/xnu-2422.115.4/osfmk/libsa/
H A Dstring.h61 extern void *memmove(void *, const void *, size_t);
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c126 memmove(buf,inp,blocksize);
135 memmove(buf,buf+blocksize,BUFSIZE-blocksize);
138 memmove(buf+ctx->spaceused,inp,inplen);
/xnu-2422.115.4/tools/tests/libMicro/
H A DMakefile.benchmarks70 memmove \
H A Dmemmove.c32 * memmove
69 "notes: measures memmove()\n",
134 (void) memmove(dest, src, opts);
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h19 CC_MEMMOVE : optimized memmove.
72 #define CC_MEMMOVE(D,S,L) memmove((D),(S),(L))
/xnu-2422.115.4/bsd/dev/random/
H A Drandomdev.c567 memmove ((u_int8_t*) buffer + bytes_read, ((u_int8_t*)g_random_data)+ g_bytes_used, bytes_to_read);
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_array.c473 memmove(dst, src, array->itemsize * nitems);
/xnu-2422.115.4/libkern/c++/
H A DOSMetaClass.cpp427 memmove(sStalled->classes, oldStalled, oldSize);
487 memmove(&sStalled->classes[i], &sStalled->classes[i+1],
/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h67 # define bcopy(a,b,c) memmove(b,a,c)
H A Dflow_divert.c650 memmove(&TRIE_BYTE(trie, start), &TRIE_BYTE(trie, bytes_idx), bytes_size);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c3033 memmove(new_extents,
3192 memmove(&tr->trim.extents[insert_index+1],
3229 memmove(&tr->trim.extents[insert_index + 1],
3409 memmove(&trim->extents[keep_before],
3450 memmove(&trim->extents[keep_before],
H A Dvfs_cache.c516 memmove(buff, end, &buff[buflen] - end);
H A Dvfs_fsevents.c2140 memmove(write_buffer, (write_buffer+count+offset) - remainder, remainder);
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_kmsg.c2663 memmove((char *)(((vm_offset_t)kmsg->ikm_header) - dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
2981 memmove((char *)(((vm_offset_t)kmsg->ikm_header) - dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
3788 memmove((char *)((vm_offset_t)kmsg->ikm_header + dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
4321 memmove((char *)((vm_offset_t)kmsg->ikm_header + dsc_adjust), kmsg->ikm_header, sizeof(mach_msg_base_t));
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4747 memmove(&hfsmp->vcbFreeExt[index], &hfsmp->vcbFreeExt[index+1], shift_count * sizeof(hfsmp->vcbFreeExt[0]));
4824 memmove(&hfsmp->vcbFreeExt[i+1], &hfsmp->vcbFreeExt[i], shift_count * sizeof(hfsmp->vcbFreeExt[0]));
/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c1172 memmove(m->m_data, ip6, sizeof(struct ip6_hdr));
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c3052 memmove( &my_ptr[2], &my_ptr[1], (strlen( &my_ptr[1] ) + 1) );

Completed in 313 milliseconds