Home
last modified time | relevance | path

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

/dragonfly/libexec/comsat/
H A Dcomsat.c115 struct utmpx *utp; in mailfor() local
135 (int)sizeof(utp->ut_user), file); in mailfor()
140 while ((utp = getutxent()) != NULL) in mailfor()
141 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name)) in mailfor()
142 notify(utp, file, offset, folder); in mailfor()
155 const char *s = utp->ut_line; in notify()
162 utp->ut_line); in notify()
166 _PATH_DEV, (int)sizeof(utp->ut_line), utp->ut_line); in notify()
171 dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_user, tty); in notify()
192 cr, utp->ut_user, (int)sizeof(hostname), hostname, in notify()
[all …]
/dragonfly/lib/libutil/
H A Dlogoutx.c50 struct utmpx *utp, ut; in logoutx() local
52 if ((utp = getutxline(&ut)) == NULL) { in logoutx()
56 utp->ut_type = type; in logoutx()
58 utp->ut_exit.e_exit = (uint16_t)WEXITSTATUS(status); in logoutx()
60 utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status); in logoutx()
61 (void)gettimeofday(&utp->ut_tv, NULL); in logoutx()
62 (void)pututxline(utp); in logoutx()
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c3109 for (utp = uploaded_tps; utp; utp = utp->next) in trace_save()
3112 for (utp = uploaded_tps; utp; utp = utp->next) in trace_save()
3115 utp->number, phex_nz (utp->addr, sizeof (utp->addr)), in trace_save()
3116 (utp->enabled ? 'E' : 'D'), utp->step, utp->pass); in trace_save()
3125 utp->number, phex_nz (utp->addr, sizeof (utp->addr)), act); in trace_save()
3128 utp->number, phex_nz (utp->addr, sizeof (utp->addr)), act); in trace_save()
3131 encode_source_string (utp->number, utp->addr, in trace_save()
3137 encode_source_string (utp->number, utp->addr, in trace_save()
3149 utp->number, phex_nz (utp->addr, sizeof (utp->addr)), in trace_save()
3398 for (utp = *utpp; utp; utp = utp->next) in get_uploaded_tp()
[all …]
H A Dtracepoint.h258 struct uploaded_tp *utp);
266 extern struct tracepoint *create_tracepoint_from_upload (struct uploaded_tp *utp);
H A Dtarget.h775 struct uploaded_tp *utp);
1750 #define target_get_tracepoint_status(tp,utp) \ argument
1751 (*current_target.to_get_tracepoint_status) (tp, utp)
H A Dbreakpoint.c15312 if (utp->at_string) in create_tracepoint_from_upload()
15313 addr_str = utp->at_string; in create_tracepoint_from_upload()
15322 utp->number); in create_tracepoint_from_upload()
15328 if (utp->cond && !utp->cond_string) in create_tracepoint_from_upload()
15331 utp->number); in create_tracepoint_from_upload()
15335 utp->cond_string, -1, NULL, in create_tracepoint_from_upload()
15338 utp->type /* type_wanted */, in create_tracepoint_from_upload()
15343 utp->enabled /* enabled */, in create_tracepoint_from_upload()
15352 if (utp->pass > 0) in create_tracepoint_from_upload()
15368 this_utp = utp; in create_tracepoint_from_upload()
[all …]
H A Dremote.c10748 struct uploaded_tp *utp) in remote_get_tracepoint_status() argument
10773 parse_tracepoint_status (reply + 1, bp, utp); in remote_get_tracepoint_status()
10777 else if (utp) in remote_get_tracepoint_status()
10779 utp->hit_count = 0; in remote_get_tracepoint_status()
10780 utp->traceframe_usage = 0; in remote_get_tracepoint_status()
10781 xsnprintf (rs->buf, size, "qTP:%x:%s", utp->number, in remote_get_tracepoint_status()
10782 phex_nz (utp->addr, 0)); in remote_get_tracepoint_status()
10788 parse_tracepoint_status (reply + 1, bp, utp); in remote_get_tracepoint_status()
/dragonfly/sys/dev/netif/de/
H A Dif_de.c1872 int auibnc = 0, utp = 0; in tulip_identify_smc_nic() local
1898 *cp++ = 'T', utp = 1; in tulip_identify_smc_nic()
1910 if (utp && !auibnc) in tulip_identify_smc_nic()
1912 else if (!utp && auibnc) in tulip_identify_smc_nic()