t_seccnt          236 src/simh/sim_disk.c static t_stat _sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects)
t_seccnt          256 src/simh/sim_disk.c         *sectsread = (t_seccnt)((i*ctx->xfer_element_size+ctx->sector_size-1)/ctx->sector_size);
t_seccnt          261 src/simh/sim_disk.c t_stat sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects)
t_seccnt          265 src/simh/sim_disk.c t_seccnt sread = 0;
t_seccnt          299 src/simh/sim_disk.c     t_seccnt tsects = sects + (lba - tlba);
t_seccnt          327 src/simh/sim_disk.c t_stat sim_disk_rdsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects, DISK_PCALLBACK callback)
t_seccnt          336 src/simh/sim_disk.c static t_stat _sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects)
t_seccnt          354 src/simh/sim_disk.c         *sectswritten = (t_seccnt)((i*ctx->xfer_element_size+ctx->sector_size-1)/ctx->sector_size);
t_seccnt          359 src/simh/sim_disk.c t_stat sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects)
t_seccnt          424 src/simh/sim_disk.c     t_seccnt tsects = sects + (lba - tlba);
t_seccnt          464 src/simh/sim_disk.c t_stat sim_disk_wrsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects, DISK_PCALLBACK callback)
t_seccnt          878 src/simh/sim_disk.c         t_seccnt sectors_per_buffer = (t_seccnt)((1024*1024)/sector_size);
t_seccnt          880 src/simh/sim_disk.c         t_seccnt sects = sectors_per_buffer;
t_seccnt          916 src/simh/sim_disk.c     t_seccnt sectors_per_buffer = (t_seccnt)((1024*1024)/sector_size);
t_seccnt          918 src/simh/sim_disk.c     t_seccnt sects = sectors_per_buffer;
t_seccnt           74 src/simh/sim_disk.h t_stat sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects);
t_seccnt           75 src/simh/sim_disk.h t_stat sim_disk_rdsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects, DISK_PCALLBACK callback);
t_seccnt           76 src/simh/sim_disk.h t_stat sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects);
t_seccnt           77 src/simh/sim_disk.h t_stat sim_disk_wrsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects, DISK_PCALLBACK callback);