| /openbmc/u-boot/arch/x86/lib/ |
| H A D | sfi.c | 32 static void *get_entry_start(struct table_info *tab) in get_entry_start() argument 34 if (tab->count == SFI_TABLE_MAX_ENTRIES) in get_entry_start() 36 tab->entry_start = tab->base + tab->ptr; in get_entry_start() 37 tab->table[tab->count] = tab->entry_start; in get_entry_start() 38 tab->entry_start += sizeof(struct sfi_table_header); in get_entry_start() 40 return (void *)(uintptr_t)tab->entry_start; in get_entry_start() 43 static void finish_table(struct table_info *tab, const char *sig, void *entry) in finish_table() argument 47 hdr = (struct sfi_table_header *)(uintptr_t)(tab->base + tab->ptr); in finish_table() 49 hdr->len = sizeof(*hdr) + ((ulong)entry - tab->entry_start); in finish_table() 55 tab->ptr += hdr->len; in finish_table() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0005-fix-the-YACC-rule-to-fix-a-building-failure.patch | 35 -master_parse.tab.c master_parse.tab.h: master_parse.y 36 +master_parse.tab.h: master_parse.tab.c 37 +master_parse.tab.c: master_parse.y 40 master_tok.o: master_tok.c master_parse.tab.h 49 -nss_parse.tab.c nss_parse.tab.h: nss_parse.y 50 +nss_parse.tab.h: nss_parse.tab.c 51 +nss_parse.tab.c: nss_parse.y 54 nss_tok.o: nss_tok.c nss_parse.tab.h 61 amd_tok.o: amd_tok.c amd_parse.tab.h 63 -amd_parse.tab.c amd_parse.tab.h: amd_parse.y [all …]
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | via.h | 2 void mpc85xx_config_via(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab); 5 …pc85xx_config_via_usbide(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab); 8 …d mpc85xx_config_via_usb(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab); 11 … mpc85xx_config_via_usb2(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab); 14 …mpc85xx_config_via_power(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab); 17 … mpc85xx_config_via_ac97(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
|
| H A D | cds_via.c | 11 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via() argument 40 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usbide() argument 58 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb() argument 67 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb2() argument 76 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_power() argument 87 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_ac97() argument
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/ |
| H A D | 0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch | 22 +y.tab.c: y.tab.h 24 -y.tab.c y.tab.h: calc.y 25 +y.tab.h: calc.y 28 y.tab.o: y.tab.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
| H A D | fbset-2.1-fix-makefile-dep.patch | 4 Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 23 modes.tab.o: modes.tab.c fbset.h fb.h 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c
|
| /openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
| H A D | makefile-fix-parallel.patch | 7 y.tab.c:1001:0: error: unterminated #if 26 -y.tab.c y.tab.h: parsetime.y 27 +y.tab.h: y.tab.c 29 +y.tab.c: parsetime.y
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch | 9 | mv dtcompilerparser.tab.c dtcompilerparser.c 10 | mv dtcompilerparser.tab.c dtcompilerparser.c 11 | cp dtcompilerparser.tab.h dtcompilerparser.y.h 12 | mv dtcompilerparser.tab.c dtcompilerparser.c 13 | mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory 16 | mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory 36 - mv aslcompiler.tab.c aslcompiler.c 37 - cp aslcompiler.tab.h aslcompiler.y.h 45 - mv dtcompilerparser.tab.c dtcompilerparser.c 46 - cp dtcompilerparser.tab.h dtcompilerparser.y.h [all …]
|
| /openbmc/qemu/scripts/simplebench/ |
| H A D | results_to_text.py | 68 tab = [] 72 tab.append([''] + [chr(ord('A') + i) for i in range(n_columns)]) 74 tab.append([''] + [c['id'] for c in results['envs']]) 82 tab.append(row) 107 col_j = tab[0][j + 1] if named_columns else '' 112 tab.append(row) 114 return f'All results are in {dim}\n\n' + tabulate.tabulate(tab)
|
| H A D | simplebench.py | 121 tab = {} 125 'tab': tab 133 if case['id'] not in tab: 134 tab[case['id']] = {} 135 tab[case['id']][env['id']] = bench_one(test_func, env, case,
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-fix-parallel-build.patch | 4 | ../include/defs.h:49:10: fatal error: y.tab.h: No such file or directory 5 | 49 | #include "y.tab.h" 10 and y.tab.h to fix the parallel build failure. 27 -$(CLIENTOBJS) $(SERVEROBJS): $(HFILES) y.tab.h 28 +$(COMMONOBJS) $(CLIENTOBJS) $(SERVEROBJS): $(HFILES) y.tab.h 30 y.tab.h: gram.c
|
| /openbmc/pyphosphor/obmc/utils/ |
| H A D | dtree.py | 23 tab = indent * depth * ' ' 35 fd.write('%s%s' % (tab, k)) 39 fd.write('%s%s = ' % (tab, k)) 44 fd.write('%s%s {%s' % (tab, k, newline)) 46 fd.write('%s};%s' % (tab, newline))
|
| /openbmc/qemu/ |
| H A D | .editorconfig | 21 indent_style = tab 26 indent_style = tab 40 indent_style = tab 59 indent_style = tab
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | Makefile | 9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 26 HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC) 29 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
| H A D | Makefile.dtc | 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
| /openbmc/u-boot/drivers/video/ |
| H A D | console_truetype.c | 481 struct font_info *tab; in console_truetype_find_font() local 483 for (tab = font_table; tab->begin; tab++) { in console_truetype_find_font() 484 if (abs(tab->begin - tab->end) > 4) { in console_truetype_find_font() 486 tab->name, tab->begin, in console_truetype_find_font() 487 (ulong)(tab->end - tab->begin)); in console_truetype_find_font() 488 return tab->begin; in console_truetype_find_font()
|
| /openbmc/u-boot/tools/patman/ |
| H A D | test.py | 193 tab = ' ' 202 tab = ' ' 204 indent = tab 207 return data % (signoff, license, tab, indent, tab)
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | Makefile | 210 conf-objs := conf.o zconf.tab.o 211 mconf-objs := mconf.o zconf.tab.o $(lxdialog) 212 nconf-objs := nconf.o zconf.tab.o nconf.gui.o 213 kxgettext-objs := kxgettext.o zconf.tab.o 215 qconf-objs := zconf.tab.o 216 gconf-objs := gconf.o zconf.tab.o 239 HOSTCFLAGS_zconf.tab.o := -I$(src) 309 $(obj)/zconf.tab.o: $(obj)/zconf.lex.c
|
| /openbmc/qemu/include/hw/i386/ |
| H A D | apic_internal.h | 214 static inline void apic_set_bit(uint32_t *tab, int index) 219 tab[i] |= mask; in apic_set_bit() 222 static inline int apic_get_bit(uint32_t *tab, int index) 227 return !!(tab[i] & mask); in apic_get_bit() 215 apic_set_bit(uint32_t * tab,int index) apic_set_bit() argument 223 apic_get_bit(uint32_t * tab,int index) apic_get_bit() argument
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | Network.vue | 19 <b-tab 25 <network-interface-settings :tab-index="tabIndex" /> 27 <table-ipv-4 :tab-index="tabIndex" /> 29 <table-ipv-6 :tab-index="tabIndex" /> 31 <table-dns :tab-index="tabIndex" /> 32 </b-tab> 163 // ensure first tab is selected and expanded (index 0). Force a change
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | crc32.c | 85 const u32 *tab = crc32table_le; in crc32_le() local 88 # define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8) in crc32_le() 90 # define DO_CRC(x) crc = tab[ ((crc >> 24) ^ (x)) & 255] ^ (crc<<8) in crc32_le() 183 const u32 *tab = crc32table_be; in crc32_be() local 186 # define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8) in crc32_be() 188 # define DO_CRC(x) crc = tab[ ((crc >> 24) ^ (x)) & 255] ^ (crc<<8) in crc32_be()
|
| /openbmc/openbmc/poky/meta/recipes-extended/timezone/ |
| H A D | tzdata.bb | 36 cp -pP "${S}/zone.tab" ${D}${datadir}/zoneinfo 37 cp -pP "${S}/zone1970.tab" ${D}${datadir}/zoneinfo 38 cp -pP "${S}/iso3166.tab" ${D}${datadir}/zoneinfo 197 ${datadir}/zoneinfo/zone.tab \ 198 ${datadir}/zoneinfo/zone1970.tab \ 199 ${datadir}/zoneinfo/iso3166.tab \
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/ |
| H A D | gpio-shutdown.bb | 5 SRC_URI = "file://bind_gpio_shutdown.tab \ 23 install -m 0755 ${UNPACKDIR}/bind_gpio_shutdown.tab ${D}${sysconfdir}/inittab.d/
|
| /openbmc/qemu/hw/audio/ |
| H A D | cs4231a.c | 87 const int16_t *tab; member 293 s->tab = NULL; in cs_reset_voices() 302 s->tab = MuLawDecompressTable; in cs_reset_voices() 305 s->tab = ALawDecompressTable; in cs_reset_voices() 548 if (s->tab) { in cs_write_audio() 553 linbuf[i] = s->tab[tmpbuf[i]]; in cs_write_audio() 579 copy = s->voice ? (s->audio_free >> (s->tab != NULL)) : dma_len; in cs_dma_read() 595 s->audio_free -= (written << (s->tab != NULL)); in cs_dma_read()
|
| /openbmc/bmcweb/static/styles/ |
| H A D | redfish.css | 17 .tab {
|