Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\partitions\atari.c Create Date:2022-07-28 17:25:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:OK_id

Proto:static inline int OK_id(char *s)

Type:int

Parameter:

TypeParameterName
char *s
29  Return memcmp(s, "GEM", 3) == 0 || memcmp(s, "BGM", 3) == 0 || memcmp(s, "LNX", 3) == 0 || memcmp(s, "SWP", 3) == 0 || memcmp(s, "RAW", 3) == 0
Caller
NameDescribe
atari_partition