Searched refs:crs (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py99 def lookup(self, crs):
103 crs: one change request id (may be integer, string, or list),
111 if not isinstance(crs, list):
112 crs = [str(crs)]
115 for cr in crs:
123 for cr in crs:
125 crs.remove(cr)
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c113 struct cpuid_regs crs; local
119 if (uio->uio_resid & (sizeof (crs) - 1))
130 crs.cp_eax = (uint32_t)uoff;
131 crs.cp_ebx = crs.cp_ecx = crs.cp_edx = 0;
132 (void) cpuid_insn(NULL, &crs);
134 if ((error = uiomove(&crs, sizeof (crs), UIO_READ, uio)) != 0)
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y84 int crs = '0';
85 int rcrs = '0'; /* reset crs */
110 rcrs = crs;
405 *cp++ = crs++;
407 if (crs == '[')
408 crs += 3;
409 if (crs == 'a')
410 crs = '{';
411 if (crs >= 0241) {
781 crs
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c470 ACPI_BUFFER buf, crs; local
492 crs.Length = ACPI_ALLOCATE_BUFFER;
493 status = AcpiEvaluateObjectTyped(dev_hdl, "_CRS", NULL, &crs,
502 i < ((ACPI_OBJECT *)crs.Pointer)->Buffer.Length; i++) {
506 tmp = ((ACPI_OBJECT *)crs.Pointer)->Buffer.Pointer + i;
526 AcpiOsFree(crs.Pointer);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c154 rule_component *crs; member in struct:_rule_set
182 for (rc = rs->crs; rc != NULL;) {
446 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next);
448 rs->crs = rc;
600 for (rc = rs->crs; rc != NULL; rc = rc->next) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c893 struct cpuid_regs crs; local
901 (void) __cpuid_insn(&crs);
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc140 event ereport.io.fire.pec.crs@hostbridge/pciexrc{within(5s)};
518 ereport.io.fire.pec.crs@hostbridge/pciexrc,
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c437 unsigned long crs:1; member in struct:rhine_tx_desc::VTC_tx_status_tag::__anon2162

Completed in 118 milliseconds