Searched refs:cpr_read (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cprboot.h | 223 extern int cpr_read(int, caddr_t, size_t); 241 extern int cpr_read(int, char *, size_t);
|
H A D | cprboot.c | 431 nread = cpr_read(sfile.fd, dst_virt, len); in cb_read_statefile()
|
H A D | util.c | 160 cpr_read(int fd, caddr_t buf, size_t len) in cpr_read() function
|
/titanic_41/usr/src/psm/stand/cpr/common/ |
H A D | support.c | 165 nread = cpr_read(fd, (caddr_t)cdp, sizeof (*cdp)); in cpr_read_cdump()
|