Searched refs:main (Results 1 – 25 of 138) 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/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/xen/scripts/ |
A D | xen-analysis.py | 13 def main(argv): function 44 main(sys.argv[1:])
|
A D | diff-report.py | 29 def main(argv): function 134 main(sys.argv[1:])
|
/xen/tools/tests/vpci/ |
A D | Makefile | 13 $(TARGET): vpci.c vpci.h list.h main.c emul.h 14 $(HOSTCC) $(CFLAGS_xeninclude) -g -o $@ vpci.c main.c
|
/xen/stubdom/grub/ |
A D | Makefile | 23 all: $(OBJ_DIR)/main.a 27 NETBOOT_SOURCES=fsys_tftp.c main.c misc.c 78 $(OBJ_DIR)/main.a: $(BOOT) $(OBJS)
|
/xen/tools/ocaml/xenstored/ |
A D | perms.ml | 104 { main: elt; RecordField 108 { main = 0, [READ; WRITE]; 112 { main = (domid, perms); 119 match connection.main, connection.target with 125 | Some target -> fst connection.main = id || fst target = id 126 | None -> fst connection.main = id 135 …Printf.sprintf "%s%s" (elt_to_string connection.main) (default "" (may elt_to_string connection.ta…
|
/xen/tools/misc/ |
A D | xencov_split | 68 def main(): function 94 sys.exit(main())
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | Makefile | 2 obj-y += main.o
|
/xen/tools/libs/light/ |
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/xen/tools/ |
A D | convert_misra_doc.py | 47 def main(argv): function 211 main(sys.argv[1:])
|
/xen/tools/xentrace/ |
A D | setsize.c | 6 int main(int argc, char * argv[]) in main() function
|
A D | analyze.h | 82 main:12, member
|
/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/console/client/ |
A D | Makefile | 11 OBJS-y := main.o
|
/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.
|
/xen/stubdom/vtpmmgr/ |
A D | vtpmmgr.c | 102 int main(int argc, char** argv) in main() function
|
/xen/tools/console/daemon/ |
A D | Makefile | 17 OBJS-y := main.o
|
/xen/tools/xenmon/ |
A D | setmask.c | 40 int main(int argc, char * argv[]) in main() function
|
Completed in 54 milliseconds
123456