Searched refs:arg (Results 76 - 100 of 737) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java432 !(result1.arg(1) instanceof Integer) ||
433 !(result1.arg(2) instanceof Atom) ||
434 !(result1.arg(3) instanceof Atom) ||
435 !(result1.arg(4) instanceof Atom) ||
436 !((Atom) result1.arg(2)).equals(nameAtom) ||
437 !((Atom) result1.arg(3)).functor().equals("sync") ||
438 !((Atom) result1.arg(4)).functor().equals("fromec"))
444 port = ((Integer) result1.arg(1)).intValue();
490 !(result2.arg(1) instanceof Atom) ||
491 !(result2.arg(
[all...]
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf_errno.c50 __printf_render_errno(struct __printf_io *io, const struct printf_info *pi __unused, const void *const *arg) argument
57 error = *((const int *)arg[0]);
H A Dxprintf_hexdump.c48 __printf_render_hexdump(struct __printf_io *io, const struct printf_info *pi, const void *const *arg) argument
59 p = *((unsigned char **)arg[0]);
60 u = *((unsigned *)arg[1]);
/barrelfish-2018-10-04/lib/lwip2/src/apps/tcpecho/
H A Dtcpecho.c42 tcpecho_thread(void *arg) argument
46 LWIP_UNUSED_ARG(arg);
/barrelfish-2018-10-04/lib/lwip2/src/apps/udpecho/
H A Dudpecho.c44 udpecho_thread(void *arg) argument
50 LWIP_UNUSED_ARG(arg);
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DCreateEvent.java38 return(new CreateEvent(((Atom)term.arg(1)).functor(),
40 parseFromCompoundTerm((CompoundTerm)term.arg(2))));
H A DElementType.java59 CompoundTerm solverTerm = (CompoundTerm)(term.arg(1));
60 CompoundTerm typeTerm = (CompoundTerm)(term.arg(2));
H A DContractEvent.java35 return(new ContractEvent(((Atom)term.arg(1)).functor()));
H A DDestroyEvent.java35 return(new DestroyEvent(((Atom)term.arg(1)).functor()));
H A DUpdateEvent.java40 if(forwardString.equals(((Atom)term.arg(3)).functor()))
44 if(backString.equals(((Atom)term.arg(3)).functor()))
61 result.add( element.arg(1) );
/barrelfish-2018-10-04/lib/octopus/server/
H A Dqueue.c18 static void oct_rpc_send_next(void *arg) argument
20 struct octopus_binding *b = arg;
/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Ddevice.h37 void *arg; member in struct:vblock_req
87 * \param arg the argument passed to the virtqueue when allocating it
89 void vblock_device_virtqueue_intr(void *arg);
/barrelfish-2018-10-04/include/collections/
H A Dhash_table.h77 typedef int (*collections_hash_visitor_func)(uint64_t key, void *data, void *arg);
85 int collections_hash_visit(collections_hash_table *t, collections_hash_visitor_func collections_hash_visitor, void *arg);
/barrelfish-2018-10-04/include/
H A Dcpiobin.h52 void* arg);
127 * @param arg user supplied argument to visitor function.
137 void* arg
/barrelfish-2018-10-04/include/lwip/lwip/
H A Draw.h57 * @param arg user supplied argument (raw_pcb.recv_arg)
66 u8_t(*recv) (void *arg, struct raw_pcb * pcb, struct pbuf * p,
80 u8_t(*recv) (void *arg, struct raw_pcb * pcb,
H A Dtcpip.h69 void *arg);
95 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
96 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
132 void *arg; member in struct:tcpip_msg::__anon104::__anon107
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dsnmp_threadsync.h52 typedef void (*snmp_threadsync_called_fn)(void* arg);
53 typedef void (*snmp_threadsync_synchronizer_fn)(snmp_threadsync_called_fn fn, void* arg);
/barrelfish-2018-10-04/usr/kaluga/
H A Dqueue.c3 static void send_next(void *arg) argument
5 struct monitor_binding *b = arg;
/barrelfish-2018-10-04/usr/monitor/capops/
H A Dcapqueue.c14 queue_complete(void *arg) argument
16 struct capqueue_queue *q = (struct capqueue_queue*)arg;
/barrelfish-2018-10-04/usr/tests/fputest/
H A Dfputest.c25 static int fpu_thread(void *arg) argument
29 int n = (uintptr_t)arg;
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dexample_multi.tcl44 foreach arg $argv {
47 switch -exact -- $arg {
50 default: {error "Unknown flag $arg"}
54 set host $arg
58 set port $arg
/barrelfish-2018-10-04/lib/libc/gen/
H A Dexec.c53 execl(const char *name, const char *arg, ...) argument
59 va_start(ap, arg);
69 va_start(ap, arg);
71 argv[0] = arg;
79 execle(const char *name, const char *arg, ...) argument
86 va_start(ap, arg);
96 va_start(ap, arg);
98 argv[0] = arg;
107 execlp(const char *name, const char *arg, ...) argument
113 va_start(ap, arg);
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/smtp/
H A Dsmtp.h33 * @param arg argument specified when initiating the email
39 typedef void (*smtp_result_fn)(void *arg, u8_t smtp_result, u16_t srv_err, err_t err);
94 * @param arg argument specified when initiating the email
97 typedef int (*smtp_bodycback_fn)(void *arg, struct smtp_bodydh *bodydh);
112 void smtp_send_mail_int(void *arg);
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_mib2.c62 snmp_mib2_lwip_synchronizer(snmp_threadsync_called_fn fn, void* arg) argument
66 fn(arg);
69 tcpip_callback(fn, arg);
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Decp.c96 void *arg);
181 ecp_printpkt(p, plen, printer, arg)
185 void *arg;

Completed in 286 milliseconds

1234567891011>>