HelenOS sources

dprintf            86 uspace/lib/posix/include/posix/stdio.h extern int dprintf(int fildes, const char *__restrict__ format, ...)
dprintf            44 uspace/srv/fs/exfat/exfat.h #ifndef dprintf
dprintf            45 uspace/srv/fs/fat/fat.h #ifndef dprintf
dprintf            48 uspace/srv/vfs/vfs.h #ifndef dprintf
dprintf            77 uspace/srv/vfs/vfs_register.c 		dprintf("The name doesn't start with a lowercase character.\n");
dprintf            87 uspace/srv/vfs/vfs_register.c 				dprintf("The name contains illegal "
dprintf            99 uspace/srv/vfs/vfs_register.c 		dprintf("The name is not properly NULL-terminated.\n");
dprintf           118 uspace/srv/vfs/vfs_register.c 		dprintf("Failed to deliver the VFS info into our AS, rc=%d.\n",
dprintf           129 uspace/srv/vfs/vfs_register.c 		dprintf("Could not allocate memory for FS info.\n");
dprintf           138 uspace/srv/vfs/vfs_register.c 	dprintf("VFS info delivered.\n");
dprintf           156 uspace/srv/vfs/vfs_register.c 		dprintf("FS is already registered.\n");
dprintf           166 uspace/srv/vfs/vfs_register.c 	dprintf("Inserting FS into the list of registered file systems.\n");
dprintf           176 uspace/srv/vfs/vfs_register.c 		dprintf("Callback connection expected\n");
dprintf           187 uspace/srv/vfs/vfs_register.c 	dprintf("Callback connection to FS created.\n");
dprintf           196 uspace/srv/vfs/vfs_register.c 		dprintf("Unexpected call\n");
dprintf           210 uspace/srv/vfs/vfs_register.c 		dprintf("Client suggests wrong size of PFB, size = %zu\n", size);
dprintf           226 uspace/srv/vfs/vfs_register.c 	dprintf("Sharing PLB.\n");
dprintf           239 uspace/srv/vfs/vfs_register.c 	dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n",
HelenOS homepage, sources at GitHub