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