Lines Matching full:monitor
3 * Character device driver for reading z/VM *MONITOR service records.
33 #define MON_SERVICE "*MONITOR"
164 pr_err("Reading monitor data failed with rc=%i\n", rc); in mon_send_reply()
242 pr_err("z/VM *MONITOR system service disconnected with rc=%i\n", in mon_iucv_path_severed()
258 pr_warn("The read queue for monitor data is full\n"); in mon_iucv_message_pending()
293 * Connect to *MONITOR service in mon_open()
301 pr_err("Connecting to the z/VM *MONITOR system service " in mon_open()
342 pr_warn("Disconnecting the z/VM *MONITOR system service failed with rc=%i\n", in mon_close()
391 /* read monitor control element (12 bytes) first */ in mon_read()
462 pr_err("The z/VM *MONITOR record device driver cannot be " in mon_init()
468 * Register with IUCV and connect to *MONITOR service in mon_init()
472 pr_err("The z/VM *MONITOR record device driver failed to " in mon_init()
483 pr_err("The specified *MONITOR DCSS %s does not have the " in mon_init()
527 MODULE_PARM_DESC(mondcss, "Name of DCSS segment to be used for *MONITOR "
532 "monitor service records.");