Searched refs:hp_comm (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hooks.c | 77 char hp_comm[PATH_MAX]; member 182 (void)strlcpy(hp->hp_comm, path, sizeof(hp->hp_comm)); in hook_alloc() 185 (void)snprlcat(hp->hp_comm, sizeof(hp->hp_comm), " %s", in hook_alloc() 188 if (strlen(hp->hp_comm) >= sizeof(hp->hp_comm) - 1) { in hook_alloc() 268 pid, hp->hp_comm); in hook_check_one() 271 pid, WTERMSIG(status), hp->hp_comm); in hook_check_one() 275 hp->hp_comm); in hook_check_one() 305 hp->hp_pid, hp->hp_comm); in hook_check() 322 hp->hp_comm); in hook_check() 365 pjdlog_debug(1, "Executing hook: %s", hp->hp_comm); in hook_execv()
|