Searched refs:ttc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c114 trap_trace_ctl_t *ttc = &ttcp[i]; local
116 if (ttc->ttc_first == NULL)
124 ttc->ttc_current = ttc->ttc_next - sizeof (trap_trace_rec_t);
134 trap_trace_ctl_t *ttcp = wsp->walk_data, *ttc, *latest_ttc; local
145 ttc = &ttcp[i];
147 if (ttc->ttc_current == NULL)
150 if (ttc->ttc_current < ttc->ttc_first)
151 ttc
522 trap_trace_ctl_t *ttc = dcmd.ttd_ttc; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dzedboard.dts96 ttc0: ttc@1000 {
97 compatible = "xlnx,ttc";
100 ttc1: ttc@2000 {
101 compatible = "xlnx,ttc";
H A Dzybo.dts96 ttc0: ttc@1000 {
97 compatible = "xlnx,ttc";
100 ttc1: ttc@2000 {
101 compatible = "xlnx,ttc";
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c273 trap_trace_ctl_t *ttc = &trap_trace_ctl[cpun]; local
444 ttc->ttc_first = (uintptr_t)kmem_zalloc(trap_trace_bufsize, KM_SLEEP);
445 ttc->ttc_next = ttc->ttc_first;
446 ttc->ttc_limit = ttc->ttc_first + trap_trace_bufsize;
517 trap_trace_ctl_t *ttc = &trap_trace_ctl[cp->cpu_id]; local
519 kmem_free((void *)ttc->ttc_first, trap_trace_bufsize);
520 ttc->ttc_first = NULL;
H A Dtrap.c2086 trap_trace_ctl_t *ttc; local
2110 ttc = &trap_trace_ctl[i];
2111 if (ttc->ttc_first == NULL)
2114 current = ttc->ttc_next - sizeof (trap_trace_rec_t);
2123 if (current < ttc->ttc_first)
2125 ttc->ttc_limit - sizeof (trap_trace_rec_t);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1018 * Cleanup I/Os for a rport. ttc is a bit Mask of cmd types to clean.
1022 fct_trigger_rport_cleanup(fct_i_remote_port_t *irp, int ttc) argument
1059 if (cmd->cmd_type & ttc) {

Completed in 57 milliseconds