Searched defs:zmemcpy (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c70 zmemcpy(void *dest, const void *source, uint_t len) function
H A Dzutil.c155 void zmemcpy(dest, source, len) function
H A Dzutil.h231 # define zmemcpy _fmemcpy macro
235 # define zmemcpy memcpy macro
240 extern void zmemcpy OF((void* dest, const void* source, uInt len));
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.c152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
H A Dzutil.h204 # define zmemcpy _fmemcpy macro
208 # define zmemcpy memcpy macro
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/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
718 zmemcpy(strm->next_out, state->pending_out, len);
892 zmemcpy(buf, strm->next_in, len);
1137 zmemcpy((charf *)s->window, (charf *)s->window+wsize,
3345 zmemcpy(q, p, t);
3569 zmemcpy(q, p, t);
4345 zmemcpy(p, q, n);
4373 zmemcpy(p, q, n);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c222 #define zmemcpy _fmemcpy macro
226 #define zmemcpy (void) memcpy macro
231 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
976 zmemcpy(s->window, dictionary, length);
1101 zmemcpy(strm->next_out, s->pending_out, len);
1321 zmemcpy(dest, source, sizeof (*dest));
1327 zmemcpy(ds, ss, sizeof (*ds));
1342 /* following zmemcpy doesn't work for 16-bit MSDOS */
1343 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof (Byte));
1344 zmemcpy(d
5874 zmemcpy(dest, source, len) function
[all...]

Completed in 82 milliseconds