search for: onearg

Displaying 4 results from an estimated 4 matches for "onearg".

2013 Jun 13
1
[LLVMdev] function overload in C
Hi, I'm trying to implement an overloading behavior to some of our builtin functions, and came across the following comment in SemaExpr.cpp // Check for overloaded calls. This can happen even in C due to extensions. If (Fn->getType() == Context.OverloadTy) { .... I was wondering which C extensions is this referring to? Thanks Ali -------------- next part -------------- An HTML attachment
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...true if can''t complete due to block. */ -static bool process_message(struct connection *conn, struct buffered_data *in) +static void process_message(struct connection *conn, struct buffered_data *in) { switch (in->hdr.msg.type) { case XS_DIRECTORY: - return send_directory(conn, onearg(in)); + send_directory(conn, onearg(in)); + break; case XS_READ: - return do_read(conn, onearg(in)); + do_read(conn, onearg(in)); + break; case XS_WRITE: - return do_write(conn, in); + do_write(conn, in); + break; case XS_MKDIR: - return do_mkdir(conn, onearg(in)); + do_mkdir(...
2004 Oct 19
0
samba 3.0.7 make check fails in function strstr_m
...stderr: Run command: t_strstr "hello" "goodbye" Wait status: 0x8b00 (exit code 139, signal 0) stdout: stderr: Segmentation Fault - core dumped ----------------------------------------------------------------- PushUCS2_Tests OK NoArgs OK OneArg OK SmbdDest OK NmbdDest NOTRUN, not implemented WinbinddDest NOTRUN, not implemented PidDest OK SelfDest OK BadDest OK BadCmd...
2005 Sep 08
45
/proc/xen/xenbus supports watch?
Hi, Anybody (Christian?) could please tell me if we can get the support for registering watch with /proc/xen/xenbus? (..OK, I know that we will change it this /proc stuff to a device soon) So far we can only do read/write/rm. I really miss the xen watch feature. Many thanks, Hieu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com