Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h64 # define CMDPIPE "/etc/saf/_cmdpipe" /* SAC command pipe */ macro
H A Dsac.c1097 (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()
H A Dsacadm.c1039 fd = open(CMDPIPE, O_RDWR); in openpipe()