t_seccnt          238 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          259 src/simh/sim_disk.c         *sectsread = (t_seccnt)((i*ctx->xfer_element_size+ctx->sector_size-1)/ctx->sector_size);
t_seccnt          264 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          268 src/simh/sim_disk.c t_seccnt sread = 0;
t_seccnt          303 src/simh/sim_disk.c     t_seccnt tsects = sects + (lba - tlba);
t_seccnt          331 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          340 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          359 src/simh/sim_disk.c         *sectswritten = (t_seccnt)((i*ctx->xfer_element_size+ctx->sector_size-1)/ctx->sector_size);
t_seccnt          364 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          432 src/simh/sim_disk.c     t_seccnt tsects = sects + (lba - tlba);
t_seccnt          472 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          897 src/simh/sim_disk.c         t_seccnt sectors_per_buffer = (t_seccnt)((1024*1024)/sector_size);
t_seccnt          899 src/simh/sim_disk.c         t_seccnt sects = sectors_per_buffer;
t_seccnt          940 src/simh/sim_disk.c     t_seccnt sectors_per_buffer = (t_seccnt)((1024*1024)/sector_size);
t_seccnt          942 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);