Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_stat.c68 # error misordered attributes in fstat()
108 # error misordered attributes in stat()
/CafeSDK-2.12.13-1/system/include/cafe/kernel/
DKernelOSContext.h105 u32 attributes; // per-context affinity, etc. member
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs724 …internal static void AddNode(string file_name, string node_name, string value, string[] attributes) in AddNode() argument
729 foreach (string attribute in attributes) in AddNode()
740 for (int i = 0; i < attributes.Length; i += 2) in AddNode()
742 node.SetAttribute(attributes[i], attributes[i + 1]); in AddNode()
/CafeSDK-2.12.13-1/system/include/cafe/
Dfs.h229 u8 attributes[FS_STAT_ATTRIBUTES_SIZE]; member