Searched refs:xlu__cfg_set_store (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_cfg_y.y | 58 assignment: IDENT '=' value { xlu__cfg_set_store(ctx,$1,XLU_OP_ASSIGNMENT,$3,@3.first_line); } 59 | IDENT "+=" value { xlu__cfg_set_store(ctx,$1,XLU_OP_ADDITION,$3,@3.first_line); }
|
A D | libxlu_cfg_i.h | 26 void xlu__cfg_set_store(CfgParseContext*, char *name,
|
A D | libxlu_cfg_y.c | 1404 …{ xlu__cfg_set_store(ctx,(yyvsp[-2].string),XLU_OP_ASSIGNMENT,(yyvsp[0].value),(yylsp[0]).first_li… in yyparse() 1410 …{ xlu__cfg_set_store(ctx,(yyvsp[-2].string),XLU_OP_ADDITION,(yyvsp[0].value),(yylsp[0]).first_line… in yyparse()
|
A D | libxlu_cfg.c | 550 void xlu__cfg_set_store(CfgParseContext *ctx, char *name, in xlu__cfg_set_store() function
|
Completed in 8 milliseconds