Searched refs:debugmsg (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-lfs.patch | 24 - debugmsg(DM_MISC, "Send file '%s' %d bytes\n", 26 + debugmsg(DM_MISC, "Send file '%s' %lld bytes\n", 54 debugmsg(DM_MISC, "update(%s,) local mode %04o remote mode %04o\n", 56 - debugmsg(DM_MISC, "update(%s,) size %d mtime %d owner '%s' grp '%s'\n", 58 + debugmsg(DM_MISC, "update(%s,) size %lld mtime %d owner '%s' grp '%s'\n", 67 - debugmsg(DM_MISC, "size does not match (%d != %d).\n", 69 + debugmsg(DM_MISC, "size does not match (%lld != %lld).\n", 99 debugmsg(DM_MISC, 103 debugmsg(DM_MISC,
|
H A D | rdist-6.1.5-cleanup.patch | 67 debugmsg(DM_CALL, "insert(%s, %x, %x, %x) start, files = %s", 100 debugmsg(DM_CALL, "makenl(%s)", name == NULL ? "null" : name); 351 debugmsg(DM_CALL, "update(%s, 0x%x, 0x%x)\n", rname, opts, statp); 388 debugmsg(DM_CALL, "removechild(%s, %d, %d) start", 406 debugmsg(DM_CALL, "addchild() start\n"); 424 debugmsg(DM_CALL, "childscan() start"); 436 debugmsg(DM_CALL, "waitup() start\n"); 478 debugmsg(DM_MISC, "markfailed() NULL cmd parameter"); 587 debugmsg(DM_CALL, "except(%s)", file); 881 debugmsg(DM_CALL, "define(%s)", name); [all …]
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 713 void *debugmsg; in main() local 721 debugmsg = NULL; in main() 748 debugmsg = kwboot_msg_debug; in main() 789 if (!bootmsg && !term && !debugmsg) in main() 824 if (debugmsg) { in main() 825 rc = kwboot_debugmsg(tty, debugmsg); in main()
|