Searched refs:xlu__disk_err (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_disk_l.l | 67 xlu__disk_err(dpc, str, TOSTRING(member) " respecified"); \ 104 xlu__disk_err(dpc,str,"unknown value for access"); in setaccess() 117 else xlu__disk_err(dpc,str,"unknown value for format"); in setformat() 125 else xlu__disk_err(dpc,str,"unknown value for backendtype"); in setbackendtype() 134 xlu__disk_err(dpc,str,"unknown value for colo_port"); in setcoloport() 156 xlu__disk_err(DPC,colon,"unknown deprecated type"); in vdev_and_devtype() 190 devtype=[^,]*,? { xlu__disk_err(DPC,yytext,"unknown value for type"); } 217 [a-z][-a-z0-9]*=[^,],? { xlu__disk_err(DPC,yytext,"unknown parameter"); } 251 xlu__disk_err(DPC,yytext,"unknown deprecated disk prefix"); 278 xlu__disk_err(DPC,yytext,"too many positional parameters"); [all …]
|
A D | libxlu_disk.c | 7 void xlu__disk_err(DiskParseContext *dpc, const char *erroneous, in xlu__disk_err() function 84 xlu__disk_err(&dpc,0, "no vdev specified"); in xlu_disk_parse() 88 xlu__disk_err(&dpc,0,"no target specified (and device not removable)"); in xlu_disk_parse()
|
A D | libxlu_disk_i.h | 17 void xlu__disk_err(DiskParseContext *dpc, const char *erroneous,
|
A D | libxlu_disk_l.c | 1105 xlu__disk_err(dpc, str, TOSTRING(member) " respecified"); \ 1142 xlu__disk_err(dpc,str,"unknown value for access"); in setaccess() 1155 else xlu__disk_err(dpc,str,"unknown value for format"); in setformat() 1163 else xlu__disk_err(dpc,str,"unknown value for backendtype"); in setbackendtype() 1172 xlu__disk_err(dpc,str,"unknown value for colo_port"); in setcoloport() 1194 xlu__disk_err(DPC,colon,"unknown deprecated type"); in vdev_and_devtype() 1604 { xlu__disk_err(DPC,yytext,"unknown value for type"); } 1704 { xlu__disk_err(DPC,yytext,"unknown parameter"); } 1784 xlu__disk_err(DPC,yytext,"unknown deprecated disk prefix"); 1814 xlu__disk_err(DPC,yytext,"too many positional parameters"); [all …]
|
Completed in 788 milliseconds