search for: in_name

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

Did you mean: if_name
2013 Jan 24
0
64 Bit Build 3.6.11 on AIX 6 with acls enabled dumps core,
...t; smbd_smb2_create_send(mem_ctx = 0x000000011015b4a0, ev = 0x00000001100ab320, smb2req = 0x000000011015b4a0, in_oplock_level = '\0', in_impersonation_level = 2, in_desired_access = 1048704, in_file_attributes = 0, in_share_access = 0, in_create_disposition = 1, in_create_options = 8388609, in_name = "", in_context_blobs = (...)), line 707 in "smb2_create.c" smbd_smb2_request_process_create(smb2req = 0x000000011003f0b8), line 229 in "smb2_create.c" smbd_smb2_request_dispatch(req = 0x0000000110155360), line 1473 in "smb2_server.c" smbd_smb2_request_incom...
2012 Oct 30
5
[PATCH v3 0/5] Add symbol versioning.
This is a simpler patch series to add symbol versioning. I have pushed patches 1-3 upstream. Rich.
2012 Oct 30
7
[PATCH v2 0/7] Add symbol versioning (now working).
This rather more complex patch series adds symbol versioning (7/7 shows it in action). This works for me, tested by running old and new virt-inspector binaries against the new library. Rich.
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...} ret->guestfs_int_inotify_event_list_val = np; in = &ret->guestfs_int_inotify_event_list_val[ret->guestfs_int_inotify_event_list_len]; @@ -212,12 +212,12 @@ do_inotify_read (void) in->in_cookie = event->cookie; if (event->len > 0) - in->in_name = strdup (event->name); + in->in_name = strdup (event->name); else - in->in_name = strdup (""); /* Should have optional string fields XXX. */ + in->in_name = strdup (""); /* Should have optional string fields XXX. */ if (in->in_name...