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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dfile.c126 static int pipe_open(URLContext *h, const char *filename, int flags) function
150 .url_open = pipe_open,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dfile.c209 static int pipe_open(URLContext *h, const char *filename, int flags) function
234 .url_open = pipe_open,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_mmiotrace.c287 .pipe_open = mmio_pipe_open,
H A Dtrace.h234 * @pipe_open: called when the trace_pipe file is opened
253 void (*pipe_open)(struct trace_iterator *iter); member in struct:tracer
H A Dtrace_functions_graph.c1255 .pipe_open = graph_trace_open,
H A Dtrace.c3005 if (iter->trace->pipe_open)
3006 iter->trace->pipe_open(iter);

Completed in 78 milliseconds