Searched refs:printf (Results 1 - 25 of 1130) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/bugs/
H A Dultrixcc.c26 printf("7\n");
28 printf("6\n");
30 printf("5\n");
32 printf("4\n");
34 printf("3\n");
36 printf("2\n");
38 printf("1\n");
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dc_print_results.c30 printf( "\n\n %s Benchmark Completed\n", name );
32 printf( " Class = %c\n", class );
35 printf( " Size = %12d\n", n1 ); /* as in IS */
37 printf( " Size = %3dx%3dx%3d\n", n1,n2,n3 );
39 printf( " Iterations = %12d\n", niter );
41 printf( " Threads = %12d\n", nthreads );
43 printf( " Computetime %12.2f\n", t );
45 printf( " Mop/s total = %12.2f\n", mops );
47 printf( " Operation type = %24s\n", optype);
50 printf( " Verificatio
[all...]
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dprint_results.c31 printf( "\n\n %s Benchmark Completed\n", name );
33 printf( " Class = %c\n", class );
35 printf( " Size = %3dx %3dx %3d\n", n1,n2,n3 );
37 printf( " Iterations = %12d\n", niter );
39 printf( " Time in seconds = %12.2f\n", t );
41 printf( " Total processes = %12d\n", nprocs_total );
44 printf( " Compiled procs = %12d\n", nprocs_compiled );
46 printf( " Mop/s total = %12.2f\n", mops );
48 printf( " Mop/s/process = %12.2f\n", mops/((float) nprocs_total) );
50 printf( " Operatio
[all...]
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dprint_results.c31 printf( "\n\n %s Benchmark Completed\n", name );
33 printf( " Class = %c\n", *class );
35 printf( " Size = %3dx %3dx %3d\n", *n1,*n2,*n3 );
37 printf( " Iterations = %12d\n", *niter );
39 printf( " Time in seconds = %12.2f\n", *t );
41 printf( " Total processes = %12d\n", *nprocs_total );
44 printf( " Compiled procs = %12d\n", *nprocs_compiled );
46 printf( " Mop/s total = %12.2f\n", *mops );
48 printf( " Mop/s/process = %12.2f\n", *mops/((float) *nprocs_total) );
50 printf( " Operatio
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Drpw.c67 printf("read passwd\n");
70 printf("password = ");
72 printf("%02x ",k[i]);
75 printf("error %d\n",i);
76 printf("\n");
77 printf("read 2passwds and verify\n");
81 printf("password1 = ");
83 printf("%02x ",k[i]);
84 printf("\n");
85 printf("password
[all...]
/barrelfish-2018-10-04/usr/tests/nkm/
H A Dmain.c22 printf("map_unmap returned %d\n", r);
27 printf("modify_flags returned %d\n", r);
33 printf("invalid_mappings returned %d\n", r);
38 printf("nkmtest_all: all tests passed\n");
/barrelfish-2018-10-04/tools/fastmodels/
H A Defi.c10 printf("EFI Memory Map:\n");
12 printf("%016lx-%016lx ",
17 printf("EfiConventionalMemory");
20 printf("EfiBarrelfishCPUDriver");
23 printf("EfiBarrelfishCPUDriverStack");
26 printf("EfiBarrelfishMultibootData");
29 printf("EfiBarrelfishELFData");
32 printf("EfiBarrelfishBootPageTable");
35 printf("Unrecognised");
37 printf(" (
[all...]
/barrelfish-2018-10-04/usr/pci/
H A Dht_config.c26 printf("Self ");
29 printf("Link 0[0] ");
32 printf("Link 1[0] ");
35 printf("Link 2[0] ");
38 printf("Link 3[0] ");
41 printf("Link 0[1] ");
44 printf("Link 1[1] ");
47 printf("Link 2[1] ");
50 printf("Link 3[1] ");
65 printf("Fro
[all...]
/barrelfish-2018-10-04/include/bfdmuxtools/
H A Ddebug.h75 printf("> %s: *** ", __DEBUG__CURRENT_FUNCTION_NAME); \
76 printf x; \
77 printf(" ***\n"); \
83 printf("> %s: ### ", __DEBUG__CURRENT_FUNCTION_NAME); \
84 printf x; \
85 printf(" ###\n"); \
91 printf("E %s: ", __DEBUG__CURRENT_FUNCTION_NAME); \
92 printf x; \
93 printf("\n"); \
100 printf("
[all...]
/barrelfish-2018-10-04/lib/devif/
H A Ddqi_debug.h22 #define DQI_DEBUG(x...) do { printf("DQI:%s.%d:%s:%d: ", \
24 printf(x);\
32 #define DQI_DEBUG_REGION(x...) do { printf("DQI_REGION:%s.%d:%s:%d: ", \
34 printf(x);\
43 #define DQI_DEBUG_QUEUE(x...) do { printf("DQI_REGION:%s.%d:%s:%d: ", \
45 printf(x);\
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Delb_debug.h24 printf(" ELB1[Server]: " x); \
26 printf(" ELB1[Client]: " x); \
/barrelfish-2018-10-04/lib/devif/backends/debug/
H A Ddebug.h20 #define DEBUG(x...) do { printf("DEBUG: %s.%d:%s:%d: ", \
22 printf(x);\
/barrelfish-2018-10-04/lib/devif/backends/idc/
H A Ddescq_debug.h20 #define DESCQ_DEBUG(x...) do { printf("DQI_REGION:%s.%d:%s:%d: ", \
22 printf(x);\
/barrelfish-2018-10-04/usr/fish/
H A Dfish_arm.c21 printf("RESET NOT SUPPORTED ON ARM\n");
27 printf("POWER OFF NOT SUPPORTED ON ARM\n");
/barrelfish-2018-10-04/usr/tests/hellotest/
H A Dhellotest.c8 printf("Hello world (normal printf)\n");
10 printf("arg[%d] = %s\n", i, argv[i]);
20 printf("We're in privileged mode!\n");
22 printf("Trying privileged operation...\n");
27 printf("Succeeded! CR0 is %" PRIxPTR "\n", cr0);
29 printf("NO privileged mode enabled\n");
33 printf("Causing pagefault...\n");
40 printf("After pagefault\n");
/barrelfish-2018-10-04/usr/tests/ahcialloctest/
H A Dahcialloctest.c11 printf("ahci alloc test: starting\n");
18 printf("==================\niteration %d\n==================\n", j);
22 printf("ahci alloc test: ahci_alloc_dma_region failed: %s\n", err_getstring(err));
26 printf("1\n");
30 printf("2\n");
36 printf("3\n");
42 printf("4\n");
46 printf("5\n");
49 printf("ahci alloc test: ahci_free_region failed: %s\n", err_getstring(err));
52 printf("\
[all...]
/barrelfish-2018-10-04/usr/tests/terminalio/
H A Dterminal_input.c24 printf("--- TEST GETCHAR ---\n");
25 printf("Please enter a character: ");
29 printf("\n");
35 printf("Received character %c (hex %#x).\n", c, c);
37 printf("\n");
43 printf("--- TEST GETS ---\n");
44 printf("Please enter a string of maximum length %d: ", SIZE);
50 printf("\n");
56 printf("Received the following string: %s\n", buffer);
58 printf("\
[all...]
/barrelfish-2018-10-04/lib/ahci/
H A Dahci_debug.h20 #define AHCI_DEBUG(x...) printf("ahci: " x)
27 printf("ahci: entering %s. ", __FUNCTION__); \
28 printf(x); \
29 printf("\n"); \
/barrelfish-2018-10-04/lib/devif/backends/net/e10k/
H A Ddebug.h21 #define DEBUG_VF(x...) do { printf("e10k_vf:%s.%d:%s:%d: ", \
23 printf(x);\
31 #define DEBUG_QUEUE(x...) do { printf("e10k_queue:%s.%d:%s:%d: ", \
33 printf(x);\
/barrelfish-2018-10-04/include/barrelfish_kpi/
H A Ddispatcher_shared.h79 printf("Dump of dispatcher at address %p:\n", disp);
80 printf(" disabled = %d (%s)\n", disp->disabled, disp->disabled ? "RESUME" : "UPCALL" );
81 printf(" haswork = %d\n", disp->haswork );
82 printf(" udisp = 0x%"PRIxLVADDR"\n", disp->udisp );
83 printf(" lmp_delivered = %d\n", disp->lmp_delivered );
84 printf(" lmp_seen = %d\n", disp->lmp_seen );
85 printf(" lpm_hint = 0x%"PRIxLVADDR"\n", disp->lmp_hint );
86 printf(" dispatcher_run = 0x%"PRIxLVADDR"\n", disp->dispatcher_run );
87 printf(" dispatcher_pagefault = 0x%"PRIxLVADDR"\n", disp->dispatcher_pagefault );
88 printf(" dispatcher_pagefault_disable
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/
H A Dsfxge.c51 printf("efx_nic_create failed\n");
60 printf("sfxge_mcdi_init failed\n");
67 printf("efx_nic_probe failed\n");
73 printf("efx_nvram_init failed\n");
79 printf("efx_vpd_init failed\n");
85 printf("efx_nic_reset failed\n");
94 printf("starting sfxge driver\n");
99 printf("sfxge_create failed \n");
101 printf("sfxge_create done\n");
/barrelfish-2018-10-04/tools/usbboot/
H A Dbin2c.c44 printf("/* auto generated file */\n\n");
45 printf("unsigned char %s_data[] = {\n", name);
57 printf("0x%02x,", data[i]);
58 printf("\n");
60 printf("};\n");
61 printf("unsigned %s_size = sizeof(%s_data);\n", name, name);
/barrelfish-2018-10-04/lib/libc/tests/gen/
H A Dtest-fnmatch.c44 printf("# Generated by %s -s %d, do not edit.\n", progname, num);
45 printf("# $" "FreeBSD$\n");
46 printf("failures=\n");
47 printf("failed() { printf '%%s\\n' \"Failed: $1 '$2' '$3'\"; failures=x$failures; }\n");
49 printf("testmatch() { eval \"case \\$2 in ''$1) ;; *) failed testmatch \\\"\\$@\\\";; esac\"; }\n");
50 printf("testnomatch() { eval \"case \\$2 in ''$1) failed testnomatch \\\"\\$@\\\";; esac\"; }\n");
52 printf("# We do not treat a backslash specially in this case,\n");
53 printf("# but this is not the case in all shells.\n");
54 printf("netestmatc
[all...]
/barrelfish-2018-10-04/lib/lwip/src/barrelfish/
H A Dlwip_barrelfish_debug.h22 #define LWIPBF_DEBUG(x...) do { printf("lwipBF:%s.%d:%s:%d: ", \
24 printf(x);\
/barrelfish-2018-10-04/lib/net_queue_manager/
H A Dqueue_manager_debug.h23 #define ETHERSRV_DEBUG(x...) do { printf("NQM:%s.%d:%s:%d: ", \
25 printf(x);\

Completed in 135 milliseconds

1234567891011>>