Home
last modified time | relevance | path

Searched refs:ax_path (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/vmd/
H A Dparse.y220 if (env->vmd_cfg.cfg_agentx.ax_path[0] == '\0')
221 if (strlcpy(env->vmd_cfg.cfg_agentx.ax_path,
223 sizeof(env->vmd_cfg.cfg_agentx.ax_path)) >=
224 sizeof(env->vmd_cfg.cfg_agentx.ax_path)) {
624 if (strlcpy(env->vmd_cfg.cfg_agentx.ax_path, $2,
625 sizeof(env->vmd_cfg.cfg_agentx.ax_path)) >=
626 sizeof(env->vmd_cfg.cfg_agentx.ax_path)) {
632 if (env->vmd_cfg.cfg_agentx.ax_path[0] != '/') {
1211 env->vmd_cfg.cfg_agentx.ax_path[0] = '\0';
H A Dvm_agentx.c261 static char curpath[sizeof(env->ax_path)]; in vm_agentx_configure()
288 if (strcmp(curpath, vmd_agentx->ax_path) != 0 || conn == NULL) { in vm_agentx_configure()
307 (void) strlcpy(curpath, vmd_agentx->ax_path, sizeof(curpath)); in vm_agentx_configure()
392 strlcpy(sun.sun_path, vmd_agentx->ax_path, sizeof(sun.sun_path)); in vm_agentx_tryconnect()
H A Dvmd.h364 char ax_path[SUN_PATH_LEN]; member