uint8 152 src/dps8/dps8.h typedef uint8 word1; uint8 153 src/dps8/dps8.h typedef uint8 word2; uint8 154 src/dps8/dps8.h typedef uint8 word3; uint8 155 src/dps8/dps8.h typedef uint8 word4; uint8 156 src/dps8/dps8.h typedef uint8 word5; uint8 157 src/dps8/dps8.h typedef uint8 word6; uint8 158 src/dps8/dps8.h typedef uint8 word7; uint8 159 src/dps8/dps8.h typedef uint8 word8; uint8 372 src/dps8/dps8_crdpun.c static uint8 glyph_char_patterns [NUM_GLYPH_CHAR_PATTERNS][CHAR_MATRIX_BYTES] = uint8 475 src/dps8/dps8_crdpun.c static uint8 glyph_char_word_offset [11] = uint8 480 src/dps8/dps8_crdpun.c static uint8 glyph_nibble_offset [11] = uint8 500 src/dps8/dps8_crdpun.c static void log_char_matrix_pattern(uint8* char_matrix) uint8 528 src/dps8/dps8_crdpun.c static char search_glyph_patterns(uint8* matrix) uint8 576 src/dps8/dps8_crdpun.c uint8 char_matrix[CHAR_MATRIX_BYTES]; uint8 645 src/dps8/dps8_crdpun.c uint8 byte_buffer[120]; uint8 656 src/dps8/dps8_crdpun.c uint8 nibble = (in_buffer[word36_offset] >> ((8 - nibble_offset) * 4)) & 0xF; uint8 418 src/dps8/dps8_crdrdr.c uint8 ch; uint8 681 src/dps8/dps8_crdrdr.c buffer [i] = extr36 ((uint8 *) rawCardImage, i); uint8 693 src/dps8/dps8_crdrdr.c uint8 897 src/dps8/dps8_disk.c uint8 diskBuffer[p72ByteCnt]; uint8 989 src/dps8/dps8_disk.c uint8 diskBuffer[p72ByteCnt]; uint8 33 src/dps8/dps8_mt.h uint8 buf [BUFSZ]; uint8 301 src/dps8/dps8_prt.c static const uint8 newlines[128] = { uint8 320 src/dps8/dps8_prt.c static const uint8 spaces[128] = { uint8 339 src/dps8/dps8_prt.c static const uint8 newlines[128] = { [0 ... 127] = '\n' }; uint8 340 src/dps8/dps8_prt.c static const uint8 spaces[128] = { [0 ... 127] = ' ' }; uint8 342 src/dps8/dps8_prt.c static const uint8 formfeed[1] = { '\f' }; uint8 343 src/dps8/dps8_prt.c static const uint8 crlf[4] = { '\r', '\n', '\r', '\n' }; uint8 344 src/dps8/dps8_prt.c static const uint8 cr[2] = { '\r', '\n' }; uint8 747 src/dps8/dps8_prt.c uint8 bytes[nchars]; uint8 853 src/dps8/dps8_prt.c uint8 bytes[nchars]; uint8 1742 src/dps8/dps8_utils.c static word36 extrASCII36 (uint8 * bits, uint woffset) uint8 1744 src/dps8/dps8_utils.c uint8 * p = bits + woffset * 4; uint8 1764 src/dps8/dps8_utils.c word36 extr36 (uint8 * bits, uint woffset) uint8 1768 src/dps8/dps8_utils.c uint8 * p = bits + dwoffset * 9; uint8 1791 src/dps8/dps8_utils.c static void putASCII36 (word36 val, uint8 * bits, uint woffset) uint8 1793 src/dps8/dps8_utils.c uint8 * p = bits + woffset * 4; uint8 1800 src/dps8/dps8_utils.c void put36 (word36 val, uint8 * bits, uint woffset) uint8 1804 src/dps8/dps8_utils.c uint8 * p = bits + dwoffset * 9; uint8 1837 src/dps8/dps8_utils.c int extractASCII36FromBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 *wordp) uint8 1856 src/dps8/dps8_utils.c int extractWord36FromBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 *wordp) uint8 1875 src/dps8/dps8_utils.c int insertASCII36toBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 word) uint8 1893 src/dps8/dps8_utils.c int insertWord36toBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 word) uint8 884 src/dps8/dps8_utils.h word36 extr36 (uint8 * bits, uint woffset); uint8 885 src/dps8/dps8_utils.h void put36 (word36 val, uint8 * bits, uint woffset); uint8 886 src/dps8/dps8_utils.h int extractASCII36FromBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 *wordp); uint8 887 src/dps8/dps8_utils.h int extractWord36FromBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 *wordp); uint8 888 src/dps8/dps8_utils.h int insertASCII36toBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 word); uint8 889 src/dps8/dps8_utils.h int insertWord36toBuffer (uint8 * bufp, t_mtrlnt tbc, uint * words_processed, word36 word); uint8 358 src/dps8/udplib.c uint8 385 src/dps8/udplib.c uint8 170 src/simh/scp.c if (sz == sizeof (uint8)) v = *(((uint8 *) mb) + ((uint32) j)); \ uint8 176 src/simh/scp.c if (sz == sizeof (uint8)) *(((uint8 *) mb) + j) = (uint8) v; \ uint8 3433 src/simh/scp.c uint8 dbuf[CBUFSIZE]; uint8 6358 src/simh/scp.c (sz == sizeof (uint8))) uint8 6359 src/simh/scp.c val = *(((uint8 *) rptr->loc) + idx); uint8 6473 src/simh/scp.c (sz == sizeof (uint8))) uint8 6474 src/simh/scp.c PUT_RVAL (uint8, rptr, idx, (uint32) val, (uint32) mask); uint8 7040 src/simh/scp.c t_stat sim_decode_quoted_string (const char *iptr, uint8 *optr, uint32 *osize) uint8 7043 src/simh/scp.c uint8 *ostart = optr; uint8 7055 src/simh/scp.c *(optr++) = (uint8)(*(iptr++)); uint8 7110 src/simh/scp.c *optr = ((*optr)<<4) + (uint8)(c-hex_digits); uint8 7115 src/simh/scp.c *optr = ((*optr)<<4) + (uint8)(c-hex_digits); uint8 7143 src/simh/scp.c char *sim_encode_quoted_string (const uint8 *iptr, uint32 size) uint8 7204 src/simh/scp.c void fprint_buffer_string (FILE *st, const uint8 *buf, uint32 size) uint8 9079 src/simh/scp.c uint8 *match_buf; uint8 9084 src/simh/scp.c match_buf = (uint8 *)calloc (strlen (match) + 1, 1); uint8 9096 src/simh/scp.c sim_data_trace(exp->dptr, exp->dptr->units, (const uint8 *)match, "", strlen(match)+1, "Expect Match String", exp->dbit); uint8 9132 src/simh/scp.c match_buf = (uint8 *)calloc (strlen (match) + 1, 1); uint8 9143 src/simh/scp.c sim_data_trace(exp->dptr, exp->dptr->units, (const uint8 *)match, "", strlen(match)+1, "Expect Match String", exp->dbit); uint8 9178 src/simh/scp.c exp->buf = (uint8 *)realloc (exp->buf, compare_size + 2); /* Extra byte to null terminate regex compares */ uint8 9252 src/simh/scp.c t_stat sim_exp_check (EXPECT *exp, uint8 data) uint8 9360 src/simh/scp.c t_stat sim_send_input (SEND *snd, uint8 *data, size_t size, uint32 after, uint32 delay) uint8 9370 src/simh/scp.c snd->buffer = (uint8 *)realloc(snd->buffer, snd->bufsize); uint8 9825 src/simh/scp.c void sim_data_trace(DEVICE *dptr, UNIT *uptr, const uint8 *data, const char *position, size_t len, const char *txt, uint32 reason) uint8 151 src/simh/scp.h t_stat sim_decode_quoted_string (const char *iptr, uint8 *optr, uint32 *osize); uint8 152 src/simh/scp.h char *sim_encode_quoted_string (const uint8 *iptr, uint32 size); uint8 153 src/simh/scp.h void fprint_buffer_string (FILE *st, const uint8 *buf, uint32 size); uint8 181 src/simh/scp.h t_stat sim_send_input (SEND *snd, uint8 *data, size_t size, uint32 after, uint32 delay); uint8 192 src/simh/scp.h t_stat sim_exp_check (EXPECT *exp, uint8 data); uint8 200 src/simh/scp.h void sim_data_trace(DEVICE *dptr, UNIT *uptr, const uint8 *data, const char *position, size_t len, const char *txt, uint32 reason); uint8 2370 src/simh/sim_console.c mbuf = sim_encode_quoted_string ((uint8 *)mbuf2, strlen (mbuf2)); uint8 2386 src/simh/sim_console.c uint8 *rbuf; uint8 2391 src/simh/sim_console.c rbuf = (uint8 *)malloc (1 + strlen(cptr)); uint8 614 src/simh/sim_defs.h uint8 *match; /* match string */ uint8 635 src/simh/sim_defs.h uint8 *buf; /* buffer of output data which has produced */ uint8 649 src/simh/sim_defs.h uint8 *buffer; /* buffer */ uint8 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) uint8 261 src/simh/sim_disk.c t_stat sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects) uint8 296 src/simh/sim_disk.c uint8 *tbuf = (uint8*) malloc (sects*ctx->sector_size + 2*ctx->storage_sector_size); uint8 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) uint8 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) uint8 359 src/simh/sim_disk.c t_stat sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects) uint8 364 src/simh/sim_disk.c uint8 *tbuf = NULL; uint8 410 src/simh/sim_disk.c tbuf = (uint8*) malloc (sects * ctx->sector_size); uint8 426 src/simh/sim_disk.c tbuf = (uint8*) malloc (sects*ctx->sector_size + 2*ctx->storage_sector_size); uint8 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) uint8 511 src/simh/sim_disk.c uint8 hm2_b_strucver; uint8 512 src/simh/sim_disk.c uint8 hm2_b_struclev; uint8 533 src/simh/sim_disk.c uint8 hm2_b_window; uint8 534 src/simh/sim_disk.c uint8 hm2_b_lru_lim; uint8 539 src/simh/sim_disk.c uint8 hm2_r_min_class[20]; uint8 540 src/simh/sim_disk.c uint8 hm2_r_max_class[20]; uint8 541 src/simh/sim_disk.c uint8 hm2_r_reserved[320]; uint8 543 src/simh/sim_disk.c uint8 hm2_t_strucname[12]; uint8 544 src/simh/sim_disk.c uint8 hm2_t_volname[12]; uint8 545 src/simh/sim_disk.c uint8 hm2_t_ownername[12]; uint8 546 src/simh/sim_disk.c uint8 hm2_t_format[12]; uint8 553 src/simh/sim_disk.c uint8 fh2_b_idoffset; uint8 554 src/simh/sim_disk.c uint8 fh2_b_mpoffset; uint8 555 src/simh/sim_disk.c uint8 fh2_b_acoffset; uint8 556 src/simh/sim_disk.c uint8 fh2_b_rsoffset; uint8 613 src/simh/sim_disk.c uint8 scb_b_strucver; /* 1 */ uint8 614 src/simh/sim_disk.c uint8 scb_b_struclev; /* 2 */ uint8 624 src/simh/sim_disk.c uint8 scb_t_volockname[12]; uint8 628 src/simh/sim_disk.c uint8 scb_b_reserved[446]; uint8 669 src/simh/sim_disk.c if (sim_disk_rdsect (uptr, 1, (uint8 *)&Home, NULL, 1)) uint8 692 src/simh/sim_disk.c if (sim_disk_rdsect (uptr, Home.hm2_l_ibmaplbn+Home.hm2_w_ibmapsize+1, (uint8 *)&Header, NULL, 1)) uint8 714 src/simh/sim_disk.c if (sim_disk_rdsect (uptr, ScbLbn, (uint8 *)&Scb, NULL, 1)) uint8 861 src/simh/sim_disk.c uint8 *secbuf = (uint8 *)calloc (1, ctx->sector_size); /* alloc temp sector buf */ uint8 875 src/simh/sim_disk.c uint8 *init_buf = (uint8*) malloc (1024*1024); uint8 919 src/simh/sim_disk.c uint8 *verify_buf = (uint8*) malloc (1024*1024); uint8 1136 src/simh/sim_disk.c void sim_disk_data_trace(UNIT *uptr, const uint8 *data, size_t lba, size_t len, const char* txt, int detail, uint32 reason) uint8 74 src/simh/sim_disk.h t_stat sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects); uint8 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); uint8 76 src/simh/sim_disk.h t_stat sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects); uint8 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); uint8 92 src/simh/sim_disk.h void sim_disk_data_trace (UNIT *uptr, const uint8 *data, size_t lba, size_t len, const char* txt, int detail, uint32 reason); uint8 114 src/simh/sim_tape.c static void sim_tape_data_trace (UNIT *uptr, const uint8 *data, size_t len, const char* txt, int detail, uint32 reason); uint8 300 src/simh/sim_tape.c static void sim_tape_data_trace(UNIT *uptr, const uint8 *data, size_t len, const char* txt, int detail, uint32 reason) uint8 398 src/simh/sim_tape.c uint8 c; uint8 548 src/simh/sim_tape.c (void)sim_fread (&c, sizeof (uint8), 1, uptr->fileref); uint8 611 src/simh/sim_tape.c uint8 c; uint8 737 src/simh/sim_tape.c (void)sim_fread (&c, sizeof (uint8), 1, uptr->fileref); uint8 784 src/simh/sim_tape.c t_stat sim_tape_rdrecf (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max) uint8 805 src/simh/sim_tape.c i = (t_mtrlnt)sim_fread (buf, sizeof (uint8), rbc, uptr->fileref);/* read record */ uint8 819 src/simh/sim_tape.c t_stat sim_tape_rdrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback) uint8 848 src/simh/sim_tape.c t_stat sim_tape_rdrecr (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max) uint8 864 src/simh/sim_tape.c i = (t_mtrlnt)sim_fread (buf, sizeof (uint8), rbc, uptr->fileref);/* read record */ uint8 875 src/simh/sim_tape.c t_stat sim_tape_rdrecr_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback) uint8 899 src/simh/sim_tape.c t_stat sim_tape_wrrecf (UNIT *uptr, uint8 *buf, t_mtrlnt bc) uint8 926 src/simh/sim_tape.c (void)sim_fwrite (buf, sizeof (uint8), sbc, uptr->fileref); uint8 937 src/simh/sim_tape.c (void)sim_fwrite (buf, sizeof (uint8), sbc, uptr->fileref); uint8 938 src/simh/sim_tape.c (void)sim_fwrite (buf, sizeof (uint8), 1, uptr->fileref); /* delimit rec */ uint8 950 src/simh/sim_tape.c t_stat sim_tape_wrrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt bc, TAPE_PCALLBACK callback) uint8 991 src/simh/sim_tape.c uint8 buf = P7B_EOF; /* eof mark */ uint8 1874 src/simh/sim_tape.c uint8 *recbuf = NULL; uint8 1892 src/simh/sim_tape.c recbuf = (uint8 *)malloc (65536); uint8 160 src/simh/sim_tape.h t_stat sim_tape_rdrecf (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max); uint8 161 src/simh/sim_tape.h t_stat sim_tape_rdrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback); uint8 162 src/simh/sim_tape.h t_stat sim_tape_rdrecr (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max); uint8 163 src/simh/sim_tape.h t_stat sim_tape_rdrecr_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback); uint8 164 src/simh/sim_tape.h t_stat sim_tape_wrrecf (UNIT *uptr, uint8 *buf, t_mtrlnt bc); uint8 165 src/simh/sim_tape.h t_stat sim_tape_wrrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt bc, TAPE_PCALLBACK callback); uint8 915 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); uint8 1041 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); uint8 1202 src/simh/sim_tmxr.c lp->telnet_sent_opts = (uint8 *)realloc (lp->telnet_sent_opts, 256); uint8 1426 src/simh/sim_tmxr.c t_stat tmxr_get_packet_ln (TMLN *lp, const uint8 **pbuf, size_t *psize) uint8 1431 src/simh/sim_tmxr.c t_stat tmxr_get_packet_ln_ex (TMLN *lp, const uint8 **pbuf, size_t *psize, uint8 frame_byte) uint8 1440 src/simh/sim_tmxr.c lp->rxpb = (uint8 *)realloc (lp->rxpb, lp->rxpbsize); uint8 1462 src/simh/sim_tmxr.c lp->rxpb[lp->rxpboffset++] = (uint8)(((1 + lp->rxbpi - lp->rxbpr) >> 8) & 0xFF); uint8 1463 src/simh/sim_tmxr.c lp->rxpb[lp->rxpboffset++] = (uint8)((1 + lp->rxbpi - lp->rxbpr) & 0xFF); uint8 1805 src/simh/sim_tmxr.c t_stat tmxr_put_packet_ln (TMLN *lp, const uint8 *buf, size_t size) uint8 1810 src/simh/sim_tmxr.c t_stat tmxr_put_packet_ln_ex (TMLN *lp, const uint8 *buf, size_t size, uint8 frame_byte) uint8 1823 src/simh/sim_tmxr.c lp->txpb = (uint8 *)realloc (lp->txpb, lp->txpbsize); uint8 136 src/simh/sim_tmxr.h uint8 *telnet_sent_opts; /* Telnet Options which we have sent a DON'T/WON'T */ uint8 157 src/simh/sim_tmxr.h uint8 *rxpb; /* rcv packet buffer */ uint8 168 src/simh/sim_tmxr.h uint8 *txpb; /* xmt packet buffer */ uint8 222 src/simh/sim_tmxr.h t_stat tmxr_get_packet_ln (TMLN *lp, const uint8 **pbuf, size_t *psize); uint8 223 src/simh/sim_tmxr.h t_stat tmxr_get_packet_ln_ex (TMLN *lp, const uint8 **pbuf, size_t *psize, uint8 frame_byte); uint8 226 src/simh/sim_tmxr.h t_stat tmxr_put_packet_ln (TMLN *lp, const uint8 *buf, size_t size); uint8 227 src/simh/sim_tmxr.h t_stat tmxr_put_packet_ln_ex (TMLN *lp, const uint8 *buf, size_t size, uint8 frame_byte);