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

/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c128 hsfs_contents(int fd, off_t probe_offset, LibHalContext *ctx, const char *udi) argument
143 readoff = probe_offset + ISO_VOLDESC_SEC * secsz;
170 readoff = probe_offset + ptbl_lbn * secsz;
445 off_t probe_offset = 0; local
541 if (!find_dos_drive(fd, dos_num, block_size, &probe_offset)) {
545 partition_start = (dbus_uint64_t)probe_offset;
568 probe_offset = 0;
621 if (fstyp_init(rfd, probe_offset, NULL, &fstyp_handle) != 0) {
634 hsfs_contents (fd, probe_offset, ctx, udi);

Completed in 23 milliseconds