Searched refs:drvwrite (Results 1 – 5 of 5) sorted by relevance
| /src/stand/libsa/ |
| H A D | gpt.c | 71 if (drvwrite(dskp, secbuf, slba, 1)) { in gptupdate() 84 if (drvwrite(dskp, secbuf, hdr->hdr_lba_self, 1)) { in gptupdate() 262 if (drvwrite(dskp, secbuf, slba, 1)) { in gptbootconv() 277 if (drvwrite(dskp, secbuf, hdr->hdr_lba_self, 1)) in gptbootconv()
|
| /src/stand/efi/gptboot/ |
| H A D | drv.h | 36 int drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk);
|
| H A D | proto.c | 84 drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk) in drvwrite() function
|
| /src/stand/i386/common/ |
| H A D | drv.h | 42 int drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk);
|
| H A D | drv.c | 78 drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk) in drvwrite() function
|