Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 167) sorted by relevance

1234567

/dragonfly/sys/contrib/dev/acpica/source/tools/examples/
HDextables.c363 [0006] Oem ID : "INTEL "
378 [0006] Oem ID : "INTEL "
379 [0008] Oem Table ID : "TEMPLATE"
381 [0004] Asl Compiler ID : "INTL"
393 [0006] Oem ID : "INTEL "
394 [0008] Oem Table ID : "TEMPLATE"
396 [0004] Asl Compiler ID : "INTL"
408 [0006] Oem ID : "INTEL "
409 [0008] Oem Table ID : "TEMPLATE"
411 [0004] Asl Compiler ID : "INTL"
[all …]
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
HDaetables.h530 [00Ah 0010 6] Oem ID : " Intel"
531 [010h 0016 8] Oem Table ID : "Template"
533 [01Ch 0028 4] Asl Compiler ID : "INTL"
538 [024h 0036 1] Space ID : 01 (SystemIO)
545 [030h 0048 1] Space ID : 01 (SystemIO)
562 [0006] Oem ID : " Intel"
563 [0008] Oem Table ID : " UEFI1"
565 [0004] Asl Compiler ID : "INTL"
576 [006] Oem ID : " Intel"
577 [008] Oem Table ID : " UEFI2"
[all …]
/dragonfly/contrib/elftoolchain/common/
HD_elftc.h290 #define ELFTC_VCSID(ID) __RCSID(ID) argument
294 #define ELFTC_VCSID(ID) __FBSDID(ID) argument
300 #define ELFTC_VCSID(ID) __asm__(".ident\t\"" ID "\"") argument
302 #define ELFTC_VCSID(ID) /**/ argument
308 #define ELFTC_VCSID(ID) __asm__(".ident\t\"" ID "\"") argument
310 #define ELFTC_VCSID(ID) /**/ argument
315 #define ELFTC_VCSID(ID) __RCSID(ID) argument
320 #define ELFTC_VCSID(ID) __asm__(".ident\t\"" ID "\"") argument
322 #define ELFTC_VCSID(ID) /**/ argument
/dragonfly/contrib/bmake/mk/
HDdep.mk67 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$f; done
70 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$f; done
73 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$f; done
78 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files; \
80 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files;; \
85 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
87 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$files;; \
92 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
94 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$files;; \
/dragonfly/usr.sbin/config/
HDconfig.y39 %token <str> ID
163 IDENT ID { ident = $2; }
192 System_parameter_list ID
193 | ID
205 | Save_id NUMBER ID {
212 | Save_id NUMBER ID NUMBER {
220 | Save_id NUMBER ID NUMBER ID {
267 ID { $$ = $1; } |
276 ID { $$ = $1; }
300 ID { $$ = $1; }
HDlang.l82 ID [A-Za-z_][-A-Za-z_0-9]*
94 return(ID);
107 <INITIAL>{ID} {
110 return(ID);
/dragonfly/contrib/gcc-4.7/gcc/
HDgengtype-parse.c226 c1 = require2 (ID, SCALAR); in typedef_name()
228 c2 = require (ID); in typedef_name()
236 return require (ID); in typedef_name()
449 case ID: in option()
562 case ID: in direct_declarator()
563 *namep = require (ID); in direct_declarator()
723 case ID: in type()
755 if (token () == ID) in type()
794 if (token () == ID) in type()
911 type = require2 (ID, SCALAR); in def_vec()
[all …]
HDdf.h690 #define DF_DEFS_GET(ID) (df->def_info.refs[(ID)]) argument
691 #define DF_DEFS_SET(ID,VAL) (df->def_info.refs[(ID)]=(VAL)) argument
692 #define DF_DEFS_COUNT(ID) (df->def_info.count[(ID)]) argument
693 #define DF_DEFS_BEGIN(ID) (df->def_info.begin[(ID)]) argument
695 #define DF_USES_GET(ID) (df->use_info.refs[(ID)]) argument
696 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL)) argument
697 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)]) argument
698 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)]) argument
HDgengtype-lex.l53 ID [[:alpha:]_][[:alnum:]_]*
131 "ENUM_BITFIELD"{WS}?"("{WS}?{ID}{WS}?")" {
143 {ID}/{EOID} {
145 return ID;
HDsel-sched-ir.h610 #define IDATA_TYPE(ID) ((ID)->type) argument
611 #define IDATA_LHS(ID) ((ID)->lhs) argument
612 #define IDATA_RHS(ID) ((ID)->rhs) argument
613 #define IDATA_REG_SETS(ID) ((ID)->reg_sets) argument
614 #define IDATA_REG_USES(ID) ((ID)->reg_uses) argument
615 #define IDATA_REG_CLOBBERS(ID) ((ID)->reg_clobbers) argument
/dragonfly/contrib/gcc-8.0/gcc/
HDdf.h714 #define DF_DEFS_GET(ID) (df->def_info.refs[(ID)]) argument
715 #define DF_DEFS_SET(ID,VAL) (df->def_info.refs[(ID)]=(VAL)) argument
716 #define DF_DEFS_COUNT(ID) (df->def_info.count[(ID)]) argument
717 #define DF_DEFS_BEGIN(ID) (df->def_info.begin[(ID)]) argument
719 #define DF_USES_GET(ID) (df->use_info.refs[(ID)]) argument
720 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL)) argument
721 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)]) argument
722 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)]) argument
HDgengtype-parse.c298 const char *id = require4 (SCALAR, ID, '*', ','); in require_template_declaration()
325 const char *id = require (ID); in typedef_name()
544 case ID: in option()
666 case ID: in direct_declarator()
667 *namep = require (ID); in direct_declarator()
886 case ID: in type()
924 if (token () == ID) in type()
949 const char *basename = require (ID); in type()
954 basename = require (ID); in type()
1022 if (token () == ID) in type()
HDgengtype-lex.l59 ID {CID}({HWS}::{HWS}{CID})*
131 "ENUM_BITFIELD"{WS}?"("{WS}?{ID}{WS}?")" {
142 {ID}/{EOID} {
144 return ID;
HDsel-sched-ir.h627 #define IDATA_TYPE(ID) ((ID)->type) argument
628 #define IDATA_LHS(ID) ((ID)->lhs) argument
629 #define IDATA_RHS(ID) ((ID)->rhs) argument
630 #define IDATA_REG_SETS(ID) ((ID)->reg_sets) argument
631 #define IDATA_REG_USES(ID) ((ID)->reg_uses) argument
632 #define IDATA_REG_CLOBBERS(ID) ((ID)->reg_clobbers) argument
/dragonfly/contrib/gdb-7/gdb/
HDunwind_stop_reasons.def39 valid ID, and this becomes not just an error but an internal
41 SET (UNWIND_NULL_ID, "unwinder did not report frame ID")
51 /* This frame ID looks like it ought to belong to a NEXT frame,
56 /* This frame has the same ID as the previous one. That means
58 frame with exactly the same ID, so break the chain. Normally,
/dragonfly/contrib/libpcap/
HDgrammar.y368 %token ID EID HID HID6 AID
386 %type <s> ID EID AID
423 nid: ID { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_scode(cstate…
605 pfvar: PF_IFNAME ID { CHECK_PTR_VAL($2); CHECK_PTR_VAL(($$ = gen_pf_ifname(csta…
606 …| PF_RSET ID { CHECK_PTR_VAL($2); CHECK_PTR_VAL(($$ = gen_pf_ruleset(cstate, $2))…
634 | ID { CHECK_PTR_VAL($1);
649 | ID { const struct tok *types = NULL;
672 type_subtype: ID { int i;
690 | LLC ID { CHECK_PTR_VAL($2);
718 | ID { CHECK_PTR_VAL($1);
[all …]
/dragonfly/usr.bin/dsynth/
HDprogress.js111 var trow = RB + '<td class="b' + data.builders[n].ID +
112 '" onclick="filter(\'[' + data.builders[n].ID +
114 data.builders[n].ID + '">'
115 + data.builders[n].ID + E +
190 trow.push('[' + data[n].ID + ']');
/dragonfly/contrib/file/magic/Magdir/
HDrtf52 # Default language ID for South Asian/Middle Eastern text
53 # language ID: 1025, ..., 1065~Persian, ..., 2057~English_UnitedKingdom, ..., 58380~French_NorthAfr…
55 #>6 search/1 \\adeflang \b, default middle east language ID
56 >>6 search/497 \\adeflang \b, default middle east language ID
67 >>>>&0 string >0 \b, default language ID %-.4s
HDmkid6 # ID is the binary tags database produced by mkid(1).
10 0 string \311\304 ID tags data
HDpc9811 >8 ubelong >0x40404040 \b, system ID:
27 >8 byte x system ID: %c
65 >>>&4 byte x system ID: %c
72 >>>&4 byte x system ID: %c
HDmap267 # Map ID
268 >>>0x74 ulelong x \b, ID %#x
361 # data record (ID='D') with version content like 0064h~1.0
366 # Application Record (ID='A')
378 # region record (ID='R')
380 # region ID:14~fw_all.bin: 78~ZIP, RGN or SRF bitmap; 148~ZIP or JAR; 249~display firmware; 251~WiF…
381 >>5 uleshort x ID=%u
393 # garmin Record ID Identifies the record content like: D A R
394 >>4 ubyte x ID '%c'
407 >>>>6 leshort x product ID %04d)
HDpgp-binary-keys57 # 13 0xCD -- User ID Packet
106 # 13 0xB4 -- User ID Packet
128 # [Primary Key] [SIG] [User ID] [SIG]...
131 # [Primary Key] [User ID] [SIG]...
269 >>0 ubyte x \b; User ID
284 >>0 ubyte x \b; User ID
331 >>0 ubyte x \b; User ID
346 >>0 ubyte x \b; User ID
/dragonfly/gnu/usr.bin/rcs/lib/
HDrcssyn.c262 } else if (nexttok==ID) { in getadmin()
384 if (nexttok != ID || strcmp(NextString,key) == 0)
391 case ID:
418 Delta->author = getkeyval(Kauthor, ID, false); in getdelta()
420 Delta->state = getkeyval(Kstate, ID, true); in getdelta()
/dragonfly/contrib/tnftp/src/
HDruserpass.c70 #define ID 10 macro
122 if (t != ID) in ruserpass()
324 return (ID); in token()
/dragonfly/games/rogue/
HDinventory.c482 goto ID; in get_desc()
505 goto ID; in get_desc()
515 goto ID; in get_desc()
521 goto ID; in get_desc()
540 ID: switch(obj->what_is) { in get_desc()

1234567