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

1234567891011>>

/barrelfish-master/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-master/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-master/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-master/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-master/usr/eclipseclp/lib_tcl/widget/
H A Dreval.tcl21 # args comments
25 proc reval {args} {
/barrelfish-master/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-master/kernel/arch/x86_64/
H A Dsyscall.c51 static struct sysret handle_noop(struct capability *to, int cmd, uintptr_t *args) argument
58 int cmd, uintptr_t *args)
60 capaddr_t cptr = args[0];
61 uint8_t level = args[1];
62 capaddr_t vptr = args[2] & 0xffffffff;
63 capaddr_t dptr = args[3] & 0xffffffff;
64 bool run = args[4];
65 capaddr_t odptr = args[5] & 0xffffffff;
74 int cmd, uintptr_t *args)
76 enum task_type type = args[
57 handle_dispatcher_setup(struct capability *to, int cmd, uintptr_t *args) argument
73 handle_dispatcher_properties(struct capability *to, int cmd, uintptr_t *args) argument
90 handle_retype_common(struct capability *root, uintptr_t *args, bool from_monitor) argument
114 handle_retype(struct capability *root, int cmd, uintptr_t *args) argument
120 handle_create(struct capability *root, int cmd, uintptr_t *args) argument
138 handle_map(struct capability *ptable, int cmd, uintptr_t *args) argument
166 copy_or_mint(struct capability *root, uintptr_t *args, bool mint) argument
195 handle_mint(struct capability *root, int cmd, uintptr_t *args) argument
201 handle_copy(struct capability *root, int cmd, uintptr_t *args) argument
207 handle_delete(struct capability *root, int cmd, uintptr_t *args) argument
215 handle_revoke(struct capability *root, int cmd, uintptr_t *args) argument
223 handle_get_state(struct capability *root, int cmd, uintptr_t *args) argument
230 handle_vnode_modify_flags(struct capability *to, int cmd, uintptr_t *args) argument
240 handle_get_size(struct capability *root, int cmd, uintptr_t *args) argument
246 handle_resize(struct capability *root, int cmd, uintptr_t *args) argument
255 handle_cap_identify(struct capability *root, int cmd, uintptr_t *args) argument
265 handle_unmap(struct capability *pgtable, int cmd, uintptr_t *args) argument
285 handle_mapping_destroy(struct capability *mapping, int cmd, uintptr_t *args) argument
292 handle_mapping_modify(struct capability *mapping, int cmd, uintptr_t *args) argument
313 handle_vnode_copy_remap(struct capability *ptable, int cmd, uintptr_t *args) argument
336 handle_inherit(struct capability *dest, int cmd, uintptr_t *args) argument
462 monitor_handle_retype(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
468 monitor_handle_has_descendants(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
481 monitor_handle_is_retypeable(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
494 monitor_handle_delete_last(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
510 monitor_handle_delete_foreigns(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
518 monitor_handle_revoke_mark_tgt(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
530 monitor_handle_revoke_mark_rels(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
538 monitor_handle_delete_step(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
548 monitor_handle_clear_step(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
558 monitor_handle_register(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
569 monitor_get_core_id(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
575 monitor_get_arch_id(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
581 monitor_identify_cap_common(struct capability *kernel_cap, struct capability *root, uintptr_t *args) argument
593 monitor_identify_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
599 monitor_identify_domains_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
619 monitor_cap_has_relations(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
629 monitor_remote_relations(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
644 monitor_create_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
677 monitor_copy_existing(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
692 monitor_nullify_cap(struct capability *kernel_cap, int cmd, uintptr_t *args) argument
701 monitor_handle_sync_timer(struct capability *kern_cap, int cmd, uintptr_t *args) argument
708 monitor_get_platform(struct capability *kern_cap, int cmd, uintptr_t *args) argument
721 monitor_reclaim_ram(struct capability *kern_cap, int cmd, uintptr_t *args) argument
730 handle_clean_dirty_bits(struct capability *to, int cmd, uintptr_t *args) argument
764 handle_io(struct capability *to, int cmd, uintptr_t *args) argument
772 handle_vmread(struct capability *to, int cmd, uintptr_t *args) argument
790 handle_vmwrite(struct capability *to, int cmd, uintptr_t *args) argument
808 handle_vmptrld(struct capability *to, int cmd, uintptr_t *args) argument
822 handle_vmclear(struct capability *to, int cmd, uintptr_t *args) argument
838 handle_dispatcher_setup_guest(struct capability *to, int cmd, uintptr_t *args) argument
937 monitor_handle_domain_id(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
946 monitor_get_cap_owner(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
957 monitor_set_cap_owner(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
969 monitor_lock_cap(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
980 monitor_unlock_cap(struct capability *monitor_cap, int cmd, uintptr_t *args) argument
994 handle_trace_setup(struct capability *cap, int cmd, uintptr_t *args) argument
1018 handle_irqsrc_get_vec_start(struct capability * to, int cmd, uintptr_t *args) argument
1028 handle_irqsrc_get_vec_end(struct capability * to, int cmd, uintptr_t *args) argument
1039 handle_irqdest_get_vector(struct capability *to, int cmd, uintptr_t *args) argument
1048 handle_irqdest_get_cpu(struct capability *to, int cmd, uintptr_t *args) argument
1057 handle_irqdest_connect(struct capability *to, int cmd, uintptr_t *args) argument
1063 handle_irq_table_alloc(struct capability *to, int cmd, uintptr_t *args) argument
1073 handle_irq_table_alloc_dest_cap(struct capability *to, int cmd, uintptr_t *args) argument
1080 handle_irq_table_set(struct capability *to, int cmd, uintptr_t *args) argument
1086 handle_irq_table_delete(struct capability *to, int cmd, uintptr_t *args) argument
1092 handle_ipi_notify_send(struct capability *cap, int cmd, uintptr_t *args) argument
1099 kernel_ipi_register(struct capability *cap, int cmd, uintptr_t *args) argument
1108 kernel_ipi_delete(struct capability *cap, int cmd, uintptr_t *args) argument
1116 dispatcher_dump_ptables(struct capability *cap, int cmd, uintptr_t *args) argument
1132 dispatcher_dump_capabilities(struct capability *cap, int cmd, uintptr_t *args) argument
1163 performance_counter_activate(struct capability *cap, int cmd, uintptr_t *args) argument
1200 performance_counter_write(struct capability *cap, int cmd, uintptr_t *args) argument
1213 performance_counter_deactivate(struct capability *cap, int cmd, uintptr_t *args) argument
1223 handle_idcap_identify(struct capability *cap, int cmd, uintptr_t *args) argument
1233 handle_devid_create(struct capability *cap, int cmd, uintptr_t *args) argument
1259 kernel_send_init_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
1272 kernel_send_start_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
1286 kernel_get_global_phys(struct capability *cap, int cmd, uintptr_t *args) argument
1298 kernel_add_kcb(struct capability *kern_cap, int cmd, uintptr_t *args) argument
1307 kernel_remove_kcb(struct capability *kern_cap, int cmd, uintptr_t *args) argument
1317 kernel_suspend_kcb_sched(struct capability *kern_cap, int cmd, uintptr_t *args) argument
1324 handle_kcb_identify(struct capability *to, int cmd, uintptr_t *args) argument
1556 sys_vmcall(uint64_t syscall, uint64_t arg0, uint64_t arg1, uint64_t *args, uint64_t rflags, uint64_t rip, struct capability *root) argument
1871 sys_syscall(uint64_t syscall, uint64_t arg0, uint64_t arg1, uint64_t *args, uint64_t rflags, uint64_t rip) argument
[all...]
/barrelfish-master/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-master/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-master/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-master/tools/harness/
H A Dbarrelfish.py13 def __init__(self, module, args):
15 self.args = args
34 def set_kernel(self, kernel, args=[]):
39 if args is None:
40 args = []
41 self.kernelArgs = args
43 def add_kernel_args(self, args):
44 if args:
45 self.kernelArgs.extend(args)
[all...]
/barrelfish-master/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-master/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-master/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-master/lib/libc/include/
H A Dport_before.h12 #define ISC_FORMAT_PRINTF(fmt, args) \
13 __attribute__((__format__(__printf__, fmt, args)))
/barrelfish-master/usr/mem_serv_dist/
H A Dargs.h18 struct args { struct
30 struct args process_args(int argc, char *argv[]);

Completed in 2373 milliseconds

1234567891011>>