| /netvirt/usr/src/cmd/vi/port/ |
| bcopy.c | 30 #pragma ident "@(#)bcopy.c 1.8 05/10/28 SMI" 33 bcopy(from, to, count) function
|
| /netvirt/usr/src/common/util/ |
| bcopy.c | 34 #pragma ident "@(#)bcopy.c 1.12 05/06/10 SMI" 49 bcopy(const void *s1, void *s2, size_t len) function
|
| /netvirt/usr/src/ucblib/libucb/port/gen/ |
| bcopy.c | 40 #pragma ident "@(#)bcopy.c 1.8 05/06/08 SMI" 53 bcopy(char *s1, char *s2, int len) function
|
| /netvirt/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));
|
| /netvirt/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
|
| /netvirt/usr/src/cmd/cmd-inet/usr.bin/ |
| whois.c | 51 #define bcopy(a,b,c) memcpy((b),(a),(c)) macro 92 bcopy(hp->h_addr, &sin.sin_addr, hp->h_length);
|
| /netvirt/usr/src/lib/libsocket/inet/ |
| rexec.c | 55 #define bcopy(a, b, c) (void) memcpy((b), (a), (c)) macro
|
| /netvirt/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;
|
| /netvirt/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);
|
| /netvirt/usr/src/cmd/format/ |
| misc.h | 43 * Define macros bzero and bcopy for convenience 48 #ifndef bcopy 49 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) macro
|
| /netvirt/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]),
|
| /netvirt/usr/src/psm/stand/cpr/common/ |
| support.c | 227 * simple bcopy for cprboot 230 bcopy(const void *s, void *d, size_t count) function
|
| /netvirt/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...] |
| /netvirt/usr/src/cmd/fs.d/ufs/tunefs/ |
| tunefs.c | 54 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
| /netvirt/usr/src/lib/libumem/common/ |
| linktest_stand.c | 38 void bcopy(void) {} function
|
| /netvirt/usr/src/cmd/fs.d/ufs/quotaon/ |
| quotaon.c | 49 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
| /netvirt/usr/src/cmd/rexd/ |
| unix_login.c | 113 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
| /netvirt/usr/src/cmd/xntpd/libparse/ |
| clk_trimtsip.c | 33 * mem* operations. I don't want them - bcopy, bzero 43 # define bcopy(_X_, _Y_, _Z_) memmove(_Y_, _X_, _Z_) macro 186 bcopy(parseio->parse_data, parseio->parse_ldata, parseio->parse_ldsize);
|
| parse.c | 71 * mem* operations. I don't want them - bcopy, bzero 76 #define bcopy(_X_, _Y_, _Z_) memmove(_Y_, _X_, _Z_) macro 474 bcopy(parseio->parse_data, parseio->parse_ldata, parseio->parse_index+1); 533 bcopy(parseio->parse_data, parseio->parse_ldata, parseio->parse_index+1); 1026 bcopy(parse->parse_ldata, dct->parsegettc.parse_buffer, dct->parsegettc.parse_count); 1082 bcopy(clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_buffer, dct->parseformat.parse_count);
|
| /netvirt/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);
|
| /netvirt/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
|
| /netvirt/usr/src/uts/intel/ia32/ml/ |
| copy.s | 350 bcopy(const void *from, void *to, size_t count) 357 ENTRY(bcopy) function 398 SET_SIZE(bcopy) 406 ENTRY(bcopy) function 439 SET_SIZE(bcopy) [all...] |
| /netvirt/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...] |