Searched refs:write_out (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | boot_utils.h | 52 int write_out(int, void *, size_t, off_t);
|
H A D | boot_utils.c | 57 write_out(int fd, void *buffer, size_t size, off_t off) function
|
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 404 if (write_out(device->fd, bufptr, size, SECTOR_SIZE) != BC_SUCCESS) { 414 if (write_out(device->fd, bufptr, size, BBLK_ZFS_EXTRA_OFF) 437 if (write_out(device->fd, bblock->buf, bblock->buf_size,
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 994 if (write_out(device->part_fd, stage2->file, SECTOR_SIZE, 997 write_out(device->part_fd, stage2->file + SECTOR_SIZE, 1023 if (write_out(device->part_fd, stage2->buf, stage2->buf_size, 1044 if (write_out(device->part_fd, install->stage1_buf, 1056 if (write_out(device->disk_fd, install->stage1_buf,
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 522 ret = write_out(dev_fd, bblock->buf, bblock->buf_size, offset); 555 if (write_out(device->stage.fd, data->stage1, 576 if (write_out(device->target.fd, data->stage1, 591 if (write_out(device->fd, data->stage1,
|
Completed in 65 milliseconds