Searched refs:psfile (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c66 static char *psfile = "/tmp/mibiisa_ps_data"; variable
219 if (!readata()) { /* get data from psfile */
319 if ((fd = open(psfile, O_RDONLY)) == -1)
332 /* Read /dev data from psfile. */
506 if (rename(tfname, psfile) != 0) {
507 SYSLOG2(" rename(\"%s\",\"%s\") failed\n", tfname, psfile);
534 * Special read; unlinks psfile on read error.
547 (void) unlink(psfile);
554 * Special write; unlinks psfile on write error.
567 (void) unlink(psfile);
[all...]

Completed in 23 milliseconds