Searched refs:main (Results 1 – 25 of 134) sorted by relevance
123456
/xen/stubdom/grub.patches/ |
A D | 70compiler_warnings.diff | 2 [ 1437s] ../grub-upstream/netboot/main.c:444: warning: operation on 'block' may be undefined 5 [ 1234s] E: xen sequence-point ../grub-upstream/netboot/main.c:444 9 netboot/main.c | 5 ++++- 29 Index: grub-0.97/netboot/main.c 31 --- grub-0.97.orig/netboot/main.c 32 +++ grub-0.97/netboot/main.c
|
/xen/stubdom/caml/ |
A D | hello.ml | 1 let main arg = function 4 let _ = Callback.register "main" main
|
A D | main-caml.c | 20 int main(int argc, char *argv[], char *envp[]) in main() function
|
A D | Makefile | 15 all: main-caml.o caml.o
|
/xen/stubdom/c/ |
A D | Makefile | 7 all: main.a 9 main.a: main.o
|
A D | main.c | 4 int main(void) { in main() function
|
/xen/automation/build/debian/ |
A D | unstable-llvm-8.list | 2 deb http://apt.llvm.org/unstable/ llvm-toolchain-8 main 3 deb-src http://apt.llvm.org/unstable/ llvm-toolchain-8 main
|
A D | stretch-llvm-8.list | 2 deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main 3 deb-src http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main
|
/xen/tools/tests/vpci/ |
A D | Makefile | 13 $(TARGET): vpci.c vpci.h list.h main.c emul.h 14 $(HOSTCC) -g -o $@ vpci.c main.c
|
/xen/tools/ocaml/xenstored/ |
A D | perms.ml | 105 { main: elt; RecordField 109 { main = 0, [READ; WRITE]; 113 { main = (domid, perms); 120 match connection.main, connection.target with 126 | Some target -> fst connection.main = id || fst target = id 127 | None -> fst connection.main = id 136 …Printf.sprintf "%s%s" (elt_to_string connection.main) (default "" (may elt_to_string connection.ta…
|
/xen/stubdom/grub/ |
A D | Makefile | 21 all: $(OBJ_DIR)/main.a 25 NETBOOT_SOURCES=fsys_tftp.c main.c misc.c 76 $(OBJ_DIR)/main.a: $(BOOT) $(OBJS)
|
/xen/tools/tests/vhpet/ |
A D | Makefile | 22 $(TARGET): hpet.c main.c hpet.h emul.h Makefile 23 $(HOSTCC) -g -o $@ hpet.c main.c
|
/xen/tools/misc/ |
A D | xencov_split | 65 def main(): function 91 sys.exit(main())
|
/xen/tools/console/ |
A D | Makefile | 31 daemon/main.o: daemon/_paths.h 36 client/main.o: client/_paths.h
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | Makefile | 2 obj-y += main.o
|
/xen/tools/libxl/ |
A D | test_timedereg.c | 4 int main(int argc, char **argv) { in main() function
|
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 101 def main(): function 144 sys.exit(main())
|
/xen/tools/xentrace/ |
A D | setsize.c | 6 int main(int argc, char * argv[]) in main() function
|
/xen/tools/flask/utils/ |
A D | getenforce.c | 26 int main (int argCnt, const char *args[]) in main() function
|
A D | setenforce.c | 26 int main (int argCnt, const char *args[]) in main() function
|
A D | set-bool.c | 38 int main(int argc, char **argv) in main() function
|
/xen/tools/fuzz/libelf/ |
A D | afl-libelf-fuzzer.c | 11 int main(int argc, char **argv) in main() function
|
/xen/tools/python/xen/migration/ |
A D | tests.py | 54 unittest.main()
|
/xen/tools/xcutils/ |
A D | lsevtchn.c | 9 int main(int argc, char **argv) in main() function
|
/xen/xen/common/ |
A D | COPYING | 3 See the main COPYING file in xen.git for more information.
|
Completed in 19 milliseconds
123456