Searched full:hvcs (Results 1 – 7 of 7) sorted by relevance
2 HVCS IBM "Hypervisor Virtual Console Server" Installation Guide37 "hvcs". The IBM hvcs provides a tty driver interface to allow Linux user61 The hvcs driver registers itself as a tty driver. The tty layer63 requested by the registering driver. The hvcs driver asks the tty layer64 for 64 of these major/minor numbers by default to use for hvcs device node95 - hvcs.ko102 insmod hvcs.ko105 be inserted first, otherwise the hvcs module will not find some of the111 insmod hvcs.ko hvcs_parm_num_devs=4123 rmmod hvcs.ko[all …]
10 * "hvcs". The IBM hvcs provides a tty driver interface to allow Linux32 * the hvcs on any partition will return -EBUSY with every open attempt until50 * Documentation/arch/powerpc/hvcs.rst.92 * the coupling between /dev/hvcs* and a vty-server can be automatically120 MODULE_DESCRIPTION("IBM hvcs (Hypervisor Virtual Console Server) Driver");141 * The user can't insmod with more than HVCS_MAX_SERVER_ADAPTERS hvcs device199 static const char hvcs_driver_name[] = "hvcs";200 static const char hvcs_device_node[] = "hvcs";255 * This index identifies this hvcs device as the complement to a349 printk(KERN_INFO "HVCS: Denied current_vty change: -EPERM.\n"); in hvcs_current_vty_store()[all …]
121 config HVCS config133 module will be called hvcs. Additionally, this module
13 obj-$(CONFIG_HVCS) += hvcs.o
22 MODULE_DESCRIPTION("IBM hvcs ppc64 API");27 * Convert arch specific return codes into relevant errnos. The hvcs
28 * of the hvcs partner info fetching functions. These are strung together into
887 powerpc/hvcs arch/powerpc/hvcs