Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 25 of 32) sorted by relevance

12

/mirbsd/src/usr.bin/tip/
Dcu.c53 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) {
Dtip.c599 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/
Daicasm_insformat.h53 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,
Daicasm_gram.y1636 f1_instr->parity = 1; in format_1_instr()
1776 f3_instr->parity = 1; in format_3_instr()
Daic7xxx.seq614 /* 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
Daic7xxx.reg704 field CIOPARCKEN 0x01 /* Internal bus parity error enable */
833 * noticed a parity error.
Daic79xx.seq993 * 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/
Dnormalize.t42 sub parity { $COUNT++; $_[0] % 2 }
45 @res = map { &parity($_) } @ARGS;
/mirbsd/src/usr.bin/sort/
Dfields.c205 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/
Dbhareg.h422 parity :1, member
426 parity :1,
Dbha.c1141 setup.reply.parity ? "parity" : "no parity");
/mirbsd/src/usr.sbin/ppp/ppp/
Dphysical.c220 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()
Dphysical.h107 unsigned parity; /* What parity is enabled? (tty flags) */ member
Dtty.c723 ios.c_cflag |= p->cfg.parity; in tty_Create()
Dppp.8.m4564 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/
Ddes.pod113 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/
Drf_parityscan.c332 rf_TryToRedirectPDA(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda, int parity) in rf_TryToRedirectPDA() argument
340 if (parity) { in rf_TryToRedirectPDA()
Drf_map.c947 int parity in rf_ASMCheckStatus() argument
987 if (parity) in rf_ASMCheckStatus()
/mirbsd/src/sys/dev/isa/
Dahareg.h242 u_char parity:1; member
Daha.c1100 setup.reply.parity ? "parity" : "no parity");
/mirbsd/src/lib/libdes/
Ddes.doc14 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/
Dremote19 # pa parity
Drc203 # Check parity on raid devices.
/mirbsd/src/etc/ppp/
Dppp.conf.sample397 # Example to connect via compuserve (who insist on 7 bits even parity
402 set parity even
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlpacktut.pod525 ($carry, undef, $parity, undef, $auxcarry, undef, $zero, $sign,
580 And an even parity bit can be determined like this:

12