Lines Matching full:monitor
3 * Character device driver for reading z/VM *MONITOR service records.
34 #define MON_SERVICE "*MONITOR"
167 pr_err("Reading monitor data failed with rc=%i\n", rc); in mon_send_reply()
245 pr_err("z/VM *MONITOR system service disconnected with rc=%i\n", in mon_iucv_path_severed()
261 pr_warn("The read queue for monitor data is full\n"); in mon_iucv_message_pending()
296 * Connect to *MONITOR service in mon_open()
304 pr_err("Connecting to the z/VM *MONITOR system service " in mon_open()
346 pr_warn("Disconnecting the z/VM *MONITOR system service failed with rc=%i\n", in mon_close()
396 /* read monitor control element (12 bytes) first */ in mon_read()
473 pr_warn("Disconnecting the z/VM *MONITOR system service failed with rc=%i\n", in monreader_freeze()
501 pr_err("Connecting to the z/VM *MONITOR system service " in monreader_thaw()
529 panic("fatal monreader resume error: no monitor dcss\n"); in monreader_restore()
555 pr_err("The z/VM *MONITOR record device driver cannot be " in mon_init()
561 * Register with IUCV and connect to *MONITOR service in mon_init()
565 pr_err("The z/VM *MONITOR record device driver failed to " in mon_init()
596 pr_err("The specified *MONITOR DCSS %s does not have the " in mon_init()
646 MODULE_PARM_DESC(mondcss, "Name of DCSS segment to be used for *MONITOR "
651 "monitor service records.");