| /src/lib/libutil/compat/ |
| compat_logoutx.c | 58 struct utmpx *utp, ut; local 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 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/crypto/external/cpl/trousers/dist/src/tcsd/ |
| platform.c | 117 struct utmpx ut, *utp = NULL; local 125 utp = getutxid(&ut); 126 if (utp->ut_type == RUN_LVL && 127 sscanf(utp->ut_line, "run-level %c", &runlevel) != 1)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracefile.c | 69 struct uploaded_tp *uploaded_tps = NULL, *utp; local 127 for (utp = uploaded_tps; utp; utp = utp->next) 128 target_get_tracepoint_status (NULL, utp); 130 for (utp = uploaded_tps; utp; utp = utp->next [all...] |
| tracectf.c | 1067 struct uploaded_tp *utp = NULL; local 1084 utp = get_uploaded_tp (int32, u64, uploaded_tps); 1086 SET_INT32_FIELD (event, scope, utp, enabled); 1087 SET_INT32_FIELD (event, scope, utp, step); 1088 SET_INT32_FIELD (event, scope, utp, pass); 1089 SET_INT32_FIELD (event, scope, utp, hit_count); 1090 SET_ENUM_FIELD (event, scope, utp, enum bptype, type); 1093 SET_ARRAY_FIELD (event, scope, utp, cmd_num, cmd_strings); 1095 SET_ARRAY_FIELD (event, scope, utp, action_num, actions); 1097 SET_ARRAY_FIELD (event, scope, utp, step_action_num [all...] |
| tracepoint.c | 2939 struct uploaded_tp *utp; local 2941 for (utp = *utpp; utp; utp = utp->next) 2942 if (utp->number == num && utp->addr == addr) 2943 return utp; 2945 utp = new uploaded_tp; 2946 utp->number = num 3049 struct uploaded_tp *utp; local 3406 struct uploaded_tp *utp = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| tracefile.c | 69 struct uploaded_tp *uploaded_tps = NULL, *utp; local 127 for (utp = uploaded_tps; utp; utp = utp->next) 128 target_get_tracepoint_status (NULL, utp); 130 for (utp = uploaded_tps; utp; utp = utp->next [all...] |
| tracectf.c | 1067 struct uploaded_tp *utp = NULL; local 1084 utp = get_uploaded_tp (int32, u64, uploaded_tps); 1086 SET_INT32_FIELD (event, scope, utp, enabled); 1087 SET_INT32_FIELD (event, scope, utp, step); 1088 SET_INT32_FIELD (event, scope, utp, pass); 1089 SET_INT32_FIELD (event, scope, utp, hit_count); 1090 SET_ENUM_FIELD (event, scope, utp, enum bptype, type); 1093 SET_ARRAY_FIELD (event, scope, utp, cmd_num, cmd_strings); 1095 SET_ARRAY_FIELD (event, scope, utp, action_num, actions); 1097 SET_ARRAY_FIELD (event, scope, utp, step_action_num [all...] |
| tracepoint.c | 2939 struct uploaded_tp *utp; local 2941 for (utp = *utpp; utp; utp = utp->next) 2942 if (utp->number == num && utp->addr == addr) 2943 return utp; 2945 utp = new uploaded_tp; 2946 utp->number = num 3049 struct uploaded_tp *utp; local 3406 struct uploaded_tp *utp = NULL; local [all...] |
| /src/sys/dev/pci/ |
| if_tlp_pci.c | 1239 int auibnc = 0, utp = 0; local 1255 utp = 1; 1270 if (utp != 0 && auibnc == 0) 1272 else if (utp == 0 && auibnc != 0)
|