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

/illumos-gate/usr/src/head/
H A Dutmpx.h50 #define _WTMPX_FILE "/var/adm/wtmpx" macro
53 #define WTMPX_FILE _WTMPX_FILE
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c198 if (stat(_WTMPX_FILE, &sb) == 0 &&
200 (void) chmod(_WTMPX_FILE, S_IRUSR | S_IWUSR | S_IRGRP |

Completed in 65 milliseconds