Searched refs:WBC_ERROR_IS_OK (Results 1 - 5 of 5) sorted by relevance

/sssd/src/sss_client/libwbclient/
H A Dwbc_err_internal.h29 if (!WBC_ERROR_IS_OK(x)) { \
H A Dwbc_idmap_sssd.c39 if (!WBC_ERROR_IS_OK(wbc_status)) {
78 if (!WBC_ERROR_IS_OK(wbc_status)) {
103 if (!WBC_ERROR_IS_OK(wbc_status)) {
142 if (!WBC_ERROR_IS_OK(wbc_status)) {
177 if (WBC_ERROR_IS_OK(wbc_status)) {
224 if (!WBC_ERROR_IS_OK(wbc_status)) {
H A Dwbc_pwd_sssd.c246 if (WBC_ERROR_IS_OK(wbc_status) == true) {
281 if (WBC_ERROR_IS_OK(wbc_status) == true) {
297 if (!WBC_ERROR_IS_OK(wbc_status)) {
404 if (WBC_ERROR_IS_OK(wbc_status) == true) {
448 if (WBC_ERROR_IS_OK(wbc_status) == true) {
517 if (WBC_ERROR_IS_OK(wbc_status) == true) {
591 if (WBC_ERROR_IS_OK(wbc_status) == true) {
623 if (!WBC_ERROR_IS_OK(wbc_status)) {
642 if (!WBC_ERROR_IS_OK(wbc_status)) {
654 if (!WBC_ERROR_IS_OK(wbc_statu
[all...]
H A Dwbc_sid_sssd.c92 if (!WBC_ERROR_IS_OK(wbc_status)) {
114 if (!WBC_ERROR_IS_OK(wbc_status)) {
H A Dwbclient_sssd.h55 #define WBC_ERROR_IS_OK(x) ((x) == WBC_ERR_SUCCESS) macro

Completed in 1442 milliseconds