OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utp
(Results
1 - 3
of
3
) 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)
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025