Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 39) sorted by relevance

12

/tools/fuzz/
A DREADME.oss-fuzz10 We need to provide the source code and the rune to produce objects or
11 archives (artefacts) from source code. These items ideally should live
14 The artefacts contain all the code we wish to fuzz and a function
16 point to the code we wish to fuzz. Note that we don't produce
35 To actually test the new code, you would need to run the target in
39 weed out error in plumbing code to avoid false positives.
/tools/firmware/vgabios/
A Dvbe_display_api.txt6 That means, the display code implementation and the vbebios code depend
11 This document does not describe how the Bochs display code will display gfx based upon this spec.
134 This way, the display code knows the vbebios 'ID' and the vbebios can check if the correct
135 display code is present.
137 This panic can be generated from the bochs display code (NOT the bios, see Notes).
143 It's illegal to set the XRES when the VBE is enabled (display code should generate PANIC).
145 If the value written exceeds VBE_DISPI_MAX_XRES, the display code needs to generate a PANIC.
151 It's illegal to set the YRES when the VBE is enabled (display code should generate PANIC).
159 It's illegal to set the BPP when the VBE is enabled (display code should generate PANIC).
161 If the value written is an incompatible BPP, the display code needs to generate a PANIC.
[all …]
A DCOPYING30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
136 "Source code" for a work means the preferred form of the work for
224 This option is useful when you wish to copy part of the code of
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
253 that is part of the Library, the object code for the work may be a
254 derivative work of the Library even though the source code is not.
[all …]
A DREADME65 The source code contains code ripped from rombios.c of plex86, written
68 The source code contains fonts from fntcol16.zip (c) by Joseph Gil avalable at :
72 The source code is based on information taken from :
80 - DOSEMU 1.0.1 source code for several tables values and formulas
171 . Forced to new DISPI (0xb0c1) interface (requires latest bochs vbe code)
A DChangeLog368 - VBE init code and some dispi ioport functions rewritten in assembler
379 and asm code
403 - C definitions from header files now used assembler code
489 - fixed wrong variable name in the init code
545 - VBE init code rewritten
1131 - updating vbe code to new API
1137 - updating vbe code with #defines from API
1173 HEAVILY on my bochs vga code patch - japj)
1187 output - print source code in assembly output
1243 - small cosmetic cleanup in vgabios vbe code + added FIXMEs
/tools/libs/ctrl/
A Dxc_private.c130 xch->last_error.code = XC_ERROR_NONE; in xc_clear_last_error()
134 const char *xc_error_code_to_desc(int code) in xc_error_code_to_desc() argument
137 switch ( code ) in xc_error_code_to_desc()
155 xentoollog_level level, int code, in xc_reportv() argument
176 xch->last_error.code = code; in xc_reportv()
185 code?": ":"", code ? xc_error_code_to_desc(code) : ""); in xc_reportv()
191 xentoollog_level level, int code, const char *fmt, ...) { in xc_report() argument
194 xc_reportv(xch,lg,level,code,fmt,args); in xc_report()
198 void xc_report_error(xc_interface *xch, int code, const char *fmt, ...) in xc_report_error() argument
202 xc_reportv(xch, xch->error_handler, XTL_ERROR, code, fmt, args); in xc_report_error()
A Dxc_private.h102 void xc_report_error(xc_interface *xch, int code, const char *fmt, ...)
105 int code, const char *fmt, va_list args)
108 int code, const char *fmt, ...)
/tools/ocaml/xenstored/
A Ddisk.ml29 | '0' .. '9' -> (Char.code c) - (Char.code '0')
35 | '0' .. '9' -> (Char.code c) - (Char.code '0')
36 | 'a' .. 'f' -> (Char.code c) - (Char.code 'a') + 10
A Dparse_arg.ml77 running code during live update.
/tools/firmware/hvmloader/
A D32bitbios_support.c105 char *code; in relocate_32bitbios() local
117 code = (char *)shdr[shdr[i].sh_info].sh_addr; in relocate_32bitbios()
122 loc = (uint32_t *)&code[rels[j].r_offset]; in relocate_32bitbios()
/tools/libs/light/
A DCODING_STYLE8 Much of the code in libxl does not yet follow this coding style
9 document in every respect. However, new code is expected to conform.
11 Patches to improve the style of existing code are welcome. Please
15 code, without doing substantial style reengineering first, we may
19 In this case, the new code should conform to the prevailing style in
36 int rc; /* a libxl error code - and not anything else */
84 used to contain the error code, but it is NOT initialised:
109 exit code is only `CTX_UNLOCK; GC_FREE;' (or similar).
120 permitted exceptions to the usual libxl code formatting rules.
131 the primary functional code.
[all …]
/tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/
A Ddomain_getinfo_stubs_v1.c53 #define ERR (error && error->code != XC_ERROR_NONE) in xsd_glue_failwith()
57 ERR ? error->code : errno, in xsd_glue_failwith()
58 ERR ? xc_error_code_to_desc(error->code) : strerror(errno), in xsd_glue_failwith()
/tools/xl/
A DCODING_STYLE8 Much of the code in xl does not yet follow this coding style
9 document in every respect. However, new code is expected to conform.
11 Patches to improve the style of existing code are welcome. Please
15 code, without doing substantial style reengineering first, we may
19 In this case, the new code should conform to the prevailing style in
36 used to contain the error code, but it is NOT initialised:
71 permitted exceptions to the usual xl code formatting rules.
94 - Tab indents push your code to the right, making your screen seriously
161 Error code paths with an if statement and a goto or a return on the same
A Dcheck-xl-vcpupin-parse.data-example8 # test-string*expected-return-code*expected-output
/tools/libs/util/
A DCODING_STYLE8 Much of the code in libxl does not yet follow this coding style
9 document in every respect. However, new code is expected to conform.
11 Patches to improve the style of existing code are welcome. Please
15 code, without doing substantial style reengineering first, we may
19 In this case, the new code should conform to the prevailing style in
36 int rc; /* a libxl error code - and not anything else */
84 used to contain the error code, but it is NOT initialised:
109 exit code is only `CTX_UNLOCK; GC_FREE;' (or similar).
120 permitted exceptions to the usual libxl code formatting rules.
143 The code for asynchronous operations should be laid out in
[all …]
/tools/libs/guest/
A DCOPYING39 for this service if you wish); that you receive source code or can get
52 code. If you link other code with the library, you must provide
87 Public License permits more lax criteria for linking other code with
145 "Source code" for a work means the preferred form of the work for
233 This option is useful when you wish to copy part of the code of
245 source code from the same place satisfies the requirement to
246 distribute the source code, even though third parties are not
247 compelled to copy the source along with the object code.
262 that is part of the Library, the object code for the work may be a
263 derivative work of the Library even though the source code is not.
[all …]
/tools/libs/stat/
A DCOPYING32 for this service if you wish); that you receive source code or can get
45 code. If you link other code with the library, you must provide
80 Public License permits more lax criteria for linking other code with
138 "Source code" for a work means the preferred form of the work for
226 This option is useful when you wish to copy part of the code of
238 source code from the same place satisfies the requirement to
239 distribute the source code, even though third parties are not
240 compelled to copy the source along with the object code.
255 that is part of the Library, the object code for the work may be a
256 derivative work of the Library even though the source code is not.
[all …]
/tools/ocaml/
A DLICENSE42 … must make sure that they, too, receive or can get the source code. If you link other code with th…
62 …d on the library" and a "work that uses the library". The former contains code derived from the li…
72 …ce code" for a work means the preferred form of the work for making modifications to it. For a lib…
76 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive…
99 This option is useful when you wish to copy part of the code of the Library into a program that is …
101code or executable form under the terms of Sections 1 and 2 above provided that you accompany it w…
103code is made by offering access to copy from a designated place, then offering equivalent access t…
109 …s part of the Library, the object code for the work may be a derivative work of the Library even t…
111 …ther it is legally a derivative work. (Executables containing this object code plus portions of th…
113 Otherwise, if the work is a derivative of the Library, you may distribute the object code for the w…
[all …]
/tools/golang/xenlight/
A DLICENSE30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
136 "Source code" for a work means the preferred form of the work for
224 This option is useful when you wish to copy part of the code of
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
253 that is part of the Library, the object code for the work may be a
254 derivative work of the Library even though the source code is not.
[all …]
A DREADME.md12 generated code can be made by modifying `tools/golang/xenlight/gengotypes.py`
/tools/xenmon/
A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/tools/libacpi/
A DREADME20 DSDT table source code is acpi_dsdt.asl
/tools/console/testsuite/
A DREADME19 console code. You can verify it at various levels by invoking it in different
/tools/python/scripts/
A Dverify-stream-v2146 sys.exit(e.code)
/tools/examples/
A DREADME6 incorporate code from them into your own scripts.

Completed in 175 milliseconds

12