Home
last modified time | relevance | path

Searched refs:new_handle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/vmware/vmci/
Dvmci_doorbell.c500 struct vmci_handle new_handle; in vmci_doorbell_create() local
529 new_handle = VMCI_MAKE_HANDLE(context_id, resource_id); in vmci_doorbell_create()
538 new_handle = *handle; in vmci_doorbell_create()
551 VMCI_RESOURCE_TYPE_DOORBELL, new_handle, vmci_doorbell_free_cb, in vmci_doorbell_create()
555 "(handle=0x%x:0x%x).\n", new_handle.context, in vmci_doorbell_create()
556 new_handle.resource); in vmci_doorbell_create()
564 result = vmci_doorbell_link(new_handle, entry->is_doorbell, entry->idx); in vmci_doorbell_create()
570 *handle = new_handle; in vmci_doorbell_create()
576 vmci_resource_remove(new_handle, VMCI_RESOURCE_TYPE_DOORBELL); in vmci_doorbell_create()
/freebsd-12-stable/crypto/openssh/
Dsftp-client.c1097 u_char *old_handle, *new_handle; in do_copy() local
1169 new_handle = get_handle(conn, id, &new_handle_len, in do_copy()
1171 if (new_handle == NULL) { in do_copy()
1185 (r = sshbuf_put_string(msg, new_handle, new_handle_len)) != 0 || in do_copy()
1200 do_close(conn, new_handle, new_handle_len); in do_copy()
1202 free(new_handle); in do_copy()