Searched defs:bcopy (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/vi/port/
H A Dbcopy.c33 bcopy(from, to, count) function
/illumos-gate/usr/src/common/util/
H A Dbcopy.c51 bcopy(const void *s1, void *s2, size_t len) function
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dbcopy.c53 bcopy(char *s1, char *s2, int len) function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.h40 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_addrs.c47 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
79 bcopy(hp->h_addr, (char *)&my_machine_addr, hp->h_length);
85 bcopy((char *)&my_machine_addr, (char *)&rem_machine_addr,
108 bcopy(hp->h_addr, (char *) &rem_machine_addr, hp->h_length);
H A Dlook_up.c47 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
154 bcopy(&rsp, &swaprsp, sizeof (CTL_RESPONSE));
185 bcopy(&rsp, &swaprsp, sizeof (struct ctl_response_sun3));
/illumos-gate/usr/src/stand/lib/sa/
H A Dstrings.c43 * NOTE: our memmove() implementation depends on the fact that this bcopy()
47 bcopy(const void *src, void *dest, size_t count) function
/illumos-gate/usr/src/lib/libsocket/inet/
H A Drexec.c56 #define bcopy(a, b, c) (void) memcpy((b), (a), (c)) macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.c37 #define bcopy(a, b, c) (void) memmove(b, a, c) macro
136 bcopy((char *)bp->itempp, (char *)titempp,
/illumos-gate/usr/src/cmd/format/
H A Dmisc.h39 * Define macros bzero and bcopy for convenience
44 #ifndef bcopy
45 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c54 #define bcopy(f, t, n) (void) memcpy(t, f, n) macro
284 bcopy((char *)&(fs_rotbl(fsp)[blk]),
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_subr.c39 * utilities such as bcopy and any such are not yet available
101 bcopy(src, dst + l1, copied);
119 * Restore the kprintf/bcopy/bzero kobj vectors.
124 * certainly not code using bcopy or bzero which would
127 #undef bcopy macro
135 kobj_bcopy = bcopy;
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s110 bcopy(const void *from, void *to, size_t count)
115 ENTRY(bcopy) function
118 clr %o5 ! flag LOFAULT_SET is not set for bcopy
376 SET_SIZE(bcopy)
404 bleu %ncc, bcopy ! if size <= abs(diff): use bcopy,
H A Dniagara_copy.s45 * bcopy/kcopy routine.
49 * ! LOFAULT_SET (low bits). The %o5 is null in bcopy().
76 * bcopy():
114 * For all of bcopy/copyin/copyout the copy logic is specialized according
216 * LOFAULT_SET: Set for bcopy calls, cleared for kcopy calls
453 * We got here because of a fault during a small kcopy or bcopy.
454 * if a fault handler existed when bcopy was called.
462 ! invoke any existing error handler. As far as bcopy is concerned,
474 ! We're here via bcopy. There must have been an error handler
483 * We got here because of a fault during kcopy or bcopy i
610 ENTRY(bcopy) function
[all...]
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c37 void bcopy(void) {} function
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c227 * simple bcopy for cprboot
230 bcopy(const void *s, void *d, size_t count) function
/illumos-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c368 #define bcopy(s1, s2, len) memcpy(s2, s1, len) macro
457 bcopy(addr, host.h_addr_list[0], len);
/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c113 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
H A Don.c67 #define bcopy(b1, b2, len) memcpy(b2, b1, len) macro
285 bcopy(hp->h_addr, (caddr_t)&server_addr.sin_addr, hp->h_length);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c49 #define bcopy(f, t, n) memcpy(t, f, n) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c54 #define bcopy(f, t, n) memcpy(t, f, n) macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s46 * bcopy/copyin/copyout routines.
380 * bcopy()
381 * - another (higher level) interrupt or trap handler uses bcopy
382 * while a bcopy from an earlier interrupt is still active
385 * uses bcopy
455 * use. Bit 2 (TRAMP_FLAG) indicates that the call was to bcopy, and a
495 * Entry points bcopy, copyin_noerr, and copyout_noerr use this flag.
826 * We got here because of a fault during bcopy_more, called from kcopy or bcopy.
856 ! and bcopy. kcopy will *always* set a t_lofault handler
859 ! bcopy i
936 ENTRY(bcopy) function
[all...]
H A Dopl_olympus_copy.s42 * bcopy/copyin/copyout routines.
371 * bcopy()
372 * - another (higher level) interrupt or trap handler uses bcopy
373 * while a bcopy from an earlier interrupt is still active
376 * uses bcopy
431 * use. Bit 2 (TRAMP_FLAG) indicates that the call was to bcopy, and a
471 * Entry points bcopy, copyin_noerr, and copyout_noerr use this flag.
781 * We got here because of a fault during bcopy_more, called from kcopy or bcopy.
811 ! and bcopy. kcopy will *always* set a t_lofault handler
814 ! bcopy i
891 ENTRY(bcopy) function
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h144 * context of krtld/kobj using bcopy or bzero must be directed
145 * to the kobj equivalents. All (ok, most) references to bcopy
148 #define bcopy(s, d, n) kobj_bcopy((s), (d), (n)) macro
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) macro
233 * only do initial bcopy() and SHA1Transform() if
235 * wasting our time doing the bcopy() since there
241 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
286 bcopy(&input[i], input64, 64);
316 * of calling bcopy(), since the bcopy() in this case
327 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
363 * only do initial bcopy() and SHA1Transform() if
365 * wasting our time doing the bcopy() sinc
[all...]

Completed in 118 milliseconds

12