Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c1259 struct utmpx id, *putmp; in get_boottime() local
1263 if ((putmp = getutxid(&id)) != NULL) in get_boottime()
1264 return ((time32_t)putmp->ut_tv.tv_sec); in get_boottime()