Searched defs:parity (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3.c112 uint_t parity; local
167 parity = 1;
175 parity++;
178 parity++;
181 parity++;
184 parity++;
187 parity++;
190 parity++;
193 parity++;
196 parity
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c163 setparity("none"); /* set the parity table */
527 * still get the parity bit from the other side's login
561 * Do a write to the remote machine with the correct parity.
563 * with the right parity and output it.
585 * Build a parity table with appropriate high-order bit.
591 char *parity; local
595 parity = value(PARITY);
598 if (equal(parity, "even")) {
600 } else if (equal(parity, "odd")) {
603 } else if (equal(parity, "non
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c134 for the device. Likewise, PARITY is the type of the parity and
140 int word_len, int parity, int stop_bit_len)
177 status = parity | word_len | stop_bit_len;
138 serial_hw_init(unsigned short port, unsigned int speed, int word_len, int parity, int stop_bit_len) argument
H A Dbuiltins.c4116 int parity = UART_NO_PARITY;
4230 else if (grub_memcmp (arg, "--parity=", sizeof ("--parity=") - 1) == 0)
4232 char *p = arg + sizeof ("--parity=") - 1;
4235 parity = UART_NO_PARITY;
4237 parity = UART_ODD_PARITY;
4239 parity = UART_EVEN_PARITY;
4278 if (serial_hw_init (ports[i], speed, word_len, parity, stop_bit_len))
4296 "serial [[--unit=UNIT[,UNIT...]] | [--port=PORT[,PORT...]]] [--speed=SPEED] [--word=WORD] [--parity=PARITY] [--stop=STOP] [--device=DEV]",
4303 " PARITY is the type of parity, whic
4065 int parity = UART_NO_PARITY; local
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c75 uint8_t *parity; /* parity bit vector */ member in struct:physmem_entsrc_s
566 * used as a parity bit or "checksum" and compared against the previous
613 /* Allocate space for the parity vector and memory page */
614 entsrc->parity = kmem_alloc(howmany(entsrc->nblocks, 8),
619 /* Initialize parity vector with bits from the pool */
621 ptr = entsrc->parity;
650 if (entsrc->parity != NULL)
651 kmem_free(entsrc->parity, howmany(entsrc->nblocks, 8));
804 if (physmem_parity_update(entsrc->parity, obloc
818 physmem_parity_update(uint8_t *parity_vec, uint32_t block, int parity) argument
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c861 boolean_t parity = 0; local
895 /* Let hw generate the parity bits in pfc_vlan_table */
896 parity = 0;
908 status = hpi_pfc_cfg_vlan_control_set(handle, parity, implicit_valid,
1126 INT_CTL, " TCAM parity error addr: 0x%x",
1138 " vlan table parity error addr: 0x%x",
H A Dhxge_pfc_hw.h74 * member[7:0]. These parity bits are ignored when parEn in the
84 uint32_t parity:4; member in struct:__anon5711::__anon5712
88 uint32_t parity:4;
101 * VLAN table parity debug write enable. When set to 1, software
102 * writes the parity bits together with the data during a VLAN
104 * parity bits from the data.
373 * TCAM lookup table debug parity bit write enable. When a '1' is
374 * written, software writes the parity bit together with the data
376 * automatically generates the parity bit from the data.
531 * TCAM result lookup table parity erro
[all...]
H A Dhpi_pfc.c348 * Assumes that the hardware will generate the new parity
371 * Assumes that the hardware will generate the new parity
387 hpi_pfc_cfg_vlan_control_set(hpi_handle_t handle, boolean_t parity, argument
394 if (parity)
H A Dhxge_pfc.h93 uint32_t parity:1; member in struct:_hxge_tcam_res_t::__anon5710
109 uint32_t parity:1;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c252 char parity, handshake; local
274 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop,
280 ((parity != 'n') && (parity != 'e') && (parity != 'o')) ||
308 bits, parity, stop);
381 char bits, parity, stop; local
451 if (sscanf(value, "%u,%c%c%c", &baud, &bits, &parity,
458 ((parity != 'n') && (parity !
[all...]
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c701 uint64_t parity; local
710 /* Set parity bit */
712 &parity);
715 parity = 1;
720 (jlong)parity);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c404 unsigned int nroutes, int parity, int syn)
429 mc5->parity_enabled = (unsigned char)parity;
586 CH_ALERT("%s: MC5 parity error\n", adapter_name(adap));
609 CH_ALERT("%s: MC5 request queue parity error\n",
615 CH_ALERT("%s: MC5 dispatch queue parity error\n",
403 t1_mc5_init(struct pemc5 *mc5, unsigned int nservers, unsigned int nroutes, int parity, int syn) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c2902 static uint8_t parity[] = { local
3068 pmcs_latch_status(pwp, sp, STATUS_CHECK, parity,
3069 sizeof (parity), phyp->path);
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1108 int word_len, int parity, int stop_bit_len)
1179 /* Set the parity. */
1180 switch (parity)
1107 serial_hw_init(unsigned short port, unsigned int speed, int word_len, int parity, int stop_bit_len) argument

Completed in 104 milliseconds