Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dlsparam.h100 #define PMPIPE "./_pmpipe" /* incoming messages from SAC */ macro
H A Dlisten.c449 if ((Pmpipefd = open(PMPIPE, O_RDWR|O_NDELAY)) != 2) { in init_files()
/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h111 #define PMPIPE "_pmpipe" /* pmpipe */ macro
H A Dtmsac.c86 Pfd = open(PMPIPE, O_RDWR|O_NONBLOCK); in openpipes()