Searched refs:dmadat (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/stand/libsa/
H A Dufsread.c82 struct dmadat { struct
88 static struct dmadat *dmadat; variable in typeref:struct:dmadat
189 if ((buf == NULL && nbyte != 0) || dmadat == NULL)
192 blkbuf = dmadat->blkbuf;
193 indbuf = dmadat->indbuf;
204 if (dskread(dmadat->sbbuf, sblock_try[n] / DEV_BSIZE,
207 memcpy(&fs, dmadat->sbbuf, sizeof(struct fs));
229 memcpy(&fs, dmadat->sbbuf, sizeof(struct fs));
/freebsd-11-stable/stand/efi/boot1/
H A Dufs_module.c76 static struct dmadat __dmadat;
87 dmadat = &__dmadat;
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c134 struct dmadat { struct
138 static struct dmadat *dmadat; variable in typeref:struct:dmadat
244 if (drvread(&zdsk->dsk, dmadat->rdbuf, alignlba, alignnb))
250 DEV_BSIZE), dmadat->rdbuf, alignnb * DEV_BSIZE))
254 memcpy(p, dmadat->rdbuf + diff, nb * DEV_BSIZE);
291 memcpy(dmadat->rdbuf, p, nb * DEV_BSIZE);
292 if (drvwrite(&zdsk->dsk, dmadat->rdbuf, lba, nb))
594 sec = dmadat->secbuf;
714 dmadat
[all...]
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c235 if (gptread(&freebsd_ufs_uuid, &gdsk.dsk, dmadat->secbuf) == -1) {
270 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);
278 heap_next = (char *)dmadat + sizeof(*dmadat);
646 if (drvread(&dskp->dsk, dmadat->blkbuf, lba, nb))
648 memcpy(p, dmadat->blkbuf, nb * DEV_BSIZE);
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c152 static struct dmadat __dmadat;
208 dmadat = &__dmadat;
561 sec = dmadat->secbuf;
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c304 sec = dmadat->secbuf;
333 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);
615 sec = dmadat->secbuf;
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c453 static struct dmadat __dmadat;
508 dmadat = &__dmadat;
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c478 static struct dmadat __dmadat;
484 dmadat = &__dmadat;
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c208 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);
480 sec = dmadat->secbuf;

Completed in 187 milliseconds