/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 47 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD 129 | BAR { $$ = BAR; }
|
H A D | lookup.c | 40 "bar", BAR,
|
H A D | diacrit.c | 84 case BAR: in diacrit()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | gawksub.ok | 1 orig = "here is some text", repl = "<FOO&BAR \q \ \\ \& \\& \\\&>"
|
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 79 enum { DASH = 0, BAR, CORNER, VRIGHT }; enumerator 103 [BAR] = "|", 110 [BAR] = "\xe2\x94\x82", /* \u2502 */ 332 (void) printf("%s ", HAS_SIBLING(ancestor) ? box[BAR] : " "); in printlines()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_solaris.h | 83 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument 88 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
H A D | mm.h | 112 #define MM_WRITE_DOORBELL(/* struct _lm_device_t* */PDEV, /* u32_t */BAR, /* u32_t */CID, /* u32_t … argument 113 MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL)
|
H A D | mm_ndismono.h | 85 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
H A D | mm_user_mode_debug.h | 62 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
H A D | mm_dos.h | 131 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
H A D | mm_linux.h | 96 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
H A D | mm_uefi.h | 136 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
H A D | mm_vbd.h | 102 #define MM_WRITE_DOORBELL_IMP(PDEV, BAR, CID, VAL) \ argument
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 96 %token BAR /* '|' */ 120 %right BAR PIPE WRITE APPEND 511 | expr BAR GETLINE optvar {
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 935 if (Hdr_type == BAR) { in bfill() 951 if (Hdr_type != BAR || rv == Bufsize) { in bfill() 971 if (Hdr_type == BAR) { in bfill() 1088 if (Hdr_type == BAR) in chgreel() 1140 if (Hdr_type != TAR && Hdr_type != USTAR && Hdr_type != BAR) { in ckname() 1359 Hdr_type = BAR; in ckopts() 2257 if (Hdr_type == BAR) { in read_chunk() 2694 (Hdr_type == BAR && bar_linkflag == '2' && proc_mode != P_SKIP)) { in data_in() 2806 if (Hdr_type == BAR && data_in_info->data_in_compress_flag) { in data_in() 3456 if (Hdr_type == BAR) { in file_in() [all …]
|
H A D | cpio.h | 111 #define BAR 9 macro
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 695 case BAR: in mn2() 829 case BAR: case RNEWE: case RCAT: case DIV: in dupl() 952 case BAR: in treedump()
|
H A D | ldefs.h | 114 #define BAR 0x400c macro
|
H A D | sub2.c | 111 case BAR: case RCAT: case DIV: case RNEWE: in cfoll() 187 case BAR: case QUEST: case RNEWE: in follow() 260 case BAR: case RNEWE: in first()
|
H A D | parser.y | 179 { $$.i = mn2(BAR,$1.i,$3.i); } 210 j = mn2(BAR,j,g);
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/ |
H A D | CP1253.TXT | 209 0xA6 0x00A6 #BROKEN BAR 218 0xAF 0x2015 #HORIZONTAL BAR
|
H A D | CP869.TXT | 180 0x8a 0x00a6 #BROKEN BAR 184 0x8e 0x2015 #HORIZONTAL BAR
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/ |
H A D | 8859-7.txt | 224 0xA6 0x00A6 # BROKEN BAR 231 0xAF 0x2015 # HORIZONTAL BAR
|
H A D | 8859-8.txt | 160 0xA6 0x00A6 # BROKEN BAR
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 197 …example the address where transmission flow should write a doorbell to the BAR is determined by th… 377 The E4 bar is a reduced BAR, i.e., it does not map the entire register address range. 381 …BAR} is the BAR accessed by the ecore. It is divided into configurable windows which point to diff… 384 \caption{Internal BAR vs. External BAR} 390 For more details on the E4 BAR access scheme the reader is referred to the “Reduced PF BAR0 size” s… 402 These macros are a direct read / write from the BAR with the absolute address offset given. 403 Implementation should add the offset to the mapped BAR address and call the appropriate OS specific… 410 …BAR addresses; The ecore is responsible for configuring the memory windows, and translates the inn… 442 …\item It enables the ecore to access its BAR, doing things such as enabling the PTT pool and openi… 443 …Notice this doesn’t actually do anything to the PCI BAR itself – the upper-layer should have initi… [all …]
|