Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg_y.y39 %type <string> atom
40 %destructor { free($$); } atom IDENT STRING NUMBER
62 value: atom { $$= xlu__cfg_string_mk(ctx,$1,&@1); }
65 atom: STRING { $$= $1; }
A Dlibxlu_cfg_i.h29 char *atom, YYLTYPE *loc);
A Dlibxlu_cfg.c362 XLU_ConfigValue *xlu__cfg_string_mk(CfgParseContext *ctx, char *atom, in xlu__cfg_string_mk() argument
372 value->u.string = atom; in xlu__cfg_string_mk()
381 free(atom); in xlu__cfg_string_mk()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dmwait-idle.c924 ICPU(0x1c, atom),
928 ICPU(0x36, atom),
/xen-4.10.0-shim-comet/scripts/
A Dget_maintainer.pl2132 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
2133 my $word = "(?:$atom|$quoted_string)";
2136 my $sub_domain = "(?:$atom|$domain_literal)";

Completed in 8 milliseconds