Lines Matching refs:errf
449 const char *errf;
466 rsmc_errno = restarter_set_method_context(mcp, &errf);
472 if (strcmp(errf, "core_set_process_path") == 0) {
475 } else if (strcmp(errf, "setproject") == 0) {
477 "control assignment failed", errf);
478 } else if (strcmp(errf, "pool_set_binding") == 0) {
480 "error occurred", errf);
486 __FILE__, __LINE__, errf, rsmc_errno);
494 if (errf != NULL && strcmp(errf, "pool_set_binding") == 0) {
498 "could not be found", errf);
503 "configuration is invalid", errf);
508 "\"%s\" is invalid", errf,
516 __FILE__, __LINE__, rsmc_errno, errf);
524 if (errf != NULL && strcmp(errf, "chdir") == 0) {
535 errf,
543 __FILE__, __LINE__, rsmc_errno, errf);
551 if (errf != NULL) {
553 perror(errf);