Home
last modified time | relevance | path

Searched refs:HAST_ROLE_INIT (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sbin/hastd/
Dhast.h73 #define HAST_ROLE_INIT 1 macro
Dhastd.c363 res->hr_role = HAST_ROLE_INIT; in child_exit()
383 if (res0->hr_role == HAST_ROLE_INIT || in resource_needs_restart()
620 control_set_role(cres, HAST_ROLE_INIT); in hastd_reload()
672 control_set_role(cres, HAST_ROLE_INIT); in hastd_reload()
Dmetadata.c197 res->hr_role == HAST_ROLE_INIT) { in metadata_write()
Dsubr.c144 case HAST_ROLE_INIT: in role2str()
Dparse.y538 curres->hr_role = HAST_ROLE_INIT;
539 curres->hr_previous_role = HAST_ROLE_INIT;
Dcontrol.c357 case HAST_ROLE_INIT: in control_handle()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hast/
Dhast_snmp.c171 return (HAST_ROLE_INIT); in str2role()
/freebsd-12-stable/sbin/hastctl/
Dhastctl.c509 nv_add_uint8(nv, HAST_ROLE_INIT, "role"); in main()