HelenOS sources

PRIun             913 kernel/generic/src/console/cmd.c 	printf("Up %" PRIun " days, %" PRIun " hours, %" PRIun " minutes, %" PRIun " seconds\n",
PRIun             909 kernel/generic/src/ipc/ipc.c 		printf("%-8" PRIun " %-6" PRIun " %-6" PRIun " %-6" PRIun
PRIun             910 kernel/generic/src/ipc/ipc.c 		    " %-6" PRIun " %-6" PRIun " %-7x",
PRIun             933 kernel/generic/src/ipc/ipc.c 		printf("%-11d %7" PRIun " ", (int) cap_handle_raw(cap->handle),
PRIun             981 kernel/generic/src/ipc/ipc.c 	printf("Active calls: %" PRIun "\n",
PRIun             548 kernel/generic/src/sysinfo/sysinfo.c 			printf(" -> %" PRIun " (%#" PRIxn ")\n", cur->val.val,
PRIun             556 kernel/generic/src/sysinfo/sysinfo.c 			printf(" -> %" PRIun " (%#" PRIxn ") [generated]\n", val,
PRIun              99 uspace/app/bdsh/cmds/modules/mount/mount.c 			printf(" (%" PRIun ")", mtab_ent->service_id);
PRIun              67 uspace/app/loc/loc.c 			    PRIun ").\n", svc_ids[j]);
PRIun              75 uspace/app/loc/loc.c 			    PRIun ").\n", svc_ids[j]);
PRIun             231 uspace/app/mkbd/main.c 		    PRIun "): %s.\n", dev_handle, str_error(errno));
PRIun             241 uspace/app/mkbd/main.c 		    PRIun "): %s.\n", dev_handle, str_error(errno));
PRIun             133 uspace/app/tester/hw/serial/serial1.c 	    "(svc_id=%" PRIun ")\n", cnt, svc_id);
PRIun              55 uspace/app/tmon/list.c 		printf(NAME ": Error resolving handle of device with SID %" PRIun ", skipping.\n", svc);
PRIun              61 uspace/app/tmon/list.c 		printf(NAME ": Error resolving path of device with SID %" PRIun ", skipping.\n", svc);
PRIun              80 uspace/app/tmon/resolve.c 		    "SID %" PRIun ".\n", svcs[0]);
PRIun              74 uspace/app/tmon/tf.c 		    "%" PRIun ". %s\n", fun, str_error(rc));
PRIun             180 uspace/app/top/screen.c 	    "%" PRIun " days, %02" PRIun ":%02" PRIun ":%02" PRIun ", "
PRIun             133 uspace/app/trace/ipcp.c 		printf("%s (%" PRIun ")", oper->name, method);
PRIun             137 uspace/app/trace/ipcp.c 	printf("%" PRIun, method);
PRIun             197 uspace/app/trace/ipcp.c 		printf(" args: (%" PRIun ", %" PRIun ", %" PRIun ", "
PRIun             198 uspace/app/trace/ipcp.c 		    "%" PRIun ", %" PRIun ")\n",
PRIun             270 uspace/app/trace/ipcp.c 		printf("Response to %p: retval=%s, args = (%" PRIun ", "
PRIun             271 uspace/app/trace/ipcp.c 		    "%" PRIun ", %" PRIun ", %" PRIun ", %" PRIun ")\n",
PRIun             291 uspace/app/trace/trace.c 		printf("%" PRIun, sc_args[0]);
PRIun             293 uspace/app/trace/trace.c 		printf(", %" PRIun, sc_args[i]);
PRIun             479 uspace/app/trace/trace.c 				printf("Thread %" PRIun " exited.\n", val0);
PRIun              58 uspace/app/usbinfo/list.c 		printf(NAME "Failed to get path for device %" PRIun "\n", handle);
PRIun              61 uspace/app/usbinfo/list.c 	printf("\tDevice %" PRIun ": %s\n", handle, path);
PRIun              70 uspace/app/usbinfo/list.c 		    PRIun ", skipping.\n", svc);
PRIun              78 uspace/app/usbinfo/list.c 		    PRIun ", skipping.\n", svc);
PRIun              81 uspace/app/usbinfo/list.c 	printf("Bus %" PRIun ": %s\n", svc, path);
PRIun              94 uspace/app/usbinfo/list.c 		    PRIun ", skipping.\n", svc);
PRIun             104 uspace/app/usbinfo/list.c 		    " SID %" PRIun ", skipping.\n", svc);
PRIun             113 uspace/app/usbinfo/list.c 		    " SID %" PRIun ", skipping.\n", svc);
PRIun             122 uspace/app/usbinfo/list.c 		    " SID %" PRIun ", skipping.\n", svc);
PRIun             108 uspace/app/wavplay/dplay.c 			printf("%" PRIun " frames: ", ipc_get_arg1(&call));
PRIun             120 uspace/app/wavplay/dplay.c 			printf("Unknown event %" PRIun ".\n", ipc_get_imethod(&call));
PRIun             111 uspace/app/wavplay/drec.c 			printf("%" PRIun " frames\n", ipc_get_arg1(&call));
PRIun             114 uspace/app/wavplay/drec.c 			printf("Unknown event %" PRIun ".\n", ipc_get_imethod(&call));
PRIun             182 uspace/dist/src/c/demos/top/screen.c 	    "%" PRIun " days, %02" PRIun ":%02" PRIun ":%02" PRIun ", "
PRIun             132 uspace/drv/char/i8042/main.c 	ddf_msg(LVL_NOTE, "Controlling '%s' (%" PRIun ").",
PRIun             105 uspace/drv/hid/atkbd/main.c 	ddf_msg(LVL_NOTE, "Controlling '%s' (%" PRIun ").",
PRIun             101 uspace/drv/hid/ps2mouse/main.c 	ddf_msg(LVL_NOTE, "Controlling '%s' (%" PRIun ").",
PRIun             212 uspace/drv/hid/usbhid/generic/hiddev.c 	usb_log_debug("HID function created. Handle: %" PRIun "",
PRIun             663 uspace/drv/hid/usbhid/kbd/kbddev.c 	usb_log_debug("%s function created. Handle: %" PRIun "",
PRIun             187 uspace/drv/hid/usbhid/multimedia/multimedia.c 	usb_log_debug(NAME " function created (handle: %" PRIun ").",
PRIun             105 uspace/drv/hid/xtkbd/main.c 	ddf_msg(LVL_NOTE, "Controlling '%s' (%" PRIun ").",
PRIun             167 uspace/drv/intctl/gicv2/gicv2.c 	ddf_msg(LVL_NOTE, "Enable interrupt '%" PRIun "'.", irq);
PRIun             205 uspace/drv/root/root/root.c 	ddf_msg(LVL_DEBUG, "root_dev_add, device handle=%" PRIun,
PRIun             492 uspace/lib/block/block.c 						    PRIuOFF64 "from device handle %" PRIun "\n"
PRIun             650 uspace/lib/block/block.c 					    PRIuOFF64 "from device handle %" PRIun "\n"
PRIun             928 uspace/lib/block/block.c 		    " from device handle %" PRIun "\n", str_error_name(rc), cnt, ba,
PRIun             955 uspace/lib/block/block.c 		    " to device handle %" PRIun "\n", str_error_name(rc), cnt, ba, devcon->service_id);
PRIun             397 uspace/lib/drv/generic/driver.c 		    " %" PRIun " was found.\n", driver->name, handle);
PRIun             471 uspace/lib/drv/generic/driver.c 			printf("Function with handle %" PRIun " has no interface "
PRIun             105 uspace/lib/vt/src/vt100.c 	snprintf(control, MAX_CONTROL, "\033[%" PRIun ";%" PRIun "f",
PRIun              97 uspace/srv/audio/hound/audio_device.c 	log_verbose("Initialized device (%p) '%s' with id %" PRIun ".",
PRIun             103 uspace/srv/audio/hound/main.c 	log_info("Running with service id %" PRIun, id);
PRIun             175 uspace/srv/bd/rd/rd.c 	printf("%s: Found RAM disk at %p, %" PRIun " bytes\n", NAME,
PRIun              95 uspace/srv/devman/main.c 		    "function with handle %" PRIun " was found.", handle);
PRIun             102 uspace/srv/devman/main.c 		    "connect to handle %" PRIun ", refers to a device.",
PRIun             117 uspace/srv/devman/main.c 		    "the device %" PRIun " is not in usable state.", handle);
PRIun             177 uspace/srv/devman/main.c 		    "function with handle %" PRIun " was found.", handle);
PRIun             196 uspace/srv/devman/main.c 		    "the device %" PRIun " is not in usable state.", handle);
PRIun             516 uspace/srv/fs/udf/udf_volume.c 				log_msg(LOG_DEFAULT, LVL_DEBUG, "Volume[%" PRIun "]: partition [type %u] "
PRIun             574 uspace/srv/fs/udf/udf_volume.c 				log_msg(LOG_DEFAULT, LVL_DEBUG, "Volume[%" PRIun "]: partition [type %u] "
PRIun             585 uspace/srv/fs/udf/udf_volume.c 			log_msg(LOG_DEFAULT, LVL_DEBUG, "Volume[%" PRIun "]: partition [type %u] "
PRIun             327 uspace/srv/hid/isdv4_tablet/main.c 	rc = asprintf(&service_name, "mouse/isdv4-%" PRIun, svc_id);
PRIun             753 uspace/srv/hid/remcons/remcons.c 	telnet_user_log(user, "Service %s registerd with id %" PRIun ".",
PRIun             144 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	printf(NAME ": device at physical address %p, inr %" PRIun ".\n",
PRIun             181 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c 	printf(NAME ": device at physical address %p, inr %" PRIun ".\n",
PRIun             319 uspace/srv/net/ethip/ethip_nic.c 			log_msg(LOG_DEFAULT, LVL_DEBUG, "unknown IPC method: %" PRIun, ipc_get_imethod(&call));
PRIun             121 uspace/srv/ns/ns.c 			printf("%s: Method not supported (%" PRIun ")\n",
HelenOS homepage, sources at GitHub