Home
last modified time | relevance | path

Searched defs:zmemcpy (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c69 zmemcpy(void *dest, const void *source, uint_t len) in zmemcpy() function
/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h223 # define zmemcpy _fmemcpy macro
227 # define zmemcpy memcpy macro
H A Dzutil.c146 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c766 # define zmemcpy _fmemcpy macro
770 # define zmemcpy memcpy macro
819 void zmemcpy(dest, source, len) in zmemcpy() function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c220 #define zmemcpy _fmemcpy macro
224 #define zmemcpy (void) memcpy macro
5872 zmemcpy(dest, source, len) in zmemcpy() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c92 # define zmemcpy memcpy macro
95 # define zmemcpy(d, s, n) bcopy((s), (d), (n)) macro