HomeSort by: relevance | last modified time | path
    Searched defs:traceoutfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
trace.c 43 static int traceoutfile; variable
100 if (traceoutfile && !tracing_stopped)
138 if (traceoutfile) {
144 traceoutfile = open (filename, O_CREAT | O_WRONLY | O_EXCL, 0600);
145 if (traceoutfile < 0 && errno == EEXIST) {
147 traceoutfile = open (filename, O_WRONLY | O_EXCL | O_TRUNC,
151 if (traceoutfile < 0) {
157 if (fcntl (traceoutfile, F_SETFD, 1) < 0)
166 status = write (traceoutfile, &tfh, sizeof tfh);
225 if (!traceoutfile) {
    [all...]
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 310 char *traceoutfile = (char *)0; local
556 traceoutfile = argv [i];
674 if (traceoutfile) {
675 result = trace_begin (traceoutfile, MDL);

Completed in 20 milliseconds