Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-remus.c163 char* msg_path; /* output completion message here */ member
1528 if ((s->msg_fd.fd = open(s->msg_path, O_RDWR)) < 0) in ctl_respond()
1556 if (asprintf(&s->msg_path, "%s.msg", s->ctl_path) < 0) in ctl_open()
1575 if ((s->msg_fd.fd = open(s->msg_path, O_RDWR)) < 0) { in ctl_open()
1581 RPRINTF("message FIFO %s\n", s->msg_path); in ctl_open()
1588 free(s->msg_path); in ctl_open()
1589 s->msg_path = NULL; in ctl_open()
1610 if (s->msg_path) { in ctl_close()
1611 unlink(s->msg_path); in ctl_close()
1612 free(s->msg_path); in ctl_close()
[all …]

Completed in 5 milliseconds