wbc_status         31 nsswitch/libwbclient/wbc_guid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         34 nsswitch/libwbclient/wbc_guid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         35 nsswitch/libwbclient/wbc_guid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         47 nsswitch/libwbclient/wbc_guid.c 	BAIL_ON_PTR_ERROR((*guid_string), wbc_status);
wbc_status         49 nsswitch/libwbclient/wbc_guid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status         52 nsswitch/libwbclient/wbc_guid.c 	return wbc_status;
wbc_status         64 nsswitch/libwbclient/wbc_guid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         67 nsswitch/libwbclient/wbc_guid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         68 nsswitch/libwbclient/wbc_guid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         72 nsswitch/libwbclient/wbc_guid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         73 nsswitch/libwbclient/wbc_guid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         80 nsswitch/libwbclient/wbc_guid.c 	        wbc_status = WBC_ERR_SUCCESS;
wbc_status         85 nsswitch/libwbclient/wbc_guid.c 	        wbc_status = WBC_ERR_SUCCESS;
wbc_status         88 nsswitch/libwbclient/wbc_guid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        100 nsswitch/libwbclient/wbc_guid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        103 nsswitch/libwbclient/wbc_guid.c 	return wbc_status;
wbc_status         33 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         36 nsswitch/libwbclient/wbc_idmap.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         37 nsswitch/libwbclient/wbc_idmap.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         45 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status         46 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         53 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_SID_TO_UID,
wbc_status         56 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         60 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status         63 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status         76 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         81 nsswitch/libwbclient/wbc_idmap.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         82 nsswitch/libwbclient/wbc_idmap.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         94 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_UID_TO_SID,
wbc_status         97 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         99 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcStringToSid(response.data.sid.sid, sid);
wbc_status        100 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        103 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        126 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        130 nsswitch/libwbclient/wbc_idmap.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        131 nsswitch/libwbclient/wbc_idmap.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        139 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        140 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        147 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_SID_TO_GID,
wbc_status        150 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        154 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        157 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        173 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        176 nsswitch/libwbclient/wbc_idmap.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        177 nsswitch/libwbclient/wbc_idmap.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        189 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_GID_TO_SID,
wbc_status        192 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        194 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcStringToSid(response.data.sid.sid, sid);
wbc_status        195 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        198 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        213 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        225 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_ALLOCATE_UID,
wbc_status        227 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        232 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        235 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        243 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        255 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_ALLOCATE_GID,
wbc_status        257 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        262 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        265 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        277 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        294 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        295 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        301 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_SET_MAPPING,
wbc_status        303 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        306 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        314 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        331 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        332 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        338 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_SET_MAPPING,
wbc_status        340 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        343 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        351 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        368 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        369 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        375 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_REMOVE_MAPPING,
wbc_status        377 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        380 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        388 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        405 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        406 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        412 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_REMOVE_MAPPING,
wbc_status        414 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        417 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        425 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        437 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_SET_HWM,
wbc_status        439 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        442 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status        450 nsswitch/libwbclient/wbc_idmap.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        462 nsswitch/libwbclient/wbc_idmap.c 	wbc_status = wbcRequestResponse(WINBINDD_SET_HWM,
wbc_status        464 nsswitch/libwbclient/wbc_idmap.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        467 nsswitch/libwbclient/wbc_idmap.c 	return wbc_status;
wbc_status         31 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status         40 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcAuthenticateUserEx(&params, NULL, NULL);
wbc_status         41 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         44 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status         51 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status         59 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i, wbc_status);
wbc_status         64 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->account_name, wbc_status);
wbc_status         67 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->full_name, wbc_status);
wbc_status         69 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->domain_name, wbc_status);
wbc_status         91 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->logon_server, wbc_status);
wbc_status         93 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->logon_script, wbc_status);
wbc_status         95 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->profile_path, wbc_status);
wbc_status         97 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->home_directory, wbc_status);
wbc_status         99 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->home_drive, wbc_status);
wbc_status        106 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i->sids, wbc_status);
wbc_status        108 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcStringToSid(resp->data.auth.info3.dom_sid,
wbc_status        110 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        117 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_SID; \
wbc_status        118 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status); \
wbc_status        135 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        136 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        146 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        147 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        154 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        155 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        170 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        171 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        178 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        179 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        187 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        188 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        191 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbcStringToSid(s, &i->sids[sn].sid);
wbc_status        192 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        204 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        211 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status        215 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(e, wbc_status);
wbc_status        220 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(e->nt_string, wbc_status);
wbc_status        223 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(e->display_string, wbc_status);
wbc_status        230 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        237 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status        241 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i, wbc_status);
wbc_status        254 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        261 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status        265 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_PTR_ERROR(i, wbc_status);
wbc_status        267 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbc_create_auth_info(i, resp, &i->info);
wbc_status        268 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        271 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbcAddNamedBlob(&i->num_blobs,
wbc_status        277 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        281 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbcAddNamedBlob(&i->num_blobs,
wbc_status        287 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        293 nsswitch/libwbclient/wbc_pam.c 	if (!WBC_ERROR_IS_OK(wbc_status) && i) {
wbc_status        298 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        306 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        319 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        320 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        324 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        325 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        338 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        339 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        348 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbcRequestResponse(WINBINDD_INFO,
wbc_status        350 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        370 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_NOT_IMPLEMENTED;
wbc_status        371 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        382 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        383 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        387 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        388 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        393 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        394 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        398 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        399 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        437 nsswitch/libwbclient/wbc_pam.c 				wbc_status = WBC_ERR_NO_MEMORY;
wbc_status        438 nsswitch/libwbclient/wbc_pam.c 				BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        454 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        455 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        462 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcRequestResponse(cmd,
wbc_status        467 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
wbc_status        470 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        473 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_AUTH_ERROR;
wbc_status        474 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        476 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        479 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_auth_info(NULL,
wbc_status        482 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        491 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        500 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        507 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_NOT_IMPLEMENTED;
wbc_status        508 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        516 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcRequestResponse(WINBINDD_CHECK_MACHACC,
wbc_status        521 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
wbc_status        524 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        527 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_AUTH_ERROR;
wbc_status        528 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        530 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        533 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        542 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        548 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        549 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        553 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        554 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        557 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        558 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        601 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcRequestResponse(WINBINDD_PAM_LOGOFF,
wbc_status        608 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
wbc_status        611 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        614 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_AUTH_ERROR;
wbc_status        615 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        617 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        620 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        630 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        635 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        636 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        653 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcRequestResponse(WINBINDD_PAM_LOGOFF,
wbc_status        660 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        671 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        677 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        678 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        701 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        702 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        725 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        726 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        731 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        732 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        737 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        738 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        743 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        744 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        749 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        750 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        755 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        756 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        761 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        762 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        767 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        768 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        773 nsswitch/libwbclient/wbc_pam.c 			wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        774 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        819 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        820 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        826 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcRequestResponse(cmd,
wbc_status        829 nsswitch/libwbclient/wbc_pam.c 	if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        837 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
wbc_status        840 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        846 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_password_policy_info(NULL,
wbc_status        849 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        856 nsswitch/libwbclient/wbc_pam.c 	wbc_status = WBC_ERR_PWD_CHANGE_FAILED;
wbc_status        857 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        860 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        868 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status        878 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcChangeUserPasswordEx(&params,
wbc_status        882 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        885 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status        894 nsswitch/libwbclient/wbc_pam.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        914 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        915 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        919 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        920 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        924 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        925 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        928 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        929 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        940 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        941 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        996 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcRequestResponse(cmd,
wbc_status       1002 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
wbc_status       1005 nsswitch/libwbclient/wbc_pam.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status       1008 nsswitch/libwbclient/wbc_pam.c 		wbc_status = WBC_ERR_AUTH_ERROR;
wbc_status       1009 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status       1011 nsswitch/libwbclient/wbc_pam.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status       1014 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_logon_info(NULL,
wbc_status       1017 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status       1021 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_password_policy_info(NULL,
wbc_status       1024 nsswitch/libwbclient/wbc_pam.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status       1031 nsswitch/libwbclient/wbc_pam.c 	return wbc_status;
wbc_status         44 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         47 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(pwd, wbc_status);
wbc_status         50 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(pwd->pw_name, wbc_status);
wbc_status         53 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(pwd->pw_passwd, wbc_status);
wbc_status         56 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(pwd->pw_gecos, wbc_status);
wbc_status         59 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(pwd->pw_shell, wbc_status);
wbc_status         62 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(pwd->pw_dir, wbc_status);
wbc_status         68 nsswitch/libwbclient/wbc_pwd.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status         84 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         89 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(grp, wbc_status);
wbc_status         92 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(grp->gr_name, wbc_status);
wbc_status         95 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(grp->gr_passwd, wbc_status);
wbc_status        108 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_PTR_ERROR(grp->gr_mem[i], wbc_status);
wbc_status        118 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        121 nsswitch/libwbclient/wbc_pwd.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        132 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        137 nsswitch/libwbclient/wbc_pwd.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        138 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        150 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETPWNAM,
wbc_status        153 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        156 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*pwd, wbc_status);
wbc_status        159 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        165 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        170 nsswitch/libwbclient/wbc_pwd.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        171 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        181 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETPWUID,
wbc_status        184 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        187 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*pwd, wbc_status);
wbc_status        190 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        196 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        202 nsswitch/libwbclient/wbc_pwd.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        203 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        206 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        207 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        216 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETPWSID,
wbc_status        219 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        222 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*pwd, wbc_status);
wbc_status        229 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        235 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        245 nsswitch/libwbclient/wbc_pwd.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        246 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        253 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETGRNAM,
wbc_status        256 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        260 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*grp, wbc_status);
wbc_status        266 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        272 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        282 nsswitch/libwbclient/wbc_pwd.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        283 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        288 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETGRGID,
wbc_status        291 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        295 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*grp, wbc_status);
wbc_status        301 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        322 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        333 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_SETPWENT,
wbc_status        335 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        338 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        344 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        353 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_ENDPWENT,
wbc_status        355 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        358 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        364 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        385 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETPWENT, &request,
wbc_status        388 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        398 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*pwd, wbc_status);
wbc_status        403 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        424 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        435 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_SETGRENT,
wbc_status        437 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        440 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        446 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        455 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_ENDGRENT,
wbc_status        457 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        460 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        466 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        488 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETGRENT, &request,
wbc_status        491 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        505 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*grp, wbc_status);
wbc_status        510 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        516 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        537 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETGRLST, &request,
wbc_status        540 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        550 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(*grp, wbc_status);
wbc_status        555 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status        563 nsswitch/libwbclient/wbc_pwd.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        575 nsswitch/libwbclient/wbc_pwd.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        576 nsswitch/libwbclient/wbc_pwd.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        583 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = wbcRequestResponse(WINBINDD_GETGROUPS,
wbc_status        586 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        589 nsswitch/libwbclient/wbc_pwd.c 	BAIL_ON_PTR_ERROR(groups, wbc_status);
wbc_status        599 nsswitch/libwbclient/wbc_pwd.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        609 nsswitch/libwbclient/wbc_pwd.c 	return wbc_status;
wbc_status         32 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         38 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_SID;
wbc_status         39 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         48 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(tmp, wbc_status);
wbc_status         53 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(tmp2, wbc_status);
wbc_status         61 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status         66 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status         76 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         79 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         80 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         89 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status         90 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         98 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_SID;
wbc_status         99 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        109 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_SID;
wbc_status        110 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        128 nsswitch/libwbclient/wbc_sid.c 			wbc_status = WBC_ERR_INVALID_SID;
wbc_status        129 nsswitch/libwbclient/wbc_sid.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        141 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_SID;
wbc_status        142 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        145 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        148 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        160 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        163 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        164 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        179 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(WINBINDD_LOOKUPNAME,
wbc_status        182 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        184 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcStringToSid(response.data.sid.sid, sid);
wbc_status        185 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        189 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        192 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        203 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        210 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        211 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        221 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcSidToString(sid, &sid_string);
wbc_status        222 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        229 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(WINBINDD_LOOKUPSID,
wbc_status        232 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        237 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(domain, wbc_status);
wbc_status        240 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(name, wbc_status);
wbc_status        244 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        247 nsswitch/libwbclient/wbc_sid.c 	if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        280 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        301 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        309 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        310 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        313 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcSidToString(dom_sid, &sid_string);
wbc_status        314 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        327 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(ridlist, wbc_status);
wbc_status        343 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(WINBINDD_LOOKUPRIDS,
wbc_status        347 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        350 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(domain_name, wbc_status);
wbc_status        353 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(names, wbc_status);
wbc_status        356 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(types, wbc_status);
wbc_status        364 nsswitch/libwbclient/wbc_sid.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        365 nsswitch/libwbclient/wbc_sid.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        371 nsswitch/libwbclient/wbc_sid.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        372 nsswitch/libwbclient/wbc_sid.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        378 nsswitch/libwbclient/wbc_sid.c 			wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        379 nsswitch/libwbclient/wbc_sid.c 			BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        385 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(names[i], wbc_status);
wbc_status        391 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        392 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        395 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        402 nsswitch/libwbclient/wbc_sid.c 	if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        416 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        431 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        440 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        441 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        444 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcSidToString(user_sid, &sid_string);
wbc_status        445 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        456 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(cmd,
wbc_status        459 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        463 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        464 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        469 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(sids, wbc_status);
wbc_status        477 nsswitch/libwbclient/wbc_sid.c 		wbc_status = wbcStringToSid(s, &sids[i]);
wbc_status        478 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        485 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        495 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        526 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        535 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        536 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        539 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcSidToString(dom_sid, &sid_string);
wbc_status        540 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        551 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_NO_MEMORY;
wbc_status        552 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        561 nsswitch/libwbclient/wbc_sid.c 		wbc_status = wbcSidToString(&sids[i], &sid_string);
wbc_status        562 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        571 nsswitch/libwbclient/wbc_sid.c 				wbc_status = WBC_ERR_NO_MEMORY;
wbc_status        572 nsswitch/libwbclient/wbc_sid.c 				BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        586 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(WINBINDD_GETSIDALIASES,
wbc_status        589 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        593 nsswitch/libwbclient/wbc_sid.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        594 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        599 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_PTR_ERROR(sids, wbc_status);
wbc_status        607 nsswitch/libwbclient/wbc_sid.c 		wbc_status = wbcStringToSid(s, &sid);
wbc_status        608 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        609 nsswitch/libwbclient/wbc_sid.c 		wbc_status = _sid_to_rid(&sid, &rids[i]);
wbc_status        610 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        617 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        633 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        642 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        659 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(WINBINDD_LIST_USERS,
wbc_status        662 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        681 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(tmp, wbc_status);
wbc_status        685 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(users[num_users], wbc_status);
wbc_status        693 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        702 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        710 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        727 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcRequestResponse(WINBINDD_LIST_GROUPS,
wbc_status        730 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        749 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(tmp, wbc_status);
wbc_status        753 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(groups[num_groups], wbc_status);
wbc_status        761 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        770 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status        778 nsswitch/libwbclient/wbc_sid.c 	wbcErr wbc_status;
wbc_status        783 nsswitch/libwbclient/wbc_sid.c 	wbc_status = wbcLookupSid(sid, &domain, &name, &name_type);
wbc_status        784 nsswitch/libwbclient/wbc_sid.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        790 nsswitch/libwbclient/wbc_sid.c 		wbc_status = wbcSidToUid(sid, &uid);
wbc_status        791 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        793 nsswitch/libwbclient/wbc_sid.c 		wbc_status = wbcGetpwuid(uid, &pwd);
wbc_status        794 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        799 nsswitch/libwbclient/wbc_sid.c 		BAIL_ON_PTR_ERROR(name, wbc_status);
wbc_status        802 nsswitch/libwbclient/wbc_sid.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        805 nsswitch/libwbclient/wbc_sid.c 	if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        814 nsswitch/libwbclient/wbc_sid.c 	return wbc_status;
wbc_status         49 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         61 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info, wbc_status);
wbc_status         64 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_INTERFACE_VERSION, NULL, &response);
wbc_status         65 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         69 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_INFO, NULL, &response);
wbc_status         70 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         74 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->winbind_version, wbc_status);
wbc_status         78 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_NETBIOS_NAME, NULL, &response);
wbc_status         79 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         83 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->netbios_name, wbc_status);
wbc_status         86 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_DOMAIN_NAME, NULL, &response);
wbc_status         87 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status         91 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->netbios_domain, wbc_status);
wbc_status         93 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcDomainInfo(info->netbios_domain, &domain);
wbc_status         94 nsswitch/libwbclient/wbc_util.c 	if (wbc_status == WBC_ERR_DOMAIN_NOT_FOUND) {
wbc_status         97 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_SUCCESS;
wbc_status         99 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        106 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_PTR_ERROR(info->dns_domain, wbc_status);
wbc_status        114 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        118 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        127 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        131 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        132 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        143 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_DOMAIN_INFO,
wbc_status        146 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        149 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info, wbc_status);
wbc_status        153 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->short_name, wbc_status);
wbc_status        157 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->dns_name, wbc_status);
wbc_status        159 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcStringToSid(response.data.domain_info.sid,
wbc_status        161 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        172 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        175 nsswitch/libwbclient/wbc_util.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        179 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        188 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        199 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_WINS_BYNAME,
wbc_status        202 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        207 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(ipaddr, wbc_status);
wbc_status        210 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        213 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        221 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        232 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_WINS_BYIP,
wbc_status        235 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        240 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(name_str, wbc_status);
wbc_status        243 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        246 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        256 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        261 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        262 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        271 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        272 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        278 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->short_name, wbc_status);
wbc_status        284 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        285 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        291 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(info->dns_name, wbc_status);
wbc_status        296 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        297 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        302 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcStringToSid(r, &info->sid);
wbc_status        303 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        308 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        309 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        323 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        324 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        330 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        331 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        343 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        344 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        356 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        357 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        370 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_RESPONSE;
wbc_status        371 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        377 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        380 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        387 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        402 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_LIST_TRUSTDOM,
wbc_status        405 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        415 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_DOMAIN_NOT_FOUND;
wbc_status        416 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        431 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(d_list, wbc_status);
wbc_status        434 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(extra_data, wbc_status);
wbc_status        448 nsswitch/libwbclient/wbc_util.c 		wbc_status = process_domain_info_string(d_list, &d_list[i], p);
wbc_status        449 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        458 nsswitch/libwbclient/wbc_util.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        465 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        473 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        481 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        482 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        493 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(dc, wbc_status);
wbc_status        497 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_DSGETDCNAME,
wbc_status        500 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        503 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(dc->dc_name, wbc_status);
wbc_status        508 nsswitch/libwbclient/wbc_util.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        512 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        519 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status        524 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(i, wbc_status);
wbc_status        527 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(i->dc_unc, wbc_status);
wbc_status        530 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(i->dc_address, wbc_status);
wbc_status        534 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcStringToGuid(resp->data.dsgetdcname.domain_guid, &guid);
wbc_status        535 nsswitch/libwbclient/wbc_util.c 	if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        537 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_PTR_ERROR(i->domain_guid, wbc_status);
wbc_status        545 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(i->domain_name, wbc_status);
wbc_status        550 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_PTR_ERROR(i->forest_name, wbc_status);
wbc_status        560 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_PTR_ERROR(i->dc_site_name, wbc_status);
wbc_status        568 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_PTR_ERROR(i->client_site_name, wbc_status);
wbc_status        578 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        588 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        595 nsswitch/libwbclient/wbc_util.c 		wbc_status = WBC_ERR_INVALID_PARAM;
wbc_status        596 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        615 nsswitch/libwbclient/wbc_util.c 		wbc_status = wbcGuidToString(guid, &str);
wbc_status        616 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        626 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_DSGETDCNAME,
wbc_status        629 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        632 nsswitch/libwbclient/wbc_util.c 		wbc_status = wbc_create_domain_controller_info_ex(NULL,
wbc_status        635 nsswitch/libwbclient/wbc_util.c 		BAIL_ON_WBC_ERROR(wbc_status);
wbc_status        638 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        640 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status        651 nsswitch/libwbclient/wbc_util.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        656 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(*blobs, wbc_status);
wbc_status        659 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(blob.name, wbc_status);
wbc_status        663 nsswitch/libwbclient/wbc_util.c 	BAIL_ON_PTR_ERROR(blob.blob.data, wbc_status);
wbc_status        668 nsswitch/libwbclient/wbc_util.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        670 nsswitch/libwbclient/wbc_util.c 	if (!WBC_ERROR_IS_OK(wbc_status) && blobs) {
wbc_status        673 nsswitch/libwbclient/wbc_util.c 	return wbc_status;
wbc_status         59 nsswitch/libwbclient/wbclient.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         68 nsswitch/libwbclient/wbclient.c 		wbc_status = WBC_ERR_SUCCESS;
wbc_status         71 nsswitch/libwbclient/wbclient.c 		wbc_status = WBC_ERR_WINBIND_NOT_AVAILABLE;
wbc_status         74 nsswitch/libwbclient/wbclient.c 		wbc_status = WBC_ERR_DOMAIN_NOT_FOUND;
wbc_status         77 nsswitch/libwbclient/wbclient.c 		wbc_status = WBC_ERR_NSS_ERROR;
wbc_status         81 nsswitch/libwbclient/wbclient.c 	return wbc_status;
wbc_status        137 nsswitch/libwbclient/wbclient.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        141 nsswitch/libwbclient/wbclient.c 	BAIL_ON_PTR_ERROR(info, wbc_status);
wbc_status        147 nsswitch/libwbclient/wbclient.c 	BAIL_ON_PTR_ERROR(info->vendor_version, wbc_status);
wbc_status        152 nsswitch/libwbclient/wbclient.c 	wbc_status = WBC_ERR_SUCCESS;
wbc_status        156 nsswitch/libwbclient/wbclient.c 	return wbc_status;
wbc_status       1083 nsswitch/pam_winbind.c 		wbcErr wbc_status;
wbc_status       1090 nsswitch/pam_winbind.c 		wbc_status = wbcLookupName("", name, &sid, &type);
wbc_status       1091 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1097 nsswitch/pam_winbind.c 		wbc_status = wbcSidToString(&sid, &sid_str);
wbc_status       1098 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1672 nsswitch/pam_winbind.c 	wbcErr wbc_status;
wbc_status       1770 nsswitch/pam_winbind.c 		wbc_status = wbcAddNamedBlob(&logon.num_blobs,
wbc_status       1776 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1781 nsswitch/pam_winbind.c 	wbc_status = wbcAddNamedBlob(&logon.num_blobs,
wbc_status       1787 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1791 nsswitch/pam_winbind.c 	wbc_status = wbcAddNamedBlob(&logon.num_blobs,
wbc_status       1797 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1802 nsswitch/pam_winbind.c 		wbc_status = wbcAddNamedBlob(&logon.num_blobs,
wbc_status       1808 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1813 nsswitch/pam_winbind.c 	wbc_status = wbcLogonUser(&logon, &info, &error, &policy);
wbc_status       1814 nsswitch/pam_winbind.c 	ret = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
wbc_status       1926 nsswitch/pam_winbind.c 	wbcErr wbc_status;
wbc_status       1962 nsswitch/pam_winbind.c 	wbc_status = wbcChangeUserPasswordEx(&params, &error, &reject_reason, &policy);
wbc_status       1963 nsswitch/pam_winbind.c 	ret = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
wbc_status       1966 nsswitch/pam_winbind.c 	if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2057 nsswitch/pam_winbind.c 	wbcErr wbc_status;
wbc_status       2066 nsswitch/pam_winbind.c 	wbc_status = wbcGetpwnam(user, &wb_pwd);
wbc_status       2068 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2070 nsswitch/pam_winbind.c 			wbcErrorString(wbc_status));
wbc_status       2073 nsswitch/pam_winbind.c 	switch (wbc_status) {
wbc_status       2388 nsswitch/pam_winbind.c 	wbcErr wbc_status;
wbc_status       2391 nsswitch/pam_winbind.c 	wbc_status = wbcInterfaceDetails(&details);
wbc_status       2392 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2395 nsswitch/pam_winbind.c 			 wbcErrorString(wbc_status));
wbc_status       2420 nsswitch/pam_winbind.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       2446 nsswitch/pam_winbind.c 	wbc_status = wbcLookupName(domain, name, &sid, &type);
wbc_status       2447 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2453 nsswitch/pam_winbind.c 	wbc_status = wbcLookupSid(&sid, &domain, &name, &type);
wbc_status       2454 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2469 nsswitch/pam_winbind.c 	wbcErr wbc_status = WBC_ERR_SUCCESS;
wbc_status       2523 nsswitch/pam_winbind.c 			wbc_status = wbcAddNamedBlob(&logoff.num_blobs,
wbc_status       2529 nsswitch/pam_winbind.c 			if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2534 nsswitch/pam_winbind.c 		wbc_status = wbcAddNamedBlob(&logoff.num_blobs,
wbc_status       2540 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2544 nsswitch/pam_winbind.c 		wbc_status = wbcAddNamedBlob(&logoff.num_blobs,
wbc_status       2550 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2554 nsswitch/pam_winbind.c 		wbc_status = wbcLogoffUserEx(&logoff, &error);
wbc_status       2555 nsswitch/pam_winbind.c 		retval = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
wbc_status       2561 nsswitch/pam_winbind.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2564 nsswitch/pam_winbind.c 					 user, wbcErrorString(wbc_status));
wbc_status       2573 nsswitch/pam_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       2574 nsswitch/pam_winbind.c 		retval = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
wbc_status         32 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status         39 nsswitch/wbinfo.c 	wbc_status = wbcInterfaceDetails(&details);
wbc_status         40 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        162 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        165 nsswitch/wbinfo.c 	wbc_status = wbcGetpwnam(user, &pwd);
wbc_status        166 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        185 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        188 nsswitch/wbinfo.c 	wbc_status = wbcGetpwuid(uid, &pwd);
wbc_status        189 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        207 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        211 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        212 nsswitch/wbinfo.c 	wbc_status = wbcGetpwsid(&sid, &pwd);
wbc_status        213 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        233 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        236 nsswitch/wbinfo.c 	wbc_status = wbcGetgrnam(group, &grp);
wbc_status        237 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        254 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        257 nsswitch/wbinfo.c 	wbc_status = wbcGetgrgid(gid, &grp);
wbc_status        258 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        276 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        283 nsswitch/wbinfo.c 	wbc_status = wbcGetGroups(user, &num_groups, &groups);
wbc_status        284 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        301 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        308 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(user_sid_str, &user_sid);
wbc_status        309 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        313 nsswitch/wbinfo.c 	wbc_status = wbcLookupUserSids(&user_sid, false, &num_sids, &sids);
wbc_status        314 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        320 nsswitch/wbinfo.c 		wbc_status = wbcSidToString(&sids[i], &str);
wbc_status        321 nsswitch/wbinfo.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        336 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        343 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(user_sid_str, &user_sid);
wbc_status        344 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        348 nsswitch/wbinfo.c 	wbc_status = wbcLookupUserSids(&user_sid, true, &num_sids, &sids);
wbc_status        349 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        355 nsswitch/wbinfo.c 		wbc_status = wbcSidToString(&sids[i], &str);
wbc_status        356 nsswitch/wbinfo.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        372 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        388 nsswitch/wbinfo.c 	wbc_status = wbcDomainInfo(domain, &dinfo);
wbc_status        389 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        391 nsswitch/wbinfo.c 			 wbcErrorString(wbc_status));
wbc_status        394 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(user_sid_str, &user_sid);
wbc_status        395 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        399 nsswitch/wbinfo.c 	wbc_status = wbcGetSidAliases(&dinfo->sid, &user_sid, 1,
wbc_status        401 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        405 nsswitch/wbinfo.c 	wbc_status = wbcSidToString(&dinfo->sid, &domain_sid_str);
wbc_status        406 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        423 nsswitch/wbinfo.c 	return (WBC_ERR_SUCCESS == wbc_status);
wbc_status        431 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        434 nsswitch/wbinfo.c 	wbc_status = wbcResolveWinsByName(name, &ip);
wbc_status        435 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        452 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        455 nsswitch/wbinfo.c 	wbc_status = wbcResolveWinsByIP(ip, &name);
wbc_status        456 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        475 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        479 nsswitch/wbinfo.c 	wbc_status = wbcListTrusts(&domain_list, &num_domains);
wbc_status        480 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        561 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        564 nsswitch/wbinfo.c 	wbc_status = wbcListTrusts(&domain_list, &num_domains);
wbc_status        565 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        593 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        603 nsswitch/wbinfo.c 	wbc_status = wbcDomainInfo(domain, &dinfo);
wbc_status        604 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        608 nsswitch/wbinfo.c 	wbc_status = wbcSidToString(&dinfo->sid, &sid_str);
wbc_status        609 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        702 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        705 nsswitch/wbinfo.c 	wbc_status = wbcCheckTrustCredentials(NULL, &error);
wbc_status        708 nsswitch/wbinfo.c 		 WBC_ERROR_IS_OK(wbc_status) ? "succeeded" : "failed");
wbc_status        710 nsswitch/wbinfo.c 	if (wbc_status == WBC_ERR_AUTH_ERROR) {
wbc_status        715 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        726 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        732 nsswitch/wbinfo.c 	wbc_status = wbcUidToSid(uid, &sid);
wbc_status        733 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        737 nsswitch/wbinfo.c 	wbc_status = wbcSidToString(&sid, &sid_str);
wbc_status        738 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        755 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        761 nsswitch/wbinfo.c 	wbc_status = wbcGidToSid(gid, &sid);
wbc_status        762 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        766 nsswitch/wbinfo.c 	wbc_status = wbcSidToString(&sid, &sid_str);
wbc_status        767 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        784 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        790 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        791 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        795 nsswitch/wbinfo.c 	wbc_status = wbcSidToUid(&sid, &uid);
wbc_status        796 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        809 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        815 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        816 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        820 nsswitch/wbinfo.c 	wbc_status = wbcSidToGid(&sid, &gid);
wbc_status        821 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        834 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        839 nsswitch/wbinfo.c 	wbc_status = wbcAllocateUid(&uid);
wbc_status        840 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        853 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        858 nsswitch/wbinfo.c 	wbc_status = wbcAllocateGid(&gid);
wbc_status        859 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        872 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        877 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        878 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        882 nsswitch/wbinfo.c 	wbc_status = wbcSetUidMapping(uid, &sid);
wbc_status        883 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        897 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        902 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        903 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        907 nsswitch/wbinfo.c 	wbc_status = wbcSetGidMapping(gid, &sid);
wbc_status        908 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        922 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        927 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        928 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        932 nsswitch/wbinfo.c 	wbc_status = wbcRemoveUidMapping(uid, &sid);
wbc_status        933 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        947 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        952 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        953 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        957 nsswitch/wbinfo.c 	wbc_status = wbcRemoveGidMapping(gid, &sid);
wbc_status        958 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        974 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status        982 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status        983 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        987 nsswitch/wbinfo.c 	wbc_status = wbcLookupSid(&sid, &domain, &name, &type);
wbc_status        988 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1004 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1012 nsswitch/wbinfo.c 	wbc_status = wbcStringToSid(sid_str, &sid);
wbc_status       1013 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1017 nsswitch/wbinfo.c 	wbc_status = wbcGetDisplayName(&sid, &domain, &name, &type);
wbc_status       1018 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1034 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1053 nsswitch/wbinfo.c 	wbc_status = wbcDomainInfo(domain, &dinfo);
wbc_status       1054 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1056 nsswitch/wbinfo.c 			 wbcErrorString(wbc_status));
wbc_status       1080 nsswitch/wbinfo.c 	wbc_status = wbcLookupRids(&dinfo->sid, num_rids, rids,
wbc_status       1082 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1084 nsswitch/wbinfo.c 			 wbcErrorString(wbc_status));
wbc_status       1117 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1129 nsswitch/wbinfo.c 	wbc_status = wbcLookupName(domain_name, account_name,
wbc_status       1131 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1135 nsswitch/wbinfo.c 	wbc_status = wbcSidToString(&sid, &sid_str);
wbc_status       1136 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1246 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1266 nsswitch/wbinfo.c 	wbc_status = wbcAuthenticateUser(name, password);
wbc_status       1269 nsswitch/wbinfo.c 		 WBC_ERROR_IS_OK(wbc_status) ? "succeeded" : "failed");
wbc_status       1282 nsswitch/wbinfo.c 	return WBC_ERROR_IS_OK(wbc_status);
wbc_status       1289 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1363 nsswitch/wbinfo.c 	wbc_status = wbcAuthenticateUserEx(&params, &info, &err);
wbc_status       1368 nsswitch/wbinfo.c 		 WBC_ERROR_IS_OK(wbc_status) ? "succeeded" : "failed");
wbc_status       1370 nsswitch/wbinfo.c 	if (wbc_status == WBC_ERR_AUTH_ERROR) {
wbc_status       1376 nsswitch/wbinfo.c 	} else if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1384 nsswitch/wbinfo.c 	return WBC_ERROR_IS_OK(wbc_status);
wbc_status       1449 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1461 nsswitch/wbinfo.c 	wbc_status = wbcListUsers(domain, &num_users, &users);
wbc_status       1462 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1479 nsswitch/wbinfo.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       1491 nsswitch/wbinfo.c 	wbc_status = wbcListGroups(domain, &num_groups, &groups);
wbc_status       1492 nsswitch/wbinfo.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       1599 nsswitch/wbinfo.c 	wbcErr wbc_status;
wbc_status       1601 nsswitch/wbinfo.c 	wbc_status = wbcPing();
wbc_status       1606 nsswitch/wbinfo.c 		 WBC_ERROR_IS_OK(wbc_status) ? "succeeded" : "failed");
wbc_status       1608 nsswitch/wbinfo.c 	return WBC_ERROR_IS_OK(wbc_status);
wbc_status       1613 nsswitch/wbinfo.c 	wbcErr wbc_status;
wbc_status       1620 nsswitch/wbinfo.c 	wbc_status = wbcChangeUserPassword(username, old_password, new_password);
wbc_status       1625 nsswitch/wbinfo.c 		WBC_ERROR_IS_OK(wbc_status) ? "succeeded" : "failed");
wbc_status       1630 nsswitch/wbinfo.c 	return WBC_ERROR_IS_OK(wbc_status);
wbc_status        248 nsswitch/winbind_krb5_locator.c 	wbcErr wbc_status;
wbc_status        258 nsswitch/winbind_krb5_locator.c 	wbc_status = wbcLookupDomainControllerEx(realm, NULL, NULL, flags, &dc_info);
wbc_status        260 nsswitch/winbind_krb5_locator.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        263 nsswitch/winbind_krb5_locator.c 			(unsigned int)getpid(), wbcErrorString(wbc_status));
wbc_status         54 source3/auth/auth_wbc.c 	wbcErr wbc_status;
wbc_status         96 source3/auth/auth_wbc.c 	wbc_status = wbcAuthenticateUserEx(&params, &info, &err);
wbc_status         99 source3/auth/auth_wbc.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        101 source3/auth/auth_wbc.c 			wbc_status, wbcErrorString(wbc_status)));
wbc_status        104 source3/auth/auth_wbc.c 	if (wbc_status == WBC_ERR_NO_MEMORY) {
wbc_status        108 source3/auth/auth_wbc.c 	if (wbc_status == WBC_ERR_AUTH_ERROR) {
wbc_status        114 source3/auth/auth_wbc.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status         37 source3/auth/auth_winbind.c 	wbcErr wbc_status;
wbc_status         80 source3/auth/auth_winbind.c 	wbc_status = wbcAuthenticateUserEx(&params, &info, &err);
wbc_status         83 source3/auth/auth_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status         85 source3/auth/auth_winbind.c 			wbcErrorString(wbc_status)));
wbc_status         88 source3/auth/auth_winbind.c 	if (wbc_status == WBC_ERR_NO_MEMORY) {
wbc_status         92 source3/auth/auth_winbind.c 	if (wbc_status == WBC_ERR_WINBIND_NOT_AVAILABLE) {
wbc_status        104 source3/auth/auth_winbind.c 	if (wbc_status == WBC_ERR_AUTH_ERROR) {
wbc_status        110 source3/auth/auth_winbind.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        403 source3/smbd/sesssetup.c 		wbcErr wbc_status;
wbc_status        408 source3/smbd/sesssetup.c 		wbc_status = wbcDomainInfo(domain, &info);
wbc_status        410 source3/smbd/sesssetup.c 		if (WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        420 source3/smbd/sesssetup.c 				wbcErrorString(wbc_status)));
wbc_status        122 source3/utils/net_idmap.c 		wbcErr wbc_status;
wbc_status        138 source3/utils/net_idmap.c 			wbc_status = wbcSetUidHwm(idval);
wbc_status        139 source3/utils/net_idmap.c 			if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        141 source3/utils/net_idmap.c 					  wbcErrorString(wbc_status));
wbc_status        146 source3/utils/net_idmap.c 			wbc_status = wbcSetGidHwm(idval);
wbc_status        147 source3/utils/net_idmap.c 			if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        149 source3/utils/net_idmap.c 					  wbcErrorString(wbc_status));
wbc_status        157 source3/utils/net_idmap.c 		wbc_status = wbcStringToSid(sid_string, &sid);
wbc_status        158 source3/utils/net_idmap.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        160 source3/utils/net_idmap.c 				  sid_string, wbcErrorString(wbc_status));
wbc_status        165 source3/utils/net_idmap.c 			wbc_status = wbcSetUidMapping(idval, &sid);
wbc_status        167 source3/utils/net_idmap.c 			wbc_status = wbcSetGidMapping(idval, &sid);
wbc_status        169 source3/utils/net_idmap.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status        173 source3/utils/net_idmap.c 				 wbcErrorString(wbc_status));
wbc_status       4033 source3/utils/net_rpc.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       4048 source3/utils/net_rpc.c 	wbc_status = wbcLookupName(domain, user, &wsid, &type);
wbc_status       4050 source3/utils/net_rpc.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       4052 source3/utils/net_rpc.c 			  full_name, wbcErrorString(wbc_status)));
wbc_status       4056 source3/utils/net_rpc.c 	wbc_status = wbcSidToString(&wsid, &sid_str);
wbc_status       4057 source3/utils/net_rpc.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       4079 source3/utils/net_rpc.c 	wbc_status = wbcGetGroups(full_name, &num_groups, &groups);
wbc_status       4080 source3/utils/net_rpc.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       4082 source3/utils/net_rpc.c 			full_name, wbcErrorString(wbc_status)));
wbc_status       4090 source3/utils/net_rpc.c 		wbc_status = wbcGidToSid(gid, &wsid);
wbc_status       4091 source3/utils/net_rpc.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       4093 source3/utils/net_rpc.c 				  (unsigned int)gid, wbcErrorString(wbc_status)));
wbc_status       4098 source3/utils/net_rpc.c 		wbc_status = wbcSidToString(&wsid, &sid_str);
wbc_status       4099 source3/utils/net_rpc.c 		if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       4124 source3/utils/net_rpc.c 	wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
wbc_status       4139 source3/utils/net_rpc.c 	wbc_status = wbcListUsers(NULL, &num_users, &users);
wbc_status       4140 source3/utils/net_rpc.c 	if (!WBC_ERROR_IS_OK(wbc_status)) {
wbc_status       4142 source3/utils/net_rpc.c 			  wbcErrorString(wbc_status)));