Lines Matching refs:hr_name
184 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, in descriptors_assert()
300 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, in descriptors_assert()
344 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, in child_exit()
374 PJDLOG_ASSERT(strcmp(res0->hr_name, res1->hr_name) == 0); in resource_needs_restart()
411 PJDLOG_ASSERT(strcmp(res0->hr_name, res1->hr_name) == 0); in resource_needs_reload()
613 if (strcmp(cres->hr_name, nres->hr_name) == 0) in hastd_reload()
619 pjdlog_info("Resource %s removed.", cres->hr_name); in hastd_reload()
628 if (strcmp(cres->hr_name, nres->hr_name) == 0) in hastd_reload()
634 pjdlog_info("Resource %s added.", nres->hr_name); in hastd_reload()
661 if (strcmp(cres->hr_name, nres->hr_name) == 0) in hastd_reload()
667 cres->hr_name); in hastd_reload()
677 cres->hr_name); in hastd_reload()
732 res->hr_name, role2str(res->hr_role), res->hr_workerpid); in terminate_workers()
737 res->hr_name, role2str(res->hr_role), res->hr_workerpid); in terminate_workers()
825 if (strcmp(resname, res->hr_name) == 0) in listen_accept()
837 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in listen_accept()
991 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in connection_migrate()