OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptd
(Results
1 - 3
of
3
) sorted by null
/external/honggfuzz/linux/
pt.c
153
struct pt_packet_decoder*
ptd
= pt_pkt_alloc_decoder(&ptc);
local
154
if (
ptd
== NULL) {
158
pt_pkt_free_decoder(
ptd
);
161
errcode = pt_pkt_sync_forward(
ptd
);
169
errcode = pt_pkt_next(
ptd
, &packet, sizeof(packet));
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
392
td_t *
ptd
;
variable
403
if (
ptd
[i].usb_dev == NULL) {
404
td = &
ptd
[i];
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
Completed in 2934 milliseconds