HomeSort by: relevance | last modified time | path
    Searched refs:utp (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libutil/compat/
compat_logoutx.c 58 struct utmpx *utp, ut; local in function:logoutx
60 if ((utp = getutxline(&ut)) == NULL) {
64 utp->ut_type = type;
66 utp->ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
68 utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status);
69 (void)gettimeofday(&utp->ut_tv, NULL);
70 (void)pututxline(utp);
  /src/lib/libutil/
logoutx.c 58 struct utmpx *utp, ut; local in function:logoutx
60 if ((utp = getutxline(&ut)) == NULL) {
64 utp->ut_type = type;
66 utp->ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
68 utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status);
69 (void)gettimeofday(&utp->ut_tv, NULL);
70 (void)pututxline(utp);
  /src/sys/dev/pci/
if_tlp_pci.c 1239 int auibnc = 0, utp = 0; local in function:tlp_pci_smc_21040_quirks
1255 utp = 1;
1270 if (utp != 0 && auibnc == 0)
1272 else if (utp == 0 && auibnc != 0)
  /src/usr.bin/xlint/lint1/
tree.c 3826 union_contains(const type_t *utp, const type_t *mtp)
3828 for (const sym_t *mem = utp->u.sou->sou_first_member;

Completed in 15 milliseconds