/src/usr.bin/tip/ |
cu.c | 55 int parity = 0; /* 0 is no parity */ local in function:cumain 66 { "parity", required_argument, NULL, 'P' }, 112 parity = -1; 115 parity = 1; 118 errx(3, "bad parity setting"); 120 parity = 0; 151 if (parity != 0) 152 errx(3, "more than one parity specified"); 153 parity = -1; /* even * [all...] |
tip.c | 229 setparity("none"); /* set the parity table */ 586 * Do a write to the remote machine with the correct parity. 588 * with the right parity and output it. 611 * Build a parity table with appropriate high-order bit. 617 const char *parity; local in function:setparity 620 if (value(PARITY) == NULL || ((char *)value(PARITY))[0] == '\0') { 623 value(PARITY) = curpar = strdup(defparity); 625 parity = value(PARITY); [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aicasm_insformat.h | 52 parity : 1; member in struct:ins_format1 54 uint32_t parity : 1, 70 parity : 1; member in struct:ins_format2 72 uint32_t parity : 1, 87 parity : 1; member in struct:ins_format3 89 uint32_t parity : 1,
|
/src/sys/net/ |
toeplitz.c | 99 /* parity of n16: count (mod 2) of ones in the binary representation. */ 101 parity(uint16_t n16) function in typeref:typename:int 113 * parity of the seed is 1. Generate such a seed uniformly at random. 121 if (parity(seed) == 0)
|
/src/usr.sbin/memswitch/ |
methods.c | 432 int baud, bit, parity, stop, flow; local in function:parse_serial 466 /* parity */ 469 warnx("%c: Invalid parity spec", *p); 472 parity = q - parities; 512 (parity << 12) + 686 char bit, parity, flow; local in function:print_serial 704 parity = parities[(v & 0x3000) >> 12]; 707 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow);
|
/src/sys/arch/amiga/dev/ |
kbd.c | 366 * Output a raw byte to the keyboard (+ parity and stop bit). 372 u_int8_t parity; local in function:drkbdrputc 376 parity = 0; 383 ++parity; 390 /* parity bit */ 391 if (parity & 1) {
|
/src/sys/arch/arm/ti/ |
omap2_nand.c | 503 uint16_t parity, offset; local in function:omap2_nand_ecc_correct 519 parity = xor >> 16; 520 bit = (parity & 0x07); 521 offset = (parity >> 3) & 0x01ff;
|
/src/sys/arch/ia64/include/ |
dig64.h | 58 uint8_t parity; member in struct:dig64_hcdp_entry
|
/src/sys/arch/pmax/include/ |
dec_prom.h | 88 int parity; /* true if system module supports T.C. parity */ member in struct:__anon39b661df0108
|
/src/sys/dev/ic/ |
ahareg.h | 307 u_char parity:1; member in struct:aha_setup::__anonb9c56ec20d08
|
bhareg.h | 294 #define BHA_SCSI_PARITY_ERROR 0x34 /* SCSI parity error detected */ 412 parity :1, member in struct:bha_setup_reply 416 parity :1,
|
aic7xxxvar.h | 89 parity : 1; member in struct:ins_format1 91 uint32_t parity : 1, 107 parity : 1; member in struct:ins_format2 109 uint32_t parity : 1, 124 parity : 1; member in struct:ins_format3 126 uint32_t parity : 1, 660 * We detected a parity or CRC 885 * to parity errors in each phase table. 889 uint8_t mesg_out; /* Message response to parity errors */ 945 #define CFSPARITY 0x0010 /* SCSI parity */ [all...] |
/src/sys/arch/arc/dti/ |
btlreg.h | 273 u_char parity:1; member in struct:bt_setup::__anon5ae647131008
|
/src/sbin/efi/ |
devpath3.c | 840 uint8_t Parity; 844 const char *parity, *stopbits; local in function:devpath_msg_uart 846 parity = uart_parity(p->Parity); 850 p->BaudRate, p->DataBits, parity, stopbits); 858 DEVPATH_FMT(Parity: 0x%1x(%s)\n) 864 p->Parity, parity,
|
/src/sys/dev/pci/ |
arcmsrvar.h | 277 uint8_t parity; member in struct:arc_fw_comminfo
|