Searched refs:promplat_bcopy (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_io.c | 128 promplat_bcopy(buf, obuf, len); in prom_read() 187 promplat_bcopy(obuf, buf, len); in prom_write() 212 promplat_bcopy(buf, smallbuf, len); in prom_write()
|
H A D | prom_key.c | 72 promplat_bcopy(obuf, buf, buflen); in prom_set_security_key() 181 promplat_bcopy(buf, obuf, buflen); in prom_get_security_key()
|
H A D | prom_2path.c | 77 promplat_bcopy(buf, obuf, len); in token2path()
|
H A D | prom_prop.c | 292 promplat_bcopy(ovalue, value, len); in prom_setprop()
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | promimpl.h | 123 extern void promplat_bcopy(const void *s1, void *s2, size_t n);
|
/titanic_41/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_fio.c | 185 promplat_bcopy(buf, obuf, len); in prom_fread()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | prom_subr.c | 547 promplat_bcopy(const void *src, void *dst, size_t count) in promplat_bcopy() function
|