Home
last modified time | relevance | path

Searched refs:trp (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c98 trp->tr_stack[trp->tr_depth++] = pc; in fmd_trace_frame()
99 return (trp->tr_depth >= trp->tr_tag); in fmd_trace_frame()
123 trp->tr_line = 0; in fmd_trace_lite()
127 (void) vsnprintf(trp->tr_msg, sizeof (trp->tr_msg), format, ap); in fmd_trace_lite()
128 p = &trp->tr_msg[strlen(trp->tr_msg)]; in fmd_trace_lite()
138 return (trp); in fmd_trace_lite()
155 trp->tr_depth = 0; in fmd_trace_full()
161 trp->tr_line = 0; in fmd_trace_full()
168 (void) vsnprintf(trp->tr_msg, sizeof (trp->tr_msg), format, ap); in fmd_trace_full()
169 p = &trp->tr_msg[strlen(trp->tr_msg)]; in fmd_trace_full()
[all …]
H A Dfmd_mdb.c161 fmd_tracerec_t *trp; in trwalk_step() local
166 trp->tr_time == 0; trp = trwalk_nextrec(t)) in trwalk_step()
217 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]); in trprint_msg()
218 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_msg()
222 trp->tr_time, 1 << trp->tr_tag, trp->tr_errno, trp->tr_msg); in trprint_msg()
236 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]); in trprint_cpp()
237 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_cpp()
244 trp->tr_time, 1 << trp->tr_tag, file, trp->tr_line); in trprint_cpp()
257 if (trp->tr_depth != 0) in trprint_stack()
266 trprint_stack(trp); in trprint_msg_stack()
[all …]
H A Dfmd_subr.c256 fmd_tracerec_t *trp = ptr; in fmd_trace_cpp() local
258 if (trp != NULL) { in fmd_trace_cpp()
259 trp->tr_file = file; in fmd_trace_cpp()
260 trp->tr_line = line; in fmd_trace_cpp()
275 void *trp; in fmd_trace() local
281 trp = tp->thr_trfunc(tp->thr_trdata, tag, format, ap); in fmd_trace()
284 return (trp); in fmd_trace()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1755 struct regs tmpregs, *trp = NULL; in kern_gpfault() local
1792 trp = &tmpregs; in kern_gpfault()
1793 trp->r_ss = lwptoregs(lwp)->r_ss; in kern_gpfault()
1794 trp->r_sp = lwptoregs(lwp)->r_sp; in kern_gpfault()
1795 trp->r_ps = lwptoregs(lwp)->r_ps; in kern_gpfault()
1804 ASSERT(trp->r_err == rp->r_err); in kern_gpfault()
1824 trp = lwptoregs(lwp); in kern_gpfault()
1828 if (trp == NULL) in kern_gpfault()
1842 trp->r_trapno = rp->r_trapno; in kern_gpfault()
1843 trp->r_err = rp->r_err; in kern_gpfault()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c1304 struct rfs_async_write *trp; in rfs_write() local
1367 trp = NULL; in rfs_write()
1369 trp = rp; in rfs_write()
1373 if (trp == NULL) in rfs_write()
1376 trp->list = nrp; in rfs_write()
1655 trp = rp; in rfs_write()
1658 if (trp->wa->wa_data || trp->wa->wa_rlist) { in rfs_write()
1659 if (trp->wa->wa_rlist) { in rfs_write()
1670 m = trp->wa->wa_mblk; in rfs_write()
1685 trp = trp->list; in rfs_write()
[all …]
H A Dnfs4_vnops.c6682 rnode4_t *trp; in nfs4_create() local
6685 trp = VTOR4(vp); in nfs4_create()
6793 rnode4_t *trp; in nfs4_create() local
6798 trp = VTOR4(tvp); in nfs4_create()
7447 rnode4_t *trp; in nfs4_remove() local
7448 trp = VTOR4(vp); in nfs4_remove()
7666 rnode4_t *trp; in nfs4_link() local
7670 trp = VTOR4(svp); in nfs4_link()
8078 rnode4_t *trp; in nfs4rename() local
8842 rnode4_t *trp; in nfs4_rmdir() local
[all …]
H A Dnfs4_rnode.c578 rnode4_t *trp; in make_rnode4() local
700 if ((trp = r4find(rhtp, fh, vfsp)) != NULL) { in make_rnode4()
701 vp = RTOV4(trp); in make_rnode4()
H A Dnfs_subr.c2465 rnode_t *trp; in make_rnode() local
2607 if ((trp = rfind(rhtp, fh, vfsp)) != NULL) { in make_rnode()
2608 vp = RTOV(trp); in make_rnode()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c793 struct rarpreply *trp; in delay_write() local
799 trp = delay_list; in delay_write()
800 while (trp->next != NULL) in delay_write()
801 trp = trp->next; in delay_write()
802 trp->next = rrp; in delay_write()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1609 kthread_t *trp; in dispdeq() local
1631 trp = NULL; in dispdeq()
1640 trp = rp; in dispdeq()
1641 ptp = &trp->t_link; in dispdeq()
1642 rp = trp->t_link; in dispdeq()
1655 dq->dq_last = trp; in dispdeq()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1443 netif_tx_response_t *trp; in xnf_tx_clean_ring() local
1447 trp = RING_GET_RESPONSE(&xnfp->xnf_tx_ring, i); in xnf_tx_clean_ring()
1453 if (trp->status == NETIF_RSP_NULL) in xnf_tx_clean_ring()
1456 ASSERT(TX_ID_VALID(trp->id)); in xnf_tx_clean_ring()
1458 tidp = TX_ID_TO_TXID(xnfp, trp->id); in xnf_tx_clean_ring()
1459 ASSERT3U(tidp->id, ==, trp->id); in xnf_tx_clean_ring()
1464 ASSERT3U(txp->tx_txreq.id, ==, trp->id); in xnf_tx_clean_ring()
1491 txp->tx_status = trp->status; in xnf_tx_clean_ring()
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c359 char usr[4], sys[4], trp[4], tfl[4]; in list_print() local
568 Format_pct(trp, lwp->li_trp, 4); in list_print()
577 usr, sys, trp, tfl, dfl, lck, in list_print()