Searched defs:ovbcopy (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | ieee80211_crypto.c | 57 #define ovbcopy(x, y, z) memmove(y, x, z); macro 59 #define ovbcopy(x, y, z) bcopy(x, y, z); macro
|
| /onnv-gate/usr/src/uts/sun4/cpu/ |
| H A D | cpu_module.c | 252 ovbcopy(const void *from, void *to, size_t count) in ovbcopy() function
|