_aAttrib is only used within MB1063.
 
Symbols
loading...
Files
loading...

_aAttrib variable

Kernel storage routines

Syntax

static struct { U32 Mask; char c; } _aAttrib[] = { { AM_RDO, 'R' }, { AM_HID, 'H' }, { AM_SYS, 'S' }, { AM_DIR, 'D' }, { AM_ARC, 'A' }, };

References

LocationReferrerText
k_storage.c:36
} _aAttrib[] = {
k_storage.c:462k_GetData()
for (i = 0; i < GUI_COUNTOF(_aAttrib); i++)
k_storage.c:464k_GetData()
if (fno.fattrib & _aAttrib[i].Mask)
k_storage.c:466k_GetData()
c = _aAttrib[i].c;

Data Use

Functions reading _aAttrib
_aAttrib
all items filtered out
Type of _aAttrib
_aAttrib
all items filtered out