Lines Matching defs:error
555 * Return: zero on success or appropriate error code.
627 * by the host-guest protocol and EIO if an error occurred in communicating with
657 * Return: zero on success or error code otherwise.
890 /* Continue if no error happened */
1133 * If an error indicates that something serious went wrong,
1316 * Return: zero on success or an appropriate error-code.
1372 unsigned long error;
1377 error = vmci_doorbell_create(&b->vmci_doorbell, VMCI_FLAG_DELAYED_CB,
1381 if (error != VMCI_SUCCESS)
1384 error = __vmballoon_cmd(b, VMW_BALLOON_CMD_VMCI_DOORBELL_SET,
1388 if (error != VMW_BALLOON_SUCCESS)
1421 int error;
1451 error = vmballoon_vmci_init(b);
1452 if (error)
1649 * Return: zero on success or an error code.
1809 * inflated, this deflation can also encounter an error. Instead
1858 * Return: zero on success or error code on failure.
1873 int error;
1884 error = vmballoon_register_shrinker(&balloon);
1885 if (error)
1910 return error;