Lines Matching refs:type

39 static inline int info_blk_hdr__size(enum diag204_format type)
41 if (type == DIAG204_INFO_SIMPLE)
47 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr)
49 if (type == DIAG204_INFO_SIMPLE)
55 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr)
57 if (type == DIAG204_INFO_SIMPLE)
65 static inline int part_hdr__size(enum diag204_format type)
67 if (type == DIAG204_INFO_SIMPLE)
73 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr)
75 if (type == DIAG204_INFO_SIMPLE)
81 static inline void part_hdr__part_name(enum diag204_format type, void *hdr,
84 if (type == DIAG204_INFO_SIMPLE)
97 static inline int cpu_info__size(enum diag204_format type)
99 if (type == DIAG204_INFO_SIMPLE)
105 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr)
107 if (type == DIAG204_INFO_SIMPLE)
113 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr)
115 if (type == DIAG204_INFO_SIMPLE)
121 static inline __u64 cpu_info__acc_time(enum diag204_format type, void *hdr)
123 if (type == DIAG204_INFO_SIMPLE)
129 static inline __u64 cpu_info__lp_time(enum diag204_format type, void *hdr)
131 if (type == DIAG204_INFO_SIMPLE)
137 static inline __u64 cpu_info__online_time(enum diag204_format type, void *hdr)
139 if (type == DIAG204_INFO_SIMPLE)
147 static inline int phys_hdr__size(enum diag204_format type)
149 if (type == DIAG204_INFO_SIMPLE)
155 static inline __u8 phys_hdr__cpus(enum diag204_format type, void *hdr)
157 if (type == DIAG204_INFO_SIMPLE)
165 static inline int phys_cpu__size(enum diag204_format type)
167 if (type == DIAG204_INFO_SIMPLE)
173 static inline __u16 phys_cpu__cpu_addr(enum diag204_format type, void *hdr)
175 if (type == DIAG204_INFO_SIMPLE)
181 static inline __u64 phys_cpu__mgm_time(enum diag204_format type, void *hdr)
183 if (type == DIAG204_INFO_SIMPLE)
189 static inline __u64 phys_cpu__ctidx(enum diag204_format type, void *hdr)
191 if (type == DIAG204_INFO_SIMPLE)
228 rc = hypfs_create_str(cpu_dir, "type", buffer);
276 rc = hypfs_create_str(cpu_dir, "type", buffer);
342 ptr = hypfs_create_str(hyp_dir, "type", "LPAR Hypervisor");