YaST2 Developers Documentation: Configuration of IDE DMA mode



functions
files
intro

Configuration of IDE DMA mode

include/idedma/cmdline.ycp
Command line interface functions.
All command line interface functions.

Imports

  • CommandLine
  • Idedma

Local Functions

local listHandler (map options) -> boolean

Command line interface - handler for list command

Parameters:
options command options
Return value:
Returns true (succeess)

local setHandler (map<string, any> options) -> boolean

Command line interface - handler for set command

Parameters:
options command options
Return value:
True on success

local detailsHandler (map<string, any> options) -> boolean

Command line interface - handler for details command

Parameters:
options command options
Return value:
Returns true (succeess)

YaST2 Developers Documentation