Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-remus.c161 char* ctl_path; /* receive flush instruction here */ member
1553 if (strchr(":/", s->ctl_path[i])) in ctl_open()
1554 s->ctl_path[i] = '_'; in ctl_open()
1570 if ((s->ctl_fd.fd = open(s->ctl_path, O_RDWR)) < 0) { in ctl_open()
1580 RPRINTF("control FIFO %s\n", s->ctl_path); in ctl_open()
1591 free(s->ctl_path); in ctl_open()
1592 s->ctl_path = NULL; in ctl_open()
1605 if (s->ctl_path) { in ctl_close()
1606 unlink(s->ctl_path); in ctl_close()
1607 free(s->ctl_path); in ctl_close()
[all …]

Completed in 6 milliseconds