Searched refs:CMDPIPE (Results 1 – 3 of 3) sorted by relevance
64 # define CMDPIPE "/etc/saf/_cmdpipe" /* SAC command pipe */ macro
1097 (void) unlink(CMDPIPE); in mk_cmd_pipe()1098 fd = open(CMDPIPE, O_RDWR | O_CREAT, 0600); in mk_cmd_pipe()1104 if (fattach(fds[0], CMDPIPE) < 0) in mk_cmd_pipe()
1039 fd = open(CMDPIPE, O_RDWR); in openpipe()