Searched refs:MISC (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | lookup.c | 53 { "#define", ' ', MISC, NULL }, /* must be table entry 0 */ 55 { "#include", ' ', MISC, NULL }, /* must be table entry 1 */ 61 { "#define", ' ', MISC, NULL }, /* must be table entry 7 */ 63 { "\t", '\0', MISC, NULL }, /* must be table entry 9 */ 64 { "\n", '\0', MISC, NULL }, /* must be table entry 10 */ 77 { "sizeof", '\0', MISC, NULL },
|
H A D | global.h | 66 MISC /* misc.: sizeof or table placeholder for compression */ enumerator in enum:__anon4451
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | Makefile | 41 MISC= misc macro 54 MAILXRC= $(MISC)/mailx.rc 55 UCBMAILRC= $(MISC)/Mail.rc 56 ROOTMAILXRC= $(MAILXRC:$(MISC)/%=$(ROOTETCMAILD)/%) 57 ROOTUCBMAILRC= $(UCBMAILRC:$(MISC)/%=$(ROOTETCMAILD)/%) 81 $(ROOTETCMAILD)/% : $(MISC)/% 101 $(MAILXHELP): $(MISC)/$$@ 102 $(GREP) -v '^#.*@(' $(MISC)/$@ > $@
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | Makefile | 52 MISC = alert.proto macro 58 ROOTMISC = $(MISC:%=$(ROOTLIBLPBIN)/%) 76 all: $(PROG) $(MODELS) $(MISC) $(SUBDIRS)
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | symreport.pl | 220 } elsif (/^MISC: REMOVED_SCOPED_SYMBOLS:\s+(.*)$/) { 222 } elsif (/^MISC: WARNING:\s+(INCOMPLETE\S+)/) { 225 } elsif (/^MISC: WARNING:\s+(.*)$/) {
|
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/ |
H A D | gcpu_mca_xpv.c | 130 mcrp->cmr_msrnum = IA32_MSR_MC(mib->mc_bank, MISC);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_init.h | 105 /* Block IGU, MISC, PXP and PXP2 parity errors as long as we don't 118 BLOCK_PRTY_INFO(MISC, 0x1, 0x1, 0x1, 0x1, 0x1),
|
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_mca.c | 589 "STAT 0x%016llx ADDR 0x%016llx MISC 0x%016llx", 606 "STAT 0x%016llx MISC 0x%016llx", 1294 * not initialize ourselves. Do not read the MISC register 1296 * banks that do not implement the MISC register (would be 1313 * MISCV when there is actually no MISC register for 1323 * (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, MISC), 1791 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC(i, MISC), &misc);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 2568 ECORE_INIT_COMN(pdev, MISC); 3723 #define init_misc_port( pdev) ECORE_INIT_PORT(pdev, MISC) 3740 #define init_misc_func(pdev) ECORE_INIT_FUNC(pdev, MISC)
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 1030 (((msr) >= IA32_MSR_MC(0, CTL) && (msr) <= IA32_MSR_MC(10, MISC)) || \
|
Completed in 134 milliseconds