Searched refs:args (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_debug.h22 # define Dprint(cond, args) /*empty*/
23 # define DprintQ(cond, args, query, size) /*empty*/
27 # define Dprint(cond, args) if (cond) {fprintf args;} else {}
28 # define DprintQ(cond, args, query, size) if (cond) {\
29 fprintf args;\
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_clear_multi.c22 va_list args; local
23 va_start(args, mp);
26 next_mp = va_arg(args, mp_int*);
28 va_end(args);
H A Dbn_mp_init_multi.c24 va_list args; local
26 va_start(args, mp); /* init args to next argument from caller */
35 va_end(args);
49 cur_arg = va_arg(args, mp_int*);
51 va_end(args);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dpkey.c72 char **args, *infile = NULL, *outfile = NULL; local
97 args = argv + 1;
98 while (!badarg && *args && *args[0] == '-')
100 if (!strcmp(*args,"-inform"))
102 if (args[1])
104 args++;
105 informat=str2fmt(*args);
109 else if (!strcmp(*args,"-outform"))
111 if (args[
[all...]
H A Dpkeyparam.c71 char **args, *infile = NULL, *outfile = NULL; local
89 args = argv + 1;
90 while (!badarg && *args && *args[0] == '-')
92 if (!strcmp (*args, "-in"))
94 if (args[1])
96 args++;
97 infile = *args;
101 else if (!strcmp (*args, "-out"))
103 if (args[
[all...]
H A Dpkcs8.c73 char **args, *infile = NULL, *outfile = NULL; local
103 args = argv + 1;
104 while (!badarg && *args && *args[0] == '-')
106 if (!strcmp(*args,"-v2"))
108 if (args[1])
110 args++;
111 cipher=EVP_get_cipherbyname(*args);
115 "Unknown cipher %s\n", *args);
122 else if (!strcmp(*args,"
[all...]
H A Dsmime.c92 char **args; local
122 args = argv + 1;
136 while (!badarg && *args && *args[0] == '-')
138 if (!strcmp (*args, "-encrypt"))
140 else if (!strcmp (*args, "-decrypt"))
142 else if (!strcmp (*args, "-sign"))
144 else if (!strcmp (*args, "-resign"))
146 else if (!strcmp (*args, "-verify"))
148 else if (!strcmp (*args, "
[all...]
H A Docsp.c128 char **args; local
175 args = argv + 1;
178 while (!badarg && *args && *args[0] == '-')
180 if (!strcmp(*args, "-out"))
182 if (args[1])
184 args++;
185 outfile = *args;
189 else if (!strcmp(*args, "-timeout"))
191 if (args[
[all...]
H A Dcms.c107 char **args; local
145 args = argv + 1;
159 while (!badarg && *args && *args[0] == '-')
161 if (!strcmp (*args, "-encrypt"))
163 else if (!strcmp (*args, "-decrypt"))
165 else if (!strcmp (*args, "-sign"))
167 else if (!strcmp (*args, "-sign_receipt"))
169 else if (!strcmp (*args, "-resign"))
171 else if (!strcmp (*args, "
[all...]
H A Dgenpkey.c79 char **args, *outfile = NULL; local
103 args = argv + 1;
104 while (!badarg && *args && *args[0] == '-')
106 if (!strcmp(*args,"-outform"))
108 if (args[1])
110 args++;
111 outformat=str2fmt(*args);
115 else if (!strcmp(*args,"-pass"))
117 if (!args[
[all...]
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
81 args = argv + 1;
82 while (!badarg && *args && *args[0] == '-') {
83 if (!strcmp (*args, "-toseq")) toseq = 1;
84 else if (!strcmp (*args, "-in")) {
85 if (args[1]) {
86 args++;
87 infile = *args;
89 } else if (!strcmp (*args, "
[all...]
/barrelfish-2018-10-04/lib/libc/sys/
H A Dfcntl.c47 va_list args; local
50 va_start(args, cmd);
51 arg = va_arg(args, long);
52 va_end(args);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dreval.tcl21 # args comments
25 proc reval {args} {
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dsyscall.c42 int cmd, uintptr_t *args)
44 capaddr_t odptr = args[0];
45 capaddr_t cptr = args[1];
46 uintptr_t rundepth = args[2];
49 capaddr_t vptr = args[3];
50 capaddr_t dptr = args[4];
57 int cmd, uintptr_t *args)
59 enum task_type type = args[0] >> 16;
60 unsigned short weight = args[0] & 0xffff;
61 unsigned long deadline = args[
41 handle_dispatcher_setup(struct capability *to, int cmd, uintptr_t *args) argument
56 handle_dispatcher_properties(struct capability *to, int cmd, uintptr_t *args) argument
71 handle_dispatcher_perfmon(struct capability *to, int cmd, uintptr_t *args) argument
109 handle_retype_common(struct capability *root, uintptr_t *args, bool from_monitor) argument
130 handle_retype(struct capability *root, int cmd, uintptr_t *args) argument
135 handle_create(struct capability *root, int cmd, uintptr_t *args) argument
152 copy_or_mint(struct capability *root, uintptr_t *args, bool mint) argument
174 handle_mint(struct capability *root, int cmd, uintptr_t *args) argument
179 handle_copy(struct capability *root, int cmd, uintptr_t *args) argument
185 handle_delete(struct capability *root, int cmd, uintptr_t *args) argument
192 handle_revoke(struct capability *root, int cmd, uintptr_t *args) argument
200 handle_get_state(struct capability *root, int cmd, uintptr_t *args) argument
208 handle_map(struct capability *pgtable, int cmd, uintptr_t *args) argument
227 handle_unmap(struct capability *pgtable, int cmd, uintptr_t *args) argument
245 handle_mapping_destroy(struct capability *mapping, int cmd, uintptr_t *args) argument
252 handle_mapping_modify(struct capability *mapping, int cmd, uintptr_t *args) argument
275 monitor_handle_retype(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
294 monitor_handle_has_descendants(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
312 monitor_handle_delete_last(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
327 monitor_handle_delete_foreigns(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
335 monitor_handle_revoke_mark_tgt(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
347 monitor_handle_revoke_mark_rels(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
359 monitor_handle_delete_step(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
368 monitor_handle_clear_step(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
378 monitor_handle_register(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
385 monitor_get_core_id(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
394 monitor_get_arch_id(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
403 monitor_identify_cap_common(struct capability *kernel_cap, struct capability *root, uintptr_t *args) argument
414 monitor_identify_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
420 monitor_identify_domains_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
439 monitor_cap_has_relations(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
449 monitor_remote_relations(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
464 monitor_create_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
493 monitor_copy_existing(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
511 monitor_nullify_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
520 monitor_handle_sync_timer(struct capability *kern_cap, int cmd, uintptr_t *args) argument
528 handle_frame_identify(struct capability *to, int cmd, uintptr_t *args) argument
542 handle_io(struct capability *to, int cmd, uintptr_t *args) argument
550 monitor_handle_domain_id(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
559 monitor_get_cap_owner(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
570 monitor_set_cap_owner(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
582 monitor_lock_cap(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
593 monitor_unlock_cap(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
607 handle_trace_setup(struct capability *cap, int cmd, uintptr_t *args) argument
631 handle_irqsrc_get_vector(struct capability * to, int cmd, uintptr_t *args) argument
642 handle_irqdest_get_vector(struct capability *to, int cmd, uintptr_t *args) argument
651 handle_irqdest_connect(struct capability *to, int cmd, uintptr_t *args) argument
657 handle_irq_table_alloc(struct capability *to, int cmd, uintptr_t *args) argument
667 handle_irq_table_alloc_dest_cap(struct capability *to, int cmd, uintptr_t *args) argument
673 handle_irq_table_set(struct capability *to, int cmd, uintptr_t *args) argument
678 handle_irq_table_delete(struct capability *to, int cmd, uintptr_t *args) argument
686 handle_idcap_identify(struct capability *cap, int cmd, uintptr_t *args) argument
699 kernel_send_init_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
709 kernel_send_start_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
721 kernel_get_global_phys(struct capability *cap, int cmd, uintptr_t *args) argument
733 kernel_ipi_register(struct capability *cap, int cmd, uintptr_t *args) argument
742 kernel_ipi_delete(struct capability *cap, int cmd, uintptr_t *args) argument
750 handle_ipi_notify_send(struct capability *cap, int cmd, uintptr_t *args) argument
757 dispatcher_dump_ptables(struct capability *cap, int cmd, uintptr_t *args) argument
771 dispatcher_dump_capabilities(struct capability *cap, int cmd, uintptr_t *args) argument
781 kernel_add_kcb(struct capability *kern_cap, int cmd, uintptr_t *args) argument
790 kernel_remove_kcb(struct capability *kern_cap, int cmd, uintptr_t *args) argument
800 kernel_suspend_kcb_sched(struct capability *kern_cap, int cmd, uintptr_t *args) argument
807 handle_kcb_identify(struct capability *to, int cmd, uintptr_t *args) argument
943 sys_syscall(uintptr_t arg0, uintptr_t arg1, uintptr_t *args, uintptr_t *cpu_save_frame) argument
[all...]
/barrelfish-2018-10-04/lib/libc/amd64/gen/
H A Dmakecontext.c39 static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args);
46 uint64_t *args; local
71 args = sp - 6;
83 args[i] = va_arg(ap, uint64_t);
86 args[i] = 0;
90 ucp->uc_mcontext.mc_rdx = (register_t)args;
98 makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) argument
100 (*func)(args[0], args[1], args[
[all...]
H A Dsignalcontext.c39 static void sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args);
46 uint64_t *args; local
69 args = (uint64_t *)sp;
70 args[0] = sig;
71 args[1] = (intptr_t)sig_si;
72 args[2] = (intptr_t)sig_uc;
87 ucp->uc_mcontext.mc_rdx = (register_t)args;
96 sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args) argument
99 (*func)(args[0], args[
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dsyscall.c50 int cmd, uintptr_t *args)
52 capaddr_t cptr = args[0];
53 uint8_t level = args[1];
54 capaddr_t vptr = args[2] & 0xffffffff;
55 capaddr_t dptr = args[3] & 0xffffffff;
56 bool run = args[4];
57 capaddr_t odptr = args[5] & 0xffffffff;
66 int cmd, uintptr_t *args)
68 enum task_type type = args[0];
69 unsigned long deadline = args[
49 handle_dispatcher_setup(struct capability *to, int cmd, uintptr_t *args) argument
65 handle_dispatcher_properties(struct capability *to, int cmd, uintptr_t *args) argument
82 handle_retype_common(struct capability *root, uintptr_t *args, bool from_monitor) argument
106 handle_retype(struct capability *root, int cmd, uintptr_t *args) argument
112 handle_create(struct capability *root, int cmd, uintptr_t *args) argument
130 handle_map(struct capability *ptable, int cmd, uintptr_t *args) argument
158 copy_or_mint(struct capability *root, uintptr_t *args, bool mint) argument
187 handle_mint(struct capability *root, int cmd, uintptr_t *args) argument
193 handle_copy(struct capability *root, int cmd, uintptr_t *args) argument
199 handle_delete(struct capability *root, int cmd, uintptr_t *args) argument
207 handle_revoke(struct capability *root, int cmd, uintptr_t *args) argument
215 handle_get_state(struct capability *root, int cmd, uintptr_t *args) argument
222 handle_vnode_modify_flags(struct capability *to, int cmd, uintptr_t *args) argument
232 handle_get_size(struct capability *root, int cmd, uintptr_t *args) argument
238 handle_resize(struct capability *root, int cmd, uintptr_t *args) argument
247 handle_unmap(struct capability *pgtable, int cmd, uintptr_t *args) argument
267 handle_mapping_destroy(struct capability *mapping, int cmd, uintptr_t *args) argument
274 handle_mapping_modify(struct capability *mapping, int cmd, uintptr_t *args) argument
296 monitor_handle_retype(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
302 monitor_handle_has_descendants(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
315 monitor_handle_is_retypeable(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
328 monitor_handle_delete_last(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
344 monitor_handle_delete_foreigns(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
352 monitor_handle_revoke_mark_tgt(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
364 monitor_handle_revoke_mark_rels(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
372 monitor_handle_delete_step(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
382 monitor_handle_clear_step(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
392 monitor_handle_register(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
403 monitor_get_core_id(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
409 monitor_get_arch_id(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
415 monitor_identify_cap_common(struct capability *kernel_cap, struct capability *root, uintptr_t *args) argument
427 monitor_identify_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
433 monitor_identify_domains_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
453 monitor_cap_has_relations(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
463 monitor_remote_relations(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
478 monitor_create_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
511 monitor_copy_existing(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
526 monitor_nullify_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
535 monitor_handle_sync_timer(struct capability *kern_cap, int cmd, uintptr_t *args) argument
542 monitor_get_platform(struct capability *kern_cap, int cmd, uintptr_t *args) argument
555 handle_frame_identify(struct capability *to, int cmd, uintptr_t *args) argument
575 handle_vnode_identify(struct capability *to, int cmd, uintptr_t *args) argument
594 handle_io(struct capability *to, int cmd, uintptr_t *args) argument
602 handle_vmread(struct capability *to, int cmd, uintptr_t *args) argument
620 handle_vmwrite(struct capability *to, int cmd, uintptr_t *args) argument
638 handle_vmptrld(struct capability *to, int cmd, uintptr_t *args) argument
652 handle_vmclear(struct capability *to, int cmd, uintptr_t *args) argument
668 handle_dispatcher_setup_guest(struct capability *to, int cmd, uintptr_t *args) argument
764 monitor_handle_domain_id(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
773 monitor_get_cap_owner(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
784 monitor_set_cap_owner(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
796 monitor_lock_cap(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
807 monitor_unlock_cap(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
821 handle_trace_setup(struct capability *cap, int cmd, uintptr_t *args) argument
845 handle_irqsrc_get_vec_start(struct capability * to, int cmd, uintptr_t *args) argument
855 handle_irqsrc_get_vec_end(struct capability * to, int cmd, uintptr_t *args) argument
866 handle_irqdest_get_vector(struct capability *to, int cmd, uintptr_t *args) argument
875 handle_irqdest_get_cpu(struct capability *to, int cmd, uintptr_t *args) argument
884 handle_irqdest_connect(struct capability *to, int cmd, uintptr_t *args) argument
890 handle_irq_table_alloc(struct capability *to, int cmd, uintptr_t *args) argument
900 handle_irq_table_alloc_dest_cap(struct capability *to, int cmd, uintptr_t *args) argument
907 handle_irq_table_set(struct capability *to, int cmd, uintptr_t *args) argument
913 handle_irq_table_delete(struct capability *to, int cmd, uintptr_t *args) argument
919 handle_ipi_notify_send(struct capability *cap, int cmd, uintptr_t *args) argument
926 kernel_ipi_register(struct capability *cap, int cmd, uintptr_t *args) argument
935 kernel_ipi_delete(struct capability *cap, int cmd, uintptr_t *args) argument
943 dispatcher_dump_ptables(struct capability *cap, int cmd, uintptr_t *args) argument
957 dispatcher_dump_capabilities(struct capability *cap, int cmd, uintptr_t *args) argument
988 performance_counter_activate(struct capability *cap, int cmd, uintptr_t *args) argument
1025 performance_counter_write(struct capability *cap, int cmd, uintptr_t *args) argument
1038 performance_counter_deactivate(struct capability *cap, int cmd, uintptr_t *args) argument
1048 handle_idcap_identify(struct capability *cap, int cmd, uintptr_t *args) argument
1058 kernel_send_init_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
1071 kernel_send_start_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
1085 kernel_get_global_phys(struct capability *cap, int cmd, uintptr_t *args) argument
1097 kernel_add_kcb(struct capability *kern_cap, int cmd, uintptr_t *args) argument
1106 kernel_remove_kcb(struct capability *kern_cap, int cmd, uintptr_t *args) argument
1116 kernel_suspend_kcb_sched(struct capability *kern_cap, int cmd, uintptr_t *args) argument
1123 handle_kcb_identify(struct capability *to, int cmd, uintptr_t *args) argument
1306 sys_syscall(uint64_t syscall, uint64_t arg0, uint64_t arg1, uint64_t *args, uint64_t rflags, uint64_t rip) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dexternal.c54 i = p1.args - ((pword *) (p1.top->frame.chp + 1));
58 p1.args = ((pword *) (p1.chp + 1)) + n - 1;
63 p1.args->val.all = q->val.all;
64 p1.args->tag.all = q->tag.all;
68 p1.args->val.all = v.all;
69 p1.args->tag.all = t.all;
/barrelfish-2018-10-04/tools/harness/
H A Dbarrelfish.py13 def __init__(self, module, args):
15 self.args = args
31 def set_kernel(self, kernel, args=[]):
36 if args is None:
37 args = []
38 self.kernelArgs = args
40 def add_kernel_args(self, args):
41 if args:
42 self.kernelArgs.extend(args)
[all...]
/barrelfish-2018-10-04/tools/
H A Dmkefi.py40 args = parser.parse_args() variable
43 efi = harness.efiimage.EFIImage(args.image, args.size)
44 if args.create or not os.path.isfile(args.image):
46 for f in args.content:
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DJEclipse.java57 public static void main(String[] args) throws Exception argument
61 jeclipse.start(args);
64 protected void start(String[] args) throws Exception argument
95 setMemoryOptionsFromCommandLine(options, args);
109 // set up clargs to be a string array with one more element than args. This
111 clargs = new String[args.length + 1];
114 System.arraycopy(args, 0, clargs, 1, args.length);
184 String[] args)
187 Integer globalSize = findMemorySetting("-g", args);
183 setMemoryOptionsFromCommandLine(EclipseEngineOptions options, String[] args) argument
203 findMemorySetting(String option, String[] args) argument
[all...]
/barrelfish-2018-10-04/lib/octopus/client/
H A Dcommon.h36 // Make sure args come right after query
37 #define FORMAT_QUERY(query, args, buf) do { \
39 va_start(args, query); \
40 err = allocate_string(query, args, &length, &buf); \
41 va_end(args); \
45 va_start(args, query); \
46 size_t bytes_written = vsnprintf(buf, length+1, query, args); \
47 va_end(args); \
51 static inline errval_t allocate_string(const char *fmt, va_list args, argument
54 *length = vsnprintf(NULL, 0, fmt, args);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRemoteVisClient.java62 // main method takes address and port as args, connects to a remote
65 public static void main(String[] args) argument
67 checkargs(args);
71 eclipse = new RemoteEclipse(InetAddress.getByName(args[0]),
72 Integer.parseInt(args[1]));
97 private static void checkargs(String[] args) argument
102 if(args.length < MIN_CL_ARGS)
110 host = InetAddress.getByName(args[0]);
114 System.err.println("Can't reach host "+args[0]+".");
120 port = Integer.parseInt(args[
[all...]
/barrelfish-2018-10-04/lib/libc/include/
H A Dport_before.h12 #define ISC_FORMAT_PRINTF(fmt, args) \
13 __attribute__((__format__(__printf__, fmt, args)))
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dargs.h18 struct args { struct
30 struct args process_args(int argc, char *argv[]);

Completed in 281 milliseconds

1234567891011>>