Searched refs:tts (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/hppa/hppa/
H A Dtrap.c580 const char *tts = "reserved"; local
648 tts = trap_type[trapnum];
653 type, tts, space, va, frame->tf_iisq_head,
763 panic ("trap: %s at 0x%x", tts, (u_int) va);
765 panic ("trap: no debugger for \"%s\" (%d)", tts, type);
1106 panic ("trap: unimplemented \'%s\' (%d)", tts, type);
/netbsd-current/sys/dev/usb/
H A Duhub.c312 struct usbd_tt *tts = NULL; local
463 tts = kmem_alloc((UHUB_IS_SINGLE_TT(sc) ? 1 : nports) *
480 up->up_tt = &tts[UHUB_IS_SINGLE_TT(sc) ? 0 : p - 1];
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c2335 l_fp tts;
2351 if (!buftvtots((const char *)&ev.tv, &tts))
2358 parse->parseio.parse_dtime.parse_ptime.fp = tts;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d3545 TestToString tts = new TestToString(2.5);
3546 NullableRef!TestToString ntts = &tts;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d4588 TestToString tts = new TestToString(2.5);
4589 NullableRef!TestToString ntts = &tts;

Completed in 287 milliseconds