Searched refs:args (Results 176 - 200 of 326) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Dmain_host.c90 .args = {}
H A Ddevice.c96 .args.mmio = {
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnection.java235 public CompoundTerm rpc(String functor, Object[] args) throws EclipseException, IOException; argument
/barrelfish-2018-10-04/include/dma/
H A Ddma_request.h96 } args; ///< request setup arguments member in struct:dma_req_setup
/barrelfish-2018-10-04/usr/monitor/
H A Dmain.c108 char args[40]; local
109 snprintf(args, sizeof(args), "0x%016lx 0x%02x", bi->host_msg,
112 spawn_tokenize_cmdargs(args, mgr_argv, ARRAY_LENGTH(mgr_argv));
339 * \brief Use cmdline args to figure out which core the monitor is running on
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dmain_card.c91 .args = {
118 setup.args.memcpy.src = card_base;
119 setup.args.memcpy.dst = host_base;
325 .args = {
H A Dmain_host.c85 .args = {
113 setup.args.memcpy.src = card_base;
114 setup.args.memcpy.dst = host_base;
334 .args = {
/barrelfish-2018-10-04/include/thc/
H A Dthcinternal.h174 typedef void (*THCContFn_t)(void *cont, void *args);
178 void _thc_onaltstack(void *s, void *fn, void *args);
184 void _thc_callcont(awe_t *awe, THCContFn_t fn, void *args) __attribute__((returns_twice));
258 /* Force args on stack - there must be a better way of doing this, but */
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_cpu.c163 // Copy kernel args over to new core
165 if (cpu_module != NULL && strlen(cpu_module->args) > 1) {
167 __FILE__, __FUNCTION__, __LINE__, cpu_module->args, barrelfish_id_s);
170 argv[argc] = cpu_module->args;
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dargs.c24 #include "args.h"
184 struct args process_args(int argc, char *argv[])
188 struct args res = (struct args) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dlists.pl288 args:["Collection":"A term to be interpreted as a collection", label
408 args:["Collection":"A term to be interpreted as a collection", label
528 args:["Odds":"List or variable", label
623 args:["List":"A list", "Reordered":"A variable or list"], label
673 args:["?Element" : "Prolog term.", "?List1" : "List or variable.", "?List2" : "List or variable."], label
728 args:["?Element" : "Prolog term.", "?List1" : "List or variable.", "?List2" : "List or variable."], label
758 args:["+List1" : "List.", "+List2" : "List.", "?Common" : "List or variable."], label
795 args:["?List" : "List or variable.", "?N" : "Integer or variable."], label
823 args:["?Term" : "Prolog term.", "?List" : "List or variable."], label
847 args label
872 args:["+Element" : "Prolog term.", "+List" : "List."], label
901 args:["+List1" : "List.", "+List2" : "List.", "?Remainder" : "List or variable."], label
930 args:["+List1" : "List.", "+List2" : "List.", "?Union" : "List or variable."], label
954 args:["+List" : "A List.", "?Reversed" : "List or variable."], label
978 args:["?List1" : "List or variable.", "?List2" : "List or variable.", "?List3" : "List or variable."], label
1006 args:["+Pred" : "Atom or compound term.", "+List" : "List."], label
1036 args:["+NestedList" : "A List.", "?FlatList" : "List or variable."], label
1046 args:[ label
1106 args:["+Pred" : "Atom or compound term.", "?OldList" : "List or variable.", "?NewList" : "List or variable."], label
1133 args:["?SubList" : "A term which unifies with a list.", "+List" : "A term which unifies with a list."], label
[all...]
/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c312 void kmeans_map(map_args_t *args) argument
314 assert(args);
315 assert(args->length == 1);
317 kmeans_map_data_t *map_data = args->data;
319 free(args->data);
397 // Setup map reduce args
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java46 * @param args String array with three entries config tree and viz files, all in XML format
48 public static void main(String[] args) argument
52 if (args.length != 3) {
54 for(int i=0;i<args.length;i++) {
55 System.out.println(args[i]);
59 String configFilename = args[0];
60 String treeFilename = args[1];
61 String vizFilename = args[2];
/barrelfish-2018-10-04/tools/harness/tests/
H A Dwebserver.py99 def setup(self, *args):
100 super(WebserverTest, self).setup(*args)
169 def dotest(self, func, args):
173 r = func(*args)
177 s = 'Test: %s%s\t%s\n' % (func.__name__, str(args),
250 def setup(self, *args):
251 super(HTTPerfTest, self).setup(*args)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dgc_stacks.c382 result.val.nint = (char *) B.args -
464 Compute_Gcb(GCB.args);
479 Safe_Add_To_Pointer(GCTG, GCTG - BChp(GCB.args)->tg, (pword *) TT, ideal_gc_trigger);
725 *((B.args)++) = *(pw++);
757 *pw++ = *(chp.args)++;
1332 pfp.args = B.args;
1397 for (; pw < top.args; pw++) /* mark from arguments */
1462 } while (pfp.args > fp.args);
[all...]
H A Demu_par.c222 pword **old_tt, *pw2 = BPrev(B.args);
224 TO = BOracle(B.args);
281 for (b_aux = B.args; b_aux > PPB; b_aux = BPrev(b_aux))
494 PPB = B.args = pb;
517 B.args = pb = PPB;
595 BPar(B.args)->alt -= 1;
615 for (pb1 = B.args, pb2 = (pword *) 0; pb1 > PPB; pb1 = BPrev(pb1))
854 b_aux = bnew ? bnew : B.args;
896 b_aux = bnew ? bnew : B.args;
1445 PPB = B.args
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dchr_doc.pl35 args:["+File" : "A file name (with extension chr)."], label
61 args:["+File" : "A file name (with extension chr)."], label
90 args:["?Constraint" : "A constraint (callable term) defined by constraint handling rules."], label
171 args:["Variable" : "A free variable.", "?Constraint" : "A constraint (callable term) defined by constraint handling rules."], label
224 args:["+Constraint" : "A chr constraint."], label
265 args:[], label
322 args:[], label
399 args:[], label
415 args:["+Constraint" : "A constraint (callable term) defined by constraint handling rules."], label
509 args label
[all...]
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn.c388 * \brief Retrive the commandline args of #name
397 /* Get the cmdline args */
398 const char *args = getopt_module(module); local
401 *retargs = malloc(sizeof(char) * strlen(args));
406 /* Copy args */
407 strcpy(*retargs, args);
412 * \brief Returns tokenized cmdline args
476 /* Map in args frame */
794 /* Setup cmdline args */
804 * \brief Spawn a domain with the given args
931 char args[1024]; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86_64-xlate.pl649 undef @args;
664 push @args,$arg;
673 if ($#args>=0) {
676 $insn = $opcode->out($#args>=1?$args[$#args]->size():$sz);
679 $insn .= $sz if (map($_->out() =~ /x?mm/,@args));
680 @args = reverse(@args);
683 printf "\t%s\t%s",$insn,join(",",map($_->out($sz),@args));
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dcalculator.tcl10 proc Calculator args {}
11 proc calculator args {}
126 ;proc configure {w args} {
130 foreach {key val} $args {
232 ;proc _convert {w from to args} {
235 foreach num $args {
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dsvm_vmkit.c208 uint64_t *args, uint64_t rflags, uint64_t rip);
294 uint64_t args[10] = { local
306 sys_syscall(regs->rdi, regs->rsi, regs->rdx, args,
/barrelfish-2018-10-04/usr/drivers/omap44xx/fdif/
H A Dfdif.c113 static void irq_handler(void *args) argument
115 struct fdif_driver_state* st = (struct fdif_driver_state*) args;
237 struct capref* caps, size_t caps_len, char** args, size_t args_len, iref_t* dev) {
236 init(struct bfdriver_instance* bfi, const char* name, uint64_t flags, struct capref* caps, size_t caps_len, char** args, size_t args_len, iref_t* dev) argument
/barrelfish-2018-10-04/tools/tracing/
H A Danalyze_traces.py229 def dprint (args):
231 print args
287 print inst.args # arguments stored in args
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Ddma_service.c158 .args = {
/barrelfish-2018-10-04/usr/drivers/omap44xx/twl6030/
H A Dmodule.c54 struct capref* caps, size_t caps_len, char** args, size_t args_len, iref_t* dev) {
53 init(struct bfdriver_instance* bfi, const char* name, uint64_t flags, struct capref* caps, size_t caps_len, char** args, size_t args_len, iref_t* dev) argument

Completed in 241 milliseconds

1234567891011>>