Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 60) sorted by relevance

123

/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dxen-watchdog.in26 if [ -e /etc/init.d/functions ] ; then
27 . /etc/init.d/functions
28 elif [ -e /lib/lsb/init-functions ] ; then
29 . /lib/lsb/init-functions
/xen-4.10.0-shim-comet/xen/common/gcov/
A Dgcc_4_7.c94 struct gcov_fn_info **functions; member
123 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
165 fi_ptr = info->functions[fi_idx]; in gcov_info_to_gcda()
A Dgcc_3_4.c86 const struct gcov_fn_info *functions; member
211 ((char *) info->functions + fn * get_fn_size(info)); in get_fn_info()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DTODO10 - Implement the remaining functions (don't know if all are needed):
25 - have text io functions in vbe mode
A DChangeLog129 - VBE set bank functions failure handling added
325 - added VBE functions 4F06h and 4F07h
369 - text scroll functions for CGA graphics modes added
391 - VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in
393 - VBE functions 0x06 and 0x07: get functions now supported, 15 bpp bug fixed
438 - block address calculation in font functions fixed
447 - CGA specific functions (group AH = 0x0B) implemented
496 - init functions rewitten in assembler
620 (underscore added) - functions accessing the CRT controller
671 - fixed a few functions accessing the attribute controller
[all …]
A DBUGS1 Not all the functions have been implemented yet.
A DREADME47 source file that calls a few int10 functions. Feel free to modify it to suit
131 . a lot of vgabios and vbe functions rewritten in assembler
169 . added some text font functions
204 . Added debug messages for unimplemented/unknown functions
214 - functions ah=00, ah=01, ah=02, ah=03, ah=05, ah=06, ah=07, ah=08
/xen-4.10.0-shim-comet/stubdom/
A Dpolarssl.patch7 * Uncomment this macro to prevent loading of default entropy functions.
17 * Uncomment this macro to disable the built-in platform entropy functions.
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dxendomains.in83 if test -e /etc/init.d/functions; then
85 . /etc/init.d/functions
95 elif test -e /lib/lsb/init-functions; then
97 . /lib/lsb/init-functions
/xen-4.10.0-shim-comet/xen/common/libfdt/
A DTODO1 - Tree traversal functions
/xen-4.10.0-shim-comet/tools/python/
A Dpylintrc83 # * modules / classes / functions / methods / arguments / variables name
85 # functions, methods
101 # Regular expression which should only match functions or classes name which do
134 bad-functions=apply,input
140 # * size, complexity of functions, methods
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py33 functions = { # ( name , [type1,type2,....] ) variable
254 if functions.has_key(ty.rawname):
255 for name,args in functions[ty.rawname]:
567 if functions.has_key(ty.rawname):
568 cinc.write(gen_c_stub_prototype(ty, functions[ty.rawname]))
/xen-4.10.0-shim-comet/tools/libxl/
A DCODING_STYLE145 functions, each subsequent function should be, textually, the next
147 callback functions. Synchronous helper functions should be separated
182 your implementations of the sub-operation callback functions;
247 have descriptive names, as do global functions. If you have a function
275 When wrapping standard library functions, use the prefix libxl_ to alert
325 Rationale: a consistent (except for functions...) bracing style reduces
A Didl.txt7 Python functions or any other construct other than defining variables)
33 functions. Valid values for this fields are:
/xen-4.10.0-shim-comet/docs/misc/
A Dlivepatch.markdown143 * changing the virtual address in all the functions which called the old
220 to various offsets within functions) the checks are simpler.
296 which describe the functions to be patched:
797 Note that patching functions that copy to or from guest memory requires
992 and after hotpatch application will determine both functions to be
1006 hotpatched functions but should be mostly correct.
1009 that unnecessarily patch many functions.
1013 functions into the hotpatch that cannot reasonable be hotpatched due
1027 purely use it when building hotpatches to ignore functions that only
1096 That said we should provide hook functions so that the existing data
[all …]
A Dxen-error-handling.txt53 functions, or where an assertion is extreme paranoia (considered
/xen-4.10.0-shim-comet/tools/examples/
A DREADME18 locking.sh - locking functions to prevent concurrent access to
/xen-4.10.0-shim-comet/xen/arch/arm/
A DREADME.LinuxPrimitives26 The following functions were taken from Linux:
98 The following functions were taken from Linux:
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME239 commenting on a few useful functions and structures.
246 asked of your driver. Currently the required functions are open,
303 The above functions are defined in tapdisk-interface.c. If you don't
313 also be called later). The other functions are used in stacking
/xen-4.10.0-shim-comet/tools/tests/mce-test/
A DREADME31 functions and variable definitions are defined to be used by
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D30savedefault.diff6 inside other functions. */
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dstore.ml234 (* modifying functions *)
293 (* accessing functions *)
381 (* modifying functions with quota udpate *)
/xen-4.10.0-shim-comet/tools/xl/
A DCODING_STYLE131 have descriptive names, as do global functions. If you have a function
200 Rationale: a consistent (except for functions...) bracing style reduces
/xen-4.10.0-shim-comet/docs/designs/
A Ddmop.markdown81 Since a DMOP buffers need to be copied from or to the guest, functions for
/xen-4.10.0-shim-comet/docs/features/
A Dlivepatch.pandoc47 functions are patched), it shall be treated as a security issue.

Completed in 35 milliseconds

123