Searched refs:hp_comm (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sbin/hastd/ |
| HD | hooks.c | 78 char hp_comm[PATH_MAX]; member 183 (void)strlcpy(hp->hp_comm, path, sizeof(hp->hp_comm)); in hook_alloc() 186 (void)snprlcat(hp->hp_comm, sizeof(hp->hp_comm), " %s", in hook_alloc() 189 if (strlen(hp->hp_comm) >= sizeof(hp->hp_comm) - 1) { in hook_alloc() 269 pid, hp->hp_comm); in hook_check_one() 272 pid, WTERMSIG(status), hp->hp_comm); in hook_check_one() 276 hp->hp_comm); in hook_check_one() 306 hp->hp_pid, hp->hp_comm); in hook_check() 323 hp->hp_comm); in hook_check() 366 pjdlog_debug(1, "Executing hook: %s", hp->hp_comm); in hook_execv()
|