Searched refs:VMCI_SUCCESS (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_qpair.c53 * be found. Otherwise VMCI_SUCCESS.
67 return (VMCI_SUCCESS);
79 * be found. Otherwise VMCI_SUCCESS.
93 return (VMCI_SUCCESS);
105 * VMCI_SUCCESS if either current or saved queue headers are found.
193 if (retval < VMCI_SUCCESS) {
287 return (VMCI_SUCCESS);
327 return (VMCI_SUCCESS);
523 if (free_space < VMCI_SUCCESS)
538 if (result >= VMCI_SUCCESS)
[all...]
H A Dvmci_driver.c89 vmci_util_cid_update, NULL, &ctx_update_sub_id) < VMCI_SUCCESS) {
115 if (vmci_event_unsubscribe(ctx_update_sub_id) < VMCI_SUCCESS)
325 if (result < VMCI_SUCCESS)
414 * VMCI_SUCCESS if successful, appropriate error code otherwise.
428 if (result < VMCI_SUCCESS) {
435 if (result < VMCI_SUCCESS) {
442 if (result < VMCI_SUCCESS) {
449 return (VMCI_SUCCESS);
H A Dvmci_datagram.c121 * VMCI_SUCCESS if created, negative errno value otherwise.
189 if (result != VMCI_SUCCESS) {
198 return (VMCI_SUCCESS);
211 * VMCI_SUCCESS if created, negative errno value otherwise.
247 * VMCI_SUCCESS if created, negative errno value otherwise.
323 return (VMCI_SUCCESS);
335 * VMCI_SUCCESS on success, VMCI_ERROR_INVALID_ARGS if handle is invalid.
368 return (VMCI_SUCCESS);
382 * VMCI_SUCCESS on success, VMCI_ERROR_INVALID_ARGS if handle is invalid.
511 * VMCI_SUCCESS o
[all...]
H A Dvmci_hashtable.c64 VMCI_SUCCESS) {
176 return (VMCI_SUCCESS);
208 if (result != VMCI_SUCCESS) {
350 * is returned. Otherwise, VMCI_SUCCESS is returned.
363 int result = VMCI_SUCCESS;
535 result = VMCI_SUCCESS;
H A Dvmci_resource.c51 if (err < VMCI_SUCCESS)
62 return (VMCI_SUCCESS);
156 * VMCI_SUCCESS if successful, error code if not.
188 if (result != VMCI_SUCCESS) {
H A Dvmci_event.c62 * VMCI_SUCCESS on success, appropriate error code otherwise.
353 int err = VMCI_SUCCESS;
382 if (err != VMCI_SUCCESS) {
454 * VMCI_SUCCESS on success, error code otherwise.
480 return (VMCI_SUCCESS);
491 * VMCI_SUCCESS on success, error code otherwise.
567 result = VMCI_SUCCESS;
628 * VMCI_SUCCESS on success, error code otherwise.
655 if (retval < VMCI_SUCCESS) {
673 * VMCI_SUCCESS o
[all...]
H A Dvmci_doorbell.c83 * VMCI_SUCCESS on success, lock allocation error otherwise.
195 * VMCI_SUCCESS on success,
231 return (VMCI_SUCCESS);
398 * VMCI_SUCCESS if success, appropriate error code otherwise.
441 * VMCI_SUCCESS if success, appropriate error code otherwise.
487 * VMCI_SUCCESS on success, appropriate error code otherwise.
553 if (result != VMCI_SUCCESS) {
565 if (VMCI_SUCCESS != result)
593 * VMCI_SUCCESS on success, appropriate error code otherwise.
623 if (VMCI_SUCCESS !
[all...]
H A Dvmci_kernel_if.c37 * Always VMCI_SUCCESS.
50 return (VMCI_SUCCESS);
377 return (VMCI_SUCCESS);
626 return (VMCI_SUCCESS);
679 * VMCI_SUCCESS.
698 return (VMCI_SUCCESS);
810 return (VMCI_SUCCESS);
868 return (VMCI_SUCCESS);
H A Dvmci_queue_pair.c86 * VMCI_SUCCESS on success, appropriate error code otherwise.
303 * VMCI_SUCCESS on success and appropriate failure code otherwise.
549 if (result == VMCI_SUCCESS)
635 if (result < VMCI_SUCCESS)
672 if (result < VMCI_SUCCESS) {
706 if (result < VMCI_SUCCESS) {
735 return (VMCI_SUCCESS);
826 result = VMCI_SUCCESS;
855 result = VMCI_SUCCESS;
858 if (result < VMCI_SUCCESS) {
[all...]
H A Dvmci_defs.h221 #define VMCI_SUCCESS 0LL macro
711 if (free_space < VMCI_SUCCESS)
H A Dvmci.c1127 return (VMCI_SUCCESS);

Completed in 130 milliseconds