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

  /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...]
tracefile-tfile.c 71 struct uploaded_tp *utp) override;
250 struct uploaded_tp *utp)
257 utp->number, phex_nz (utp->addr, sizeof (utp->addr)),
258 (utp->enabled ? 'E' : 'D'), utp->step, utp->pass);
259 if (utp->type == bp_fast_tracepoint)
260 fprintf (writer->fp, ":F%x", utp->orig_size)
    [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...]
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.h 370 struct uploaded_tp *utp);
383 extern struct tracepoint *create_tracepoint_from_upload (struct uploaded_tp *utp);
breakpoint.c 14154 create_tracepoint_from_upload (struct uploaded_tp *utp)
14160 if (utp->at_string)
14161 addr_str = utp->at_string.get ();
14170 utp->number);
14171 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr));
14176 if (utp->cond && !utp->cond_string)
14179 utp->number);
14191 utp->cond_string.get (), -1, -1, addr_str,
14195 utp->type /* type_wanted */
    [all...]
target.h 1091 struct uploaded_tp *utp)
2314 extern void target_get_tracepoint_status (tracepoint *tp, uploaded_tp *utp);
remote.c 1074 void get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp)
14170 struct uploaded_tp *utp)
14193 parse_tracepoint_status (reply + 1, tp, utp);
14197 else if (utp)
14199 utp->hit_count = 0;
14200 utp->traceframe_usage = 0;
14201 xsnprintf (rs->buf.data (), size, "qTP:%x:%s", utp->number,
14202 phex_nz (utp->addr, 0));
14208 parse_tracepoint_status (reply + 1, tp, utp);
target.c 647 target_get_tracepoint_status (tracepoint *tp, uploaded_tp *utp)
649 return current_inferior ()->top_target ()->get_tracepoint_status (tp, utp);
  /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...]
tracefile-tfile.c 71 struct uploaded_tp *utp) override;
250 struct uploaded_tp *utp)
257 utp->number, phex_nz (utp->addr),
258 (utp->enabled ? 'E' : 'D'), utp->step, utp->pass);
259 if (utp->type == bp_fast_tracepoint)
260 fprintf (writer->fp, ":F%x", utp->orig_size);
261 if (utp->cond
    [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...]
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.h 370 struct uploaded_tp *utp);
383 extern struct tracepoint *create_tracepoint_from_upload (struct uploaded_tp *utp);
breakpoint.c 14182 create_tracepoint_from_upload (struct uploaded_tp *utp)
14188 if (utp->at_string)
14189 addr_str = utp->at_string.get ();
14198 utp->number);
14199 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr));
14204 if (utp->cond && !utp->cond_string)
14207 utp->number);
14219 utp->cond_string.get (), -1, -1, addr_str,
14223 utp->type /* type_wanted */
    [all...]
target.h 1091 struct uploaded_tp *utp)
2337 extern void target_get_tracepoint_status (tracepoint *tp, uploaded_tp *utp);
remote.c 1076 void get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp)
14205 struct uploaded_tp *utp)
14228 parse_tracepoint_status (reply + 1, tp, utp);
14232 else if (utp)
14234 utp->hit_count = 0;
14235 utp->traceframe_usage = 0;
14236 xsnprintf (rs->buf.data (), size, "qTP:%x:%s", utp->number,
14237 phex_nz (utp->addr, 0));
14243 parse_tracepoint_status (reply + 1, tp, utp);
target.c 647 target_get_tracepoint_status (tracepoint *tp, uploaded_tp *utp)
649 return current_inferior ()->top_target ()->get_tracepoint_status (tp, utp);
  /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)
  /src/usr.bin/xlint/lint1/
tree.c 3988 union_contains(const type_t *utp, const type_t *mtp)
3990 for (const sym_t *mem = utp->u.sou->sou_first_member;

Completed in 129 milliseconds