proc_cmdline()

Kernel Command Line

Syntax:

int proc_cmdline(char *s);

Arguments:

Name Description
s buffer to put the cmdline

Description:

Kernel Command Line Arguments.

Return Values:

On success, returns the command line length. On error, -1 is returned.

See Also:

proc_osname(), proc_osrelease()



INDEX