search for: cli_writ

Displaying 3 results from an estimated 3 matches for "cli_writ".

Did you mean: cli_write
1999 Apr 12
0
"Error 0" bug tracked halfway. Help needed
...happen with Win 95). The Samba code does the file transmission via do_put() in client.c, which function prints the above error if it returns a different value from what was passed inside it. In my case, the returned value is LARGER (69616) than the requested (65536). Weird. Now I am getting inside cli_write() in clientgen.c. AFAIU, MID is some kind of ID for packets sent during the transmission of one 65536 bytes block. The function cli_write() first sends stuff and then begins to receive replies until everything is acked. In particular, it uses the SVAL macro to extract the value of MID from an inco...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See