Home
last modified time | relevance | path

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

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmstepd/
H A Dslurmstepd_job.h250 char *x11_alloc_host; /* remote host to proxy through */ member
H A Dx11_forwarding.c255 slurm_set_addr(&alloc_node, job->x11_alloc_port, job->x11_alloc_host); in setup_x11_forward()
H A Dslurmstepd_job.c492 job->x11_alloc_host = xstrdup(msg->x11_alloc_host); in stepd_step_rec_create()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_protocol_defs.h890 char *x11_alloc_host; /* host to proxy through */ member
1032 char *x11_alloc_host; /* srun/salloc host to setup proxy */ member
H A Dslurm_protocol_defs.c1054 xfree(msg->x11_alloc_host); in slurm_free_prolog_launch_msg()
1502 xfree(msg->x11_alloc_host); in slurm_free_launch_tasks_request_msg()
H A Dslurm_protocol_pack.c7988 packstr(msg->x11_alloc_host, buffer); in _pack_launch_tasks_request_msg()
8082 packstr(msg->x11_alloc_host, buffer); in _pack_launch_tasks_request_msg()
8264 safe_unpackstr_xmalloc(&msg->x11_alloc_host, &uint32_tmp, in _unpack_launch_tasks_request_msg()
8404 safe_unpackstr_xmalloc(&msg->x11_alloc_host, &uint32_tmp, in _unpack_launch_tasks_request_msg()
8764 packstr(msg->x11_alloc_host, buffer); in _pack_prolog_launch_msg()
8789 packstr(msg->x11_alloc_host, buffer); in _pack_prolog_launch_msg()
8833 safe_unpackstr_xmalloc(&launch_msg_ptr->x11_alloc_host, in _unpack_prolog_launch_msg()
8873 safe_unpackstr_xmalloc(&launch_msg_ptr->x11_alloc_host, in _unpack_prolog_launch_msg()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmd/
H A Dreq.c2131 launch_req->x11_alloc_host = req->x11_alloc_host; in _spawn_prolog_stepd()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dnode_scheduler.c3307 prolog_msg_ptr->x11_alloc_host = xstrdup(job_ptr->resp_host); in launch_prolog()