Searched refs:out_vol (Results 1 – 1 of 1) sorted by relevance
163 hfs_volume* out_vol, in hfslib_open_volume() argument179 if (in_device == NULL || out_vol == NULL) in hfslib_open_volume()182 out_vol->readonly = in_readonly; in hfslib_open_volume()183 out_vol->offset = 0; in hfslib_open_volume()185 if (hfslib_openvoldevice(out_vol, in_device, cbargs) != 0) in hfslib_open_volume()196 if (hfslib_readd(out_vol, buffer, max(sizeof(hfs_volume_header_t), in hfslib_open_volume()206 out_vol->offset = in hfslib_open_volume()211 if (hfslib_readd(out_vol, buffer, in hfslib_open_volume()219 if (hfslib_read_volume_header(buffer, &(out_vol->vh)) == 0) in hfslib_open_volume()226 switch(out_vol->vh.signature) { in hfslib_open_volume()[all …]