burn_disc_available_space ( struct burn::burn_drive* d, struct burn::burn_write_opts* o )
Return value is of type 'off_t'.
burn_disc_format ( struct burn::burn_drive* drive, long size, int flag )
2nd parameter 'size' is of type 'off_t'.
burn_disc_free_multi_caps ( struct burn::burn_multi_caps** caps )
Field 'caps.start_alignment' in 1st parameter 'caps' (pointer) is of type 'off_t'.
burn_disc_get_format_descr ( struct burn::burn_drive* drive, int index, int* type, long* size, unsigned int* tdp )
4th parameter 'size' (pointer) has base type 'off_t'.
burn_disc_get_formats ( struct burn::burn_drive* drive, int* status, long* size, unsigned int* bl_sas, int* num_formats )
3rd parameter 'size' (pointer) has base type 'off_t'.
burn_disc_get_multi_caps ( struct burn::burn_drive* d, enum burn::burn_write_types wt, struct burn::burn_multi_caps** caps, int flag )
Field 'caps.start_alignment' in 3rd parameter 'caps' (pointer) is of type 'off_t'.
burn_drive_get_status ( struct burn::burn_drive* drive, struct burn::burn_progress* p )
Field 'p.buffered_bytes' in 2nd parameter 'p' (pointer) is of type 'off_t'.
burn_fd_source_new ( int datafd, int subfd, long size )
3rd parameter 'size' is of type 'off_t'.
burn_fifo_fill ( struct burn::burn_source* fifo, int fill, int flag )
Field 'fifo.set_size.p1' in 1st parameter 'fifo' (pointer) has base type 'off_t'.
burn_fifo_get_statistics ( struct burn::burn_source* fifo, int* total_min_fill, int* interval_min_fill, int* put_counter, int* get_counter, int* empty_counter, int* full_counter )
Field 'fifo.set_size.p1' in 1st parameter 'fifo' (pointer) has base type 'off_t'.
...