Lines Matching defs:attributes
1212 gpt_attr_get(gpt_t gpt, uint64_t *attributes)
1218 *attributes = 0;
1228 *attributes |= gpt_attr[i].mask;
1244 gpt_attr_list(char *buf, size_t len, uint64_t attributes)
1248 * a uint64_t (attributes) has at most 16 hex digits
1269 if (attributes & gpt_attr[i].mask) {
1286 (attributes & gpt_attr[i].mask) >>
1293 attributes &=~ gpt_attr[i].mask;
1297 if (attributes != 0) {
1298 snprintf(xbuf, sizeof xbuf, "[%#jx]", (uintmax_t)attributes);
1346 gpt_msg(gpt, "Partition %d attributes updated", entry);