Searched refs:crs (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/tools/onbld/Checks/ |
H A D | DbLookups.py | 103 def lookup(self, crs): argument 115 if not isinstance(crs, list): 116 crs = [str(crs)] 119 for cr in crs: 127 for cr in crs: 129 crs.remove(cr)
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cpuid_drv.c | 113 struct cpuid_regs crs; in cpuid_read() local 119 if (uio->uio_resid & (sizeof (crs) - 1)) in cpuid_read() 130 crs.cp_eax = (uint32_t)uoff; in cpuid_read() 131 crs.cp_ebx = crs.cp_ecx = crs.cp_edx = 0; in cpuid_read() 132 (void) cpuid_insn(NULL, &crs); in cpuid_read() 134 if ((error = uiomove(&crs, sizeof (crs), UIO_READ, uio)) != 0) in cpuid_read()
|
/titanic_50/usr/src/cmd/bc/ |
H A D | bc.y | 84 int crs = '0'; variable 110 rcrs = crs; 405 *cp++ = crs++; 407 if (crs == '[') 408 crs += 3; 409 if (crs == 'a') 410 crs = '{'; 411 if (crs >= 0241) { 781 crs = rcrs; in output() 808 crs = rcrs; in yyerror()
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | acpica_ec.c | 470 ACPI_BUFFER buf, crs; in ec_probe_ns() local 492 crs.Length = ACPI_ALLOCATE_BUFFER; in ec_probe_ns() 493 status = AcpiEvaluateObjectTyped(dev_hdl, "_CRS", NULL, &crs, in ec_probe_ns() 502 i < ((ACPI_OBJECT *)crs.Pointer)->Buffer.Length; i++) { in ec_probe_ns() 506 tmp = ((ACPI_OBJECT *)crs.Pointer)->Buffer.Pointer + i; in ec_probe_ns() 526 AcpiOsFree(crs.Pointer); in ec_probe_ns()
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 154 rule_component *crs; member 182 for (rc = rs->crs; rc != NULL;) { in free_rule_set() 446 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next); in parse_rule_set() 448 rs->crs = rc; in parse_rule_set() 600 for (rc = rs->crs; rc != NULL; rc = rc->next) { in check_all_certs()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | microcode.c | 893 struct cpuid_regs crs; in ucode_read_rev_intel() local 901 (void) __cpuid_insn(&crs); in ucode_read_rev_intel()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | via-rhine.c | 437 unsigned long crs:1; member
|
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4/ |
H A D | fire.esc | 140 event ereport.io.fire.pec.crs@hostbridge/pciexrc{within(5s)}; 518 ereport.io.fire.pec.crs@hostbridge/pciexrc,
|