Searched refs:parity (Results 1 - 23 of 23) 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/grub/grub-0.97/stage2/
H A Dserial.h47 /* The type of parity. */
92 int word_len, int parity, int stop_bit_len);
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/cmd/ztest/
H A Dzloop.bash162 parity=1
166 parity=$(((RANDOM % 3) + 1))
167 raidz=$((((RANDOM % 9) + parity + 1) * (RANDOM % 2)))
177 zopt="$zopt -R $parity"
/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/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/uts/common/io/chxge/com/
H A Dmc5.h62 unsigned int nroutes, int parity, int syn);
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/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/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc118 event ereport.asic.zambezi.opu.ods-ctrl-parity@interconnect
126 event ereport.asic.zambezi.opu.ods-data-parity@interconnect
170 ereport.asic.zambezi.opu.ods-ctrl-parity@interconnect;
183 ereport.asic.zambezi.opu.ods-data-parity@interconnect;
238 event ereport.asic.zambezi.lfu.irq-parity@interconnect
264 event ereport.asic.zambezi.lfu.replay-parity@interconnect
505 ereport.asic.zambezi.lfu.replay-parity@interconnect,
506 ereport.asic.zambezi.lfu.irq-parity@interconnect,
763 event ereport.asic.zambezi.asu.cam-parity-error@interconnect
775 event ereport.asic.zambezi.asu.pending-ram-parity
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.h93 uint32_t parity:1; member in struct:_hxge_tcam_res_t::__anon5710
109 uint32_t parity:1;
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 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 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)
/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/cxgbe/common/
H A Dcommon.h391 int t4_mc_read(struct adapter *adap, u32 addr, __be32 *data, u64 *parity);
393 u64 *parity);
/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
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc184 * Errors caused by parity or unexpected behaviors in the asic.
297 * Errors caused by parity or unexpected behaviors in the asic.
419 * Errors caused by parity or unexpected behaviors in the asic.
508 event error.io.fire.pec.buffer-parity@hostbridge/pciexrc;
524 * Errors caused by parity or unexpected behaviors in the asic.
527 error.io.fire.pec.buffer-parity@hostbridge/pciexrc,
530 prop error.io.fire.pec.buffer-parity@hostbridge/pciexrc (1) ->
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s1942 * marks the state as invalid and writes good parity to the tag.
1968 sllx %o3, S_ECPAR_SHIFT, %o3 ! and with good tag parity
1990 * marks the state as invalid and writes good parity to the tag.
2016 sllx %o3, HB_ECPAR_SHIFT, %o3 ! and with good tag parity
2019 sllx %o3, SB_ECPAR_SHIFT, %o3 ! and with good tag parity
H A Dopl_olympus_asm.s1075 * If the error is secondary TSB related register parity, we have no idea
1082 * If the error is %pstate parity, it propagates to %tstate.
1086 * If the error is %ccr or %asi parity, it propagates to %tstate
1323 * This is the TLB parity error case and it is the
1332 bz,pn %xcc, 2f ! too many TLB parity errs in a certain
/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/uts/sun4u/ml/
H A Dtrap_table.s1421 LABELED_BAD(tt0_dperr); /* 071 Cheetah+ dcache parity error */
1422 LABELED_BAD(tt0_iperr); /* 072 Cheetah+ icache parity error */
1548 LABELED_BAD(tt1_dperr); /* 071 Cheetah+ dcache parity error */
1549 LABELED_BAD(tt1_iperr); /* 072 Cheetah+ icache parity error */
1579 LABELED_BAD(tt1_swtrap1); /* 101 Ch+ D$ parity error (cont) */
1580 LABELED_BAD(tt1_swtrap2); /* 102 Ch+ I$ parity error (cont) */
1667 cmp %g5, PANTHER_IMPL ! is a TLB parity error. But
1679 be 3f ! dtlb parity handler
1693 nop ! TLB parity handler
2678 * We are running on a Panther and have hit a DTLB parity erro
[all...]

Completed in 406 milliseconds