Home
last modified time | relevance | path

Searched refs:_UTMPX_FILE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/head/
H A Dutmpx.h49 #define _UTMPX_FILE "/var/adm/utmpx" macro
52 #define UTMPX_FILE _UTMPX_FILE
/titanic_41/usr/src/cmd/svc/startd/
H A Dutmpx.c193 if (stat(_UTMPX_FILE, &sb) == 0 && in utmpx_check()
195 (void) chmod(_UTMPX_FILE, S_IRUSR | S_IWUSR | S_IRGRP | in utmpx_check()
403 if ((fd = open(_UTMPX_FILE, in utmpx_clear_old()
410 _UTMPX_FILE, strerror(errno)); in utmpx_clear_old()