/src/sys/arch/sparc/stand/ofwboot/ |
loadfile_machdep.c | 108 static struct memsw { struct 119 static struct memsw *memsw = &memswa[0]; variable in typeref:struct:memsw * 588 return (*memsw->read)(f, addr, size); 594 return (*memsw->memcpy)(dst, src, size); 600 return (*memsw->memset)(dst, c, size); 783 if (type >= (sizeof(memswa) / sizeof(struct memsw))) { 791 (*memsw->freeall)(); 792 memsw = &memswa[type];
|
loadfile_machdep.c | 108 static struct memsw { struct 119 static struct memsw *memsw = &memswa[0]; variable in typeref:struct:memsw * 588 return (*memsw->read)(f, addr, size); 594 return (*memsw->memcpy)(dst, src, size); 600 return (*memsw->memset)(dst, c, size); 783 if (type >= (sizeof(memswa) / sizeof(struct memsw))) { 791 (*memsw->freeall)(); 792 memsw = &memswa[type];
|