/titanic_41/usr/src/common/net/wanboot/crypt/ |
H A D | des3.c | 112 uint_t parity; in des3_keycheck() local 167 parity = 1; in des3_keycheck() 175 parity++; in des3_keycheck() 178 parity++; in des3_keycheck() 181 parity++; in des3_keycheck() 184 parity++; in des3_keycheck() 187 parity++; in des3_keycheck() 190 parity++; in des3_keycheck() 193 parity++; in des3_keycheck() 196 parity &= 1; /* Mask off other bits. */ in des3_keycheck() [all …]
|
/titanic_41/usr/src/cmd/tip/ |
H A D | tip.c | 591 char *parity; in setparity() local 595 parity = value(PARITY); in setparity() 598 if (equal(parity, "even")) { in setparity() 600 } else if (equal(parity, "odd")) { in setparity() 603 } else if (equal(parity, "none")) { in setparity() 608 } else if (equal(parity, "zero")) { in setparity() 611 } else if (equal(parity, "one")) { in setparity()
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 251 char parity, handshake; in serial_metal_to_hyper() local 273 if (sscanf(metal_serial, "%u,%u,%c,%u,%c", &baud, &bits, &parity, &stop, in serial_metal_to_hyper() 279 ((parity != 'n') && (parity != 'e') && (parity != 'o')) || in serial_metal_to_hyper() 307 bits, parity, stop); in serial_metal_to_hyper() 380 char bits, parity, stop; in cvt_hyper_option() local 450 if (sscanf(value, "%u,%c%c%c", &baud, &bits, &parity, in cvt_hyper_option() 457 ((parity != 'n') && (parity != 'e') && in cvt_hyper_option() 458 (parity != 'o'))) in cvt_hyper_option() 485 bits, parity, stop); in cvt_hyper_option()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 75 uint8_t *parity; /* parity bit vector */ member 614 entsrc->parity = kmem_alloc(howmany(entsrc->nblocks, 8), in physmem_ent_init() 621 ptr = entsrc->parity; in physmem_ent_init() 650 if (entsrc->parity != NULL) in physmem_ent_fini() 651 kmem_free(entsrc->parity, howmany(entsrc->nblocks, 8)); in physmem_ent_fini() 804 if (physmem_parity_update(entsrc->parity, oblock, in physmem_ent_gen() 818 physmem_parity_update(uint8_t *parity_vec, uint32_t block, int parity) in physmem_parity_update() argument 821 if (parity == ((parity_vec[block >> 3] >> (block & 7)) & 1)) in physmem_parity_update()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | schizo.esc | 78 * - ape: address parity error. 152 * - cpu0-par: parity error on the unidirectional signals. 153 * - cpu0-bidi: parity error on the bi-directional signals. 162 * - cpu1-par: parity error on the unidirectional signals. 163 * - cpu1-bidi: parity error on the bidirectional signals. 176 * - ape: safari address parity error. 207 * - ape: address parity error. 208 * - cpu0-par: parity error on the unidirectional signals. 209 * - cpu0-bidi: parity error on the bidirectional signals. 210 * - cpu1-par: parity error on the unidirectional signals. [all …]
|
H A D | xmits.esc | 82 * - para: a parity error on the internal memories of PCI block A. 83 * - parb: a parity error on the internal memories of PCI block B. 84 * - pars: a parity error on the internal memories of the Safari block. 95 * - ape: address parity error. 176 * - ape: safari address parity error. 207 * - ape: address parity error.
|
H A D | tomatillo.esc | 202 * - ape: jbus address parity error. 203 * - pwpe: jbus PIO write parity error. 204 * - drpe: jbus DMA read parity error. 205 * - dwpe: jbus DMA write parity error. 206 * - cpe: jbus control parity error.
|
H A D | oberon.esc | 109 * - mmu invalid, out of range, protection etc. all except data parity
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | serial.h | 85 int word_len, int parity, int stop_bit_len);
|
H A D | serial.c | 139 int word_len, int parity, int stop_bit_len) in serial_hw_init() argument 166 status |= parity | word_len | stop_bit_len; in serial_hw_init()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | zambezi.esc | 118 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-error@interconnect [all …]
|
H A D | n2piu.esc | 88 * N2 asic parity error 162 * DMU N2 asic parity error
|
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | mc5.h | 62 unsigned int nroutes, int parity, int syn);
|
H A D | mc5.c | 404 unsigned int nroutes, int parity, int syn) in t1_mc5_init() argument 429 mc5->parity_enabled = (unsigned char)parity; in t1_mc5_init()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 39 * within devices and bridges, so use similar rates to cpu data cache parity 112 * - badreq-pw-d:a bad downstream request - not parity error (may cause target 114 * - badreq-drw-d:a bad downstream request - not parity error (may cause 116 * - ape-d: address/parity to get corrupted during downstream transmission 118 * - dpe-d: the device to transfer bad data and/or bad parity downstream 285 * - ape-u: the transfer of bad address/parity upstream. 287 * - dpe-u: the device to deliver bad data/parity upstream. 466 * - ape-d: address/parity to get corrupted during downstream transmission. 468 * - dpe-d: data/parity to get corrupted during downstream transmission. 506 * - ape-d: address/parity to get corrupted during downstream transmission. [all …]
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc_hw.h | 84 uint32_t parity:4; member 88 uint32_t parity:4;
|
H A D | hxge_pfc.h | 93 uint32_t parity:1; member 109 uint32_t parity:1;
|
H A D | hxge_pfc.c | 861 boolean_t parity = 0; in hxge_pfc_update_hw() local 896 parity = 0; in hxge_pfc_update_hw() 908 status = hpi_pfc_cfg_vlan_control_set(handle, parity, implicit_valid, in hxge_pfc_update_hw()
|
H A D | hpi_pfc.c | 387 hpi_pfc_cfg_vlan_control_set(hpi_handle_t handle, boolean_t parity, in hpi_pfc_cfg_vlan_control_set() argument 394 if (parity) in hpi_pfc_cfg_vlan_control_set()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 450 * A data array parity fault in an I cache can cause: 468 * A tag array parity fault in an I cache can cause: 485 * A snoop tag array parity fault in an I cache can cause: 497 * An l1tlb parity fault in an I cache can cause: 514 * An l2tlb parity fault in an I cache can cause: 566 * A tag array parity fault in an D cache can cause: 578 * A snoop tag array parity fault in an D cache can cause: 590 * An l1tlb parity fault in an D cache can cause: 602 * An l2tlb parity fault in an D cache can cause:
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4/ |
H A D | fire.esc | 184 * 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) ->
|
/titanic_41/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 701 uint64_t parity; in create_RAIDVirtualDeviceBean() local 712 &parity); in create_RAIDVirtualDeviceBean() 715 parity = 1; in create_RAIDVirtualDeviceBean() 720 (jlong)parity); in create_RAIDVirtualDeviceBean()
|
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 522 desc = L2 main tag array parity error on I$ fetch 538 desc = L2 main tag array parity error on D$ fetch 554 desc = L2 main tag array parity error on TLB reload, snoop, or copyback 570 desc = L2 main tag array parity error on scrubber access
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1105 int word_len, int parity, int stop_bit_len) in serial_hw_init() argument 1177 switch (parity) in serial_hw_init()
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 391 int t4_mc_read(struct adapter *adap, u32 addr, __be32 *data, u64 *parity); 393 u64 *parity);
|