Searched refs:msg_path (Results 1 – 1 of 1) sorted by relevance
163 char* msg_path; /* output completion message here */ member1528 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