Lines Matching defs:error

100 #define	E_ERROR		1		/* Exit status for error */
116 * libpool error code
601 * Set the thread specific error value.
615 * Return the current value of the error code.
616 * Returns: int error code
629 * Return the text represenation for the current value of the error code.
630 * Returns: const char * error string
633 pool_strerror(int error)
637 switch (error) {
661 str = dgettext(TEXT_DOMAIN, "Pools repository error");
664 str = dgettext(TEXT_DOMAIN, "System error");
794 * A negative value returned from the plugin denotes error, 0 means that the
849 * POC_INVAL is returned if an error is detected and the error code is updated
850 * to indicate the cause of the error.
885 * POC_INVAL is returned if an error is detected and the error code is updated
886 * to indicate the cause of the error.
909 * PO_FAIL is returned if an error is detected and the error code is updated
910 * to indicate the cause of the error.
974 * PO_FAIL is returned if an error is detected and the error code is updated
975 * to indicate the cause of the error.
1016 * PO_FAIL is returned if an error is detected and the error code is updated
1017 * to indicate the cause of the error.
1045 * PO_FAIL is returned if an error is detected and the error code is
1046 * updated to indicate the cause of the error.
1065 * PO_FAIL is returned if an error is detected and the error code is updated
1066 * to indicate the cause of the error.
1090 * PO_FAIL is returned if an error is detected and the error code is updated
1091 * to indicate the cause of the error.
2021 * Destroy a pool. If the pool cannot be found or removed an error is
2048 * Destroy an res. If the res cannot be found or removed an error is
2127 * Destroy a comp. If the comp cannot be found or removed an error is
2295 * return error.
2577 int error = PO_SUCCESS;
2588 error = PO_FAIL;
2592 return (error);
2606 int error = PO_SUCCESS;
2618 error = PO_FAIL;
2622 return (error);
2684 int error = PO_SUCCESS;
2694 error = PO_FAIL;
2698 return (error);