Searched defs:probe_offset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c129 hsfs_contents(int fd, off_t probe_offset, LibHalContext *ctx, const char *udi) argument
144 readoff = probe_offset + ISO_VOLDESC_SEC * secsz;
171 readoff = probe_offset + ptbl_lbn * secsz;
448 off_t probe_offset = 0; local
557 if (!find_dos_drive(fd, dos_num, block_size, &probe_offset)) {
561 partition_start = (dbus_uint64_t)probe_offset;
584 probe_offset = 0;
637 if (fstyp_init(rfd, probe_offset, NULL, &fstyp_handle) != 0) {
650 hsfs_contents (fd, probe_offset, ctx, udi);

Completed in 60 milliseconds