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

  /src/external/bsd/tradcpp/dist/
place.c 341 debuglog(const struct place *p, const char *fmt, ...) function
  /src/games/gomoku/
main.c 501 debuglog("Debug set to %d", debug);
515 debuglog("suggest %c %s", color == BLACK ? 'B' : 'W',
527 debuglog("%s", stoc(game.moves[m]));
553 debuglog("overlap %s%c,%s%c = %02x",
557 debuglog("usage: o <spot><dir> <spot><dir>");
561 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(s),
566 debuglog("FB %s %x %x %x %x", stoc(s),
569 debuglog("FW %s %x %x %x %x", stoc(s),
589 debuglog("%s", tmp);
593 debuglog("Options are:")
607 debuglog(const char *fmt, ...) function
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 200 void debuglog(const char *fmt, ...) function
367 DEBUGLOG("CLVMD started\n");
441 DEBUGLOG("Can't initialise cluster interface\n");
445 DEBUGLOG("Cluster ready, doing some more initialisation\n");
470 DEBUGLOG("starting LVM thread\n");
484 DEBUGLOG("clvmd ready for work\n");
551 DEBUGLOG("Got new connection on fd %d\n", newfd->fd);
574 DEBUGLOG("read on PIPE %d: %d bytes: status: %d\n",
598 DEBUGLOG("background routine status was %d, sock_client=%p\n",
602 DEBUGLOG
    [all...]

Completed in 27 milliseconds