Searched refs:diskread (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | diskread.c | 54 diskread(fileid_t *filep) function
|
H A D | cache.c | 544 if (diskread(fp) != 0) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | filep.h | 84 extern int diskread(fileid_t *);
|
/illumos-gate/usr/src/common/fs/ |
H A D | ufsops.c | 113 if (diskread(filep) != 0) { 188 if (diskread(filep) != 0) 267 if (diskread(filep) != 0) 347 if (diskread(filep) != 0) { 407 if (diskread(filep)) { 413 } else if (diskread(filep)) 466 if (diskread(filep)) 572 if (diskread(head)) {
|
H A D | hsfs.c | 170 if (diskread(filep)) 308 if (diskread(filep)) { 309 dprintf("readdir: diskread failed\n"); 341 if (diskread(filep)) /* Trap errors */ 422 if (diskread(head)) { 739 if (diskread(filep)) {
|
H A D | pcfs.c | 132 if (diskread(head)) { 180 if (diskread(head)) { 606 if (diskread(head)) {
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | Makefile | 30 CMNOBJS = cache.o diskread.o fsswitch.o promfs.o
|
/illumos-gate/usr/src/boot/sys/boot/userboot/ |
H A D | userboot.h | 125 int (*diskread)(void *arg, int unit, uint64_t offset, member in struct:loader_callbacks
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 82 diskread(fileid_t *filep) function 105 perror("diskread: pread");
|
/illumos-gate/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 245 extern int diskread(fileid_t *filep); 417 if (diskread(logfp)) { 521 if (diskread(logfp) || eb->type != LUFS_EXTENTS) { 535 if (diskread(logfp)) { 540 if (diskread(logfp)) {
|
H A D | ufsops.c | 502 } else if (diskread(filep)) { 514 } else if (diskread(filep)) 643 if (diskread(head) ||
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 135 diskread(fileid_t *filep) function 145 _kobj_printf(ops, "diskread: start = 0x%p, size = 0x%x\n",
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | userboot_disk.c | 181 rc = CALLBACK(diskread, dev->d_unit, off, buf, size, &resid);
|
/illumos-gate/usr/src/boot/sys/boot/userboot/test/ |
H A D | test.c | 395 .diskread = test_diskread,
|
/illumos-gate/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 362 if (diskread(filep)) { 372 if (diskread(filep)) 499 if (diskread(head)) {
|
Completed in 89 milliseconds