Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Disbusy.c48 struct utmpx *utxptr; in isbusy() local
51 while ((utxptr = getutxent()) != NULL) in isbusy()
56 if ((strncmp(login, utxptr->ut_user, in isbusy()
57 sizeof (utxptr->ut_user)) == 0) && \ in isbusy()
58 utxptr->ut_type != DEAD_PROCESS) in isbusy()