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