Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxlu_cfg_y.y39 %type <string> atom
40 %destructor { free($$); } atom IDENT STRING NUMBER
64 value: atom { $$= xlu__cfg_string_mk(ctx,$1,&@1); }
67 atom: STRING { $$= $1; }
A Dlibxlu_cfg_i.h30 char *atom, YYLTYPE *loc);
A Dlibxlu_cfg.c392 XLU_ConfigValue *xlu__cfg_string_mk(CfgParseContext *ctx, char *atom, in xlu__cfg_string_mk() argument
402 value->u.string = atom; in xlu__cfg_string_mk()
411 free(atom); in xlu__cfg_string_mk()
/xen/xen/arch/x86/cpu/
A Dmwait-idle.c967 ICPU(0x1c, atom),
971 ICPU(0x36, atom),
/xen/scripts/
A Dget_maintainer.pl2156 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
2157 my $word = "(?:$atom|$quoted_string)";
2160 my $sub_domain = "(?:$atom|$domain_literal)";

Completed in 13 milliseconds