Searched refs:tstruct (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/
H A Ddefine_trace.h26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
30 #define TRACE_EVENT_FN(name, proto, args, tstruct, \
H A Dftrace.h31 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
35 PARAMS(tstruct), \
60 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
63 tstruct \
80 #define TRACE_EVENT_FN(name, proto, args, tstruct, \
83 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
120 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
122 tstruct; \
205 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
311 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, fun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_export.c47 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \
49 tstruct \
60 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \
61 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
114 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \
121 tstruct; \
150 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \
H A Dtrace.h59 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \
62 tstruct \
69 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk)
746 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \
750 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \
751 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c307 DB_MPOOL_FSTAT **tfsp, *tstruct; local
320 tstruct = (DB_MPOOL_FSTAT *)(tfsp + *countp + 1);
321 tname = (char *)(tstruct + *countp);
322 *tfsp = tstruct;
324 tstruct = *tfsp + 1;
326 *++tfsp = tstruct;
332 *tstruct = mfp->stat;
333 tstruct->file_name = tname;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtracepoint.h342 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprinting.c1122 struct traverse_struct tstruct; local
1208 tstruct.queue = queue;
1209 tstruct.qcount = qcount;
1210 tstruct.snum = -1;
1211 tstruct.total_jobs = 0;
1212 tstruct.lpq_time = time(NULL);
1213 tstruct.sharename = sharename;
1214 tstruct.lprm_command = lprm_command;
1215 tstruct.print_if = current_printif;
1217 tdb_traverse(pdb->tdb, traverse_fn_delete, (void *)&tstruct);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.c646 struct tm * tstruct; local
660 tstruct = localtime(&currentTime);
661 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c722 struct tm * tstruct; local
736 tstruct = localtime(&currentTime);
737 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlmemory.c722 struct tm * tstruct; local
736 tstruct = localtime(&currentTime);
737 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.c646 struct tm * tstruct; local
660 tstruct = localtime(&currentTime);
661 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);

Completed in 72 milliseconds