Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-log.c69 char* ctlpath; member
277 if (!(s->ctlpath = ctl_makepath(name, "ctl"))) in ctl_open()
287 memcpy(saddr.sun_path, s->ctlpath, strlen(s->ctlpath)); in ctl_open()
288 if (unlink(s->ctlpath) && errno != ENOENT) { in ctl_open()
289 BWPRINTF("error unlinking old socket path %s: %s", s->ctlpath, in ctl_open()
318 free(s->ctlpath); in ctl_open()
319 s->ctlpath = NULL; in ctl_open()
341 if (s->ctlpath) { in ctl_close()
342 unlink(s->ctlpath); in ctl_close()
343 free(s->ctlpath); in ctl_close()
[all …]

Completed in 3 milliseconds