Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\cmdline.c Create Date:2022-07-28 07:26:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:-*- linux-c -*- ------------------------------------------------------- ** Copyright (C) 1991, 1992 Linus Torvalds* Copyright 2007 rPath, Inc. - All Rights Reserved* -----------------------------------------------------------------------

Proto:static inline int myisspace(u8 c)

Type:int

Parameter:

TypeParameterName
u8c
17  Return c <= ' '
Caller
NameDescribe
__cmdline_find_optionFind a non-boolean option, that is, "option=argument". In accordance* with standard Linux practice, if this option is repeated, this returns* the last instance on the command line.* Returns the length of the argument (regardless of if it was
__cmdline_find_option_boolFind a boolean option (like quiet,noapic,nosmp....)* Returns the position of that option (starts counting with 1)* or 0 on not found