| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| bcopy.c | 33 bcopy(from, to, count) function
|
| /onnv/onnv-gate/usr/src/common/util/ |
| bcopy.c | 51 bcopy(const void *s1, void *s2, size_t len) function
|
| string.c | 562 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) macro 582 bcopy(src, dst + l1, copied); 600 bcopy(src, dst, copied);
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/ |
| bcopy.c | 53 bcopy(char *s1, char *s2, int len) function
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| get_addrs.c | 47 #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);
|
| look_up.c | 47 #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));
|
| /onnv/onnv-gate/usr/src/stand/lib/sa/ |
| strings.c | 43 * NOTE: our memmove() implementation depends on the fact that this bcopy() 47 bcopy(const void *src, void *dest, size_t count) function
|
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| nhash.c | 37 #define bcopy(a, b, c) (void) memmove(b, a, c) macro 136 bcopy((char *)bp->itempp, (char *)titempp,
|
| /onnv/onnv-gate/usr/src/lib/libsocket/inet/ |
| rexec.c | 56 #define bcopy(a, b, c) (void) memcpy((b), (a), (c)) macro
|
| /onnv/onnv-gate/usr/src/uts/common/krtld/ |
| kobj_subr.c | 39 * 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;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| gettable.c | 53 #define bcopy(a,b,c) memcpy(b,a,c) macro 120 bcopy((char *)&sintmp.sin_addr, (char *)&sin.sin_addr, 123 bcopy(hp->h_addr, (char *)&sin.sin_addr, hp->h_length);
|
| /onnv/onnv-gate/usr/src/cmd/format/ |
| misc.h | 40 * Define macros bzero and bcopy for convenience 45 #ifndef bcopy 46 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) macro
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/labelit/ |
| labelit.c | 54 #define bcopy(f, t, n) (void) memcpy(t, f, n) macro 284 bcopy((char *)&(fs_rotbl(fsp)[blk]),
|
| /onnv/onnv-gate/usr/src/psm/stand/cpr/common/ |
| support.c | 227 * simple bcopy for cprboot 230 bcopy(const void *s, void *d, size_t count) function
|
| /onnv/onnv-gate/usr/src/uts/sun4v/cpu/ |
| generic_copy.s | 110 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, [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/tunefs/ |
| tunefs.c | 54 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
| /onnv/onnv-gate/usr/src/lib/libumem/common/ |
| linktest_stand.c | 38 void bcopy(void) {} function
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/quotaon/ |
| quotaon.c | 49 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| unix_login.c | 113 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
| on.c | 67 #define bcopy(b1, b2, len) memcpy(b2, b1, len) macro 285 bcopy(hp->h_addr, (caddr_t)&server_addr.sin_addr, hp->h_length);
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| rpc_bootstrap.c | 368 #define bcopy(s1, s2, len) memcpy(s2, s1, len) macro 457 bcopy(addr, host.h_addr_list[0], len);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| kobj_impl.h | 144 * 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
|
| /onnv/onnv-gate/usr/src/uts/sun4u/cpu/ |
| cheetah_copy.s | 46 * 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 936 ENTRY(bcopy) function [all...] |
| opl_olympus_copy.s | 44 * bcopy/copyin/copyout routines. 373 * bcopy() 374 * - another (higher level) interrupt or trap handler uses bcopy 375 * while a bcopy from an earlier interrupt is still active 378 * uses bcopy 433 * use. Bit 2 (TRAMP_FLAG) indicates that the call was to bcopy, and a 473 * Entry points bcopy, copyin_noerr, and copyout_noerr use this flag. 783 * We got here because of a fault during bcopy_more, called from kcopy or bcopy. 813 ! and bcopy. kcopy will *always* set a t_lofault handler 816 ! bcopy is concerned, we only set t_lofault if there was a 893 ENTRY(bcopy) function [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/ |
| copy.s | 59 * The optimal 64-bit bcopy and kcopy for modern x86 processors uses 61 * bcopy/kcopy/bzero/kzero operate on small buffers. For best performance for 354 bcopy(const void *from, void *to, size_t count) 361 ENTRY(bcopy) function 375 * kcopy assumes that bcopy doesn't touch %r9 and %r11. If bcopy 380 #define L(s) .bcopy/**/s 886 SET_SIZE(bcopy) 894 ENTRY(bcopy) function 927 SET_SIZE(bcopy) [all...] |