| /mirbsd/src/usr.bin/tip/ |
| D | cu.c | 53 int ch, i, parity; local 62 parity = 0; /* none */ 97 if (parity != 0) 98 parity = 0; /* -e -o */ 100 parity = 1; /* odd */ 103 if (parity != 0) 104 parity = 0; /* -o -e */ 106 parity = -1; /* even */ 158 switch (parity) {
|
| D | tip.c | 599 char *parity; local 604 parity = value(PARITY); 605 if (equal(parity, "none")) { 613 if (equal(parity, "odd")) 615 else if (equal(parity, "zero")) 617 else if (equal(parity, "one")) 619 else if (!equal(parity, "even")) { 620 (void) fprintf(stderr, "%s: unknown parity value\r\n", parity);
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aicasm_insformat.h | 53 parity : 1; member 55 uint32_t parity : 1, 71 parity : 1; member 73 uint32_t parity : 1, 88 parity : 1; member 90 uint32_t parity : 1,
|
| D | aicasm_gram.y | 1636 f1_instr->parity = 1; in format_1_instr() 1776 f3_instr->parity = 1; in format_3_instr()
|
| D | aic7xxx.seq | 614 /* XXX Watch for ATN or parity errors??? */ 701 * parity problems. 1622 * Perhaps there was a parity error on this last message byte. 1706 * Perhaps there was a parity error on this last message byte 1985 * If there is a parity error, wait for the kernel to 2116 * If there is a parity error, wait for the kernel to
|
| D | aic7xxx.reg | 704 field CIOPARCKEN 0x01 /* Internal bus parity error enable */ 833 * noticed a parity error.
|
| D | aic79xx.seq | 993 * Perhaps there was a parity error on this last message byte. 1089 * Perhaps there was a parity error on this last message byte 1231 * If there is a parity error, wait for the kernel to
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Memoize/t/ |
| D | normalize.t | 42 sub parity { $COUNT++; $_[0] % 2 } 45 @res = map { &parity($_) } @ARGS;
|
| /mirbsd/src/usr.bin/sort/ |
| D | fields.c | 205 int or_sign, parity = 0; in number() local 268 if (parity) { in number() 277 parity ^= 1; in number() 285 if (parity && lastvalue != '0') { in number()
|
| /mirbsd/src/sys/dev/ic/ |
| D | bhareg.h | 422 parity :1, member 426 parity :1,
|
| D | bha.c | 1141 setup.reply.parity ? "parity" : "no parity");
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | physical.c | 220 p->cfg.parity = CS8; in physical_Create() 232 static const struct parity { struct 246 const struct parity *pp; in GetParityValue() argument 265 p->cfg.parity = val; in physical_SetParity() 505 switch (p->cfg.parity & CSIZE) { in physical_ShowStatus() 513 if (p->cfg.parity & PARENB) { in physical_ShowStatus() 514 if (p->cfg.parity & PARODD) in physical_ShowStatus()
|
| D | physical.h | 107 unsigned parity; /* What parity is enabled? (tty flags) */ member
|
| D | tty.c | 723 ios.c_cflag |= p->cfg.parity; in tty_Create()
|
| D | ppp.8.m4 | 564 Usually, parity is set to 583 specific parity settings at connection time (before 586 Notably, Compuserve insist on even parity when logging in: 588 ppp ON awfulhak> set parity even 604 Characteristics: 38400bps, cs8, even parity, CTS/RTS on 5235 .It Ic set parity No odd|even|none|mark 5236 This allows the line parity to be set.
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | des.pod | 113 consists of 8 bytes with odd parity. The least significant bit in 114 each byte is the parity bit. The key schedule is an expanded form of 125 DES_set_key_checked() will check that the key passed is of odd parity 126 and is not a week or semi-weak key. If the parity is wrong, then -1 136 DES_set_odd_parity() sets the parity of the passed I<key> to odd.
|
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_parityscan.c | 332 rf_TryToRedirectPDA(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda, int parity) in rf_TryToRedirectPDA() argument 340 if (parity) { in rf_TryToRedirectPDA()
|
| D | rf_map.c | 947 int parity in rf_ASMCheckStatus() argument 987 if (parity) in rf_ASMCheckStatus()
|
| /mirbsd/src/sys/dev/isa/ |
| D | ahareg.h | 242 u_char parity:1; member
|
| D | aha.c | 1100 setup.reply.parity ? "parity" : "no parity");
|
| /mirbsd/src/lib/libdes/ |
| D | des.doc | 14 A des_key is 8 bytes of odd parity, the type used to hold the key is a 24 DES keys are supposed to be odd parity. If this variable is set to 26 parity and is not one of the known weak DES keys. By default this 31 This function takes a DES key (8 bytes) and sets the parity to odd. 49 is non zero, zero is returned if the key has the wrong parity or
|
| /mirbsd/src/etc/ |
| D | remote | 19 # pa parity
|
| D | rc | 203 # Check parity on raid devices.
|
| /mirbsd/src/etc/ppp/ |
| D | ppp.conf.sample | 397 # Example to connect via compuserve (who insist on 7 bits even parity 402 set parity even
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlpacktut.pod | 525 ($carry, undef, $parity, undef, $auxcarry, undef, $zero, $sign, 580 And an even parity bit can be determined like this:
|