/xen/xen/tools/ |
A D | compat-build-header.py | 50 line = line.rstrip() variable 66 line = re.sub(pat[0], pat[1], line) variable
|
A D | compat-build-source.py | 35 line = re.sub(pat[0], pat[1], line) variable
|
/xen/xen/include/xen/ |
A D | bug.h | 45 #define BUG_CHECK_LINE_WIDTH(line) \ argument 50 #define BUG_CHECK_LINE_WIDTH(line) ((void)(line)) argument 79 #define _ASM_BUGFRAME_INFO(type, line, ptr, msg) \ argument 91 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { \ argument
|
A D | param.h | 43 #define __TEMP_NAME(base, line) base ## _ ## line argument 44 #define _TEMP_NAME(base, line) __TEMP_NAME(base, line) argument
|
/xen/xen/tools/kconfig/ |
A D | nconf.gui.c | 203 int get_line_length(const char *line) in get_line_length() 225 const char *line = get_line(text, i); in fill_window() local 271 const char *line = get_line(msg, i); in btn_dialog() local 383 const char *line = get_line(prompt, i); in dialog_inputbox() local 572 const char *line = get_line(text, i); in show_scroll_win() local
|
A D | conf.c | 43 static char line[PATH_MAX]; variable
|
A D | confdata.c | 318 char *line = *lineptr; in compat_getline() local 353 char *line = NULL; in conf_read_simple() local
|
/xen/xen/arch/arm/include/asm/ |
A D | bug.h | 20 uint16_t line; /* Line number */ member 34 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument
|
/xen/xen/arch/ppc/include/asm/ |
A D | bug.h | 25 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { } while (0) argument
|
/xen/xen/scripts/xen_analysis/diff_tool/ |
A D | unified_format_parser.py | 121 def parse_diff_header(line): argument 130 def parse_hunk_header(line): argument
|
/xen/tools/console/testsuite/ |
A D | console-domU.c | 26 char *line; in main() local
|
A D | console-dom0.c | 38 char *line; in main() local
|
/xen/tools/misc/ |
A D | xensymoops | 83 line = asm_file.readline() variable
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | textbox.c | 330 char *line; in print_line() local 359 static char line[MAX_LEN + 1]; in get_line() local
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 144 def set_from_line(self, line, replace = None): argument 217 def set(self, line): argument 332 def set_from_line(self, line, replace = None): argument
|
A D | LiloConf.py | 32 def set_from_line(self, line, replace = None): argument
|
A D | ExtLinuxConf.py | 40 def set_from_line(self, line, replace = None): argument
|
A D | pygrub | 310 def __init__(self, screen, startx, starty, line = ""): argument 521 def edit_line(self, line): argument
|
/xen/tools/firmware/vgabios/ |
A D | vgabios.c | 830 Bit8u line,mmask,*palette,vpti; local 1142 Bit8u mode,line; local 1264 Bit8u mode,line,cheight,bpp,cols; local 1410 Bit8u xcurs,ycurs,mode,line; local 1611 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local 1669 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local 1809 Bit8u mode,line,mask,attr,data; local 1888 Bit8u mode,line,mask,attr,data,i; local 1943 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local 3388 Bit8u i,line=0xFF; local
|
/xen/tools/include/xen-foreign/ |
A D | mkheader.py | 123 line = f.readline() variable
|
/xen/tools/libs/stat/ |
A D | xenstat_linux.c | 101 static int parseNetDevLine(char *line, char *iface, unsigned long long *rxBytes, unsigned long long… in parseNetDevLine() 273 char line[512] = { 0 }, iface[16] = { 0 }, devBridge[16] = { 0 }, devNoBridge[17] = { 0 }; in xenstat_collect_networks() local
|
/xen/xen/drivers/video/ |
A D | lfb.c | 85 const unsigned char *line = lfb.text_buf + i * lfb.lfbp.text_columns; in lfb_redraw_puts() local
|
/xen/tools/xl/ |
A D | xl_utils.c | 34 void dolog(const char *file, int line, const char *func, const char *fmt, ...) in dolog()
|
/xen/tools/libs/light/ |
A D | libxl_internal.c | 216 const char *file, int line, const char *func, in libxl__logv() 250 const char *file, int line, const char *func, in libxl__log()
|
/xen/xen/common/ubsan/ |
A D | ubsan.h | 21 u32 line; member
|