t_seccnt          242 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          263 src/simh/sim_disk.c         *sectsread = (t_seccnt)((i*ctx->xfer_element_size+ctx->sector_size-1)/ctx->sector_size);
t_seccnt          268 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          272 src/simh/sim_disk.c t_seccnt sread = 0;
t_seccnt          307 src/simh/sim_disk.c     t_seccnt tsects = sects + (lba - tlba);
t_seccnt          335 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          344 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          363 src/simh/sim_disk.c         *sectswritten = (t_seccnt)((i*ctx->xfer_element_size+ctx->sector_size-1)/ctx->sector_size);
t_seccnt          368 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          436 src/simh/sim_disk.c     t_seccnt tsects = sects + (lba - tlba);
t_seccnt          476 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          901 src/simh/sim_disk.c         t_seccnt sectors_per_buffer = (t_seccnt)((1024*1024)/sector_size);
t_seccnt          903 src/simh/sim_disk.c         t_seccnt sects = sectors_per_buffer;
t_seccnt          944 src/simh/sim_disk.c     t_seccnt sectors_per_buffer = (t_seccnt)((1024*1024)/sector_size);
t_seccnt          946 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);