Symbol: PROP_ERR
sbin/gpt/backup.c
101
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_cylinder",
sbin/gpt/backup.c
103
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_start_low",
sbin/gpt/backup.c
105
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_start_high",
sbin/gpt/backup.c
107
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_size_low",
sbin/gpt/backup.c
109
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "lba_size_high",
sbin/gpt/backup.c
114
PROP_ERR(*mbr_array);
sbin/gpt/backup.c
116
PROP_ERR(prop_array_add_and_rel(*mbr_array, mbr_dict));
sbin/gpt/backup.c
132
PROP_ERR(type_dict);
sbin/gpt/backup.c
133
PROP_ERR(prop_dictionary_set_uint(*type_dict, "revision",
sbin/gpt/backup.c
136
PROP_ERR(prop_dictionary_set_string(*type_dict, "guid", buf));
sbin/gpt/backup.c
138
PROP_ERR(prop_dictionary_set_int32(*type_dict, "entries",
sbin/gpt/backup.c
161
PROP_ERR(gpt_array);
sbin/gpt/backup.c
164
PROP_ERR(*type_dict);
sbin/gpt/backup.c
171
PROP_ERR(gpt_dict);
sbin/gpt/backup.c
173
PROP_ERR(prop_dictionary_set_int(gpt_dict, "index", (int)i));
sbin/gpt/backup.c
175
PROP_ERR(prop_dictionary_set_string(gpt_dict, "type", buf));
sbin/gpt/backup.c
177
PROP_ERR(prop_dictionary_set_string(gpt_dict, "guid", buf));
sbin/gpt/backup.c
178
PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "start",
sbin/gpt/backup.c
180
PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "end",
sbin/gpt/backup.c
182
PROP_ERR(prop_dictionary_set_uint64(gpt_dict, "attributes",
sbin/gpt/backup.c
187
PROP_ERR(prop_dictionary_set_string(gpt_dict, "name",
sbin/gpt/backup.c
191
PROP_ERR(rc);
sbin/gpt/backup.c
194
PROP_ERR(rc);
sbin/gpt/backup.c
217
PROP_ERR(props);
sbin/gpt/backup.c
219
PROP_ERR(prop_dictionary_set_int(props, "sector_size",
sbin/gpt/backup.c
227
PROP_ERR(type_dict);
sbin/gpt/backup.c
229
PROP_ERR(prop_dictionary_set_data_nocopy(type_dict,
sbin/gpt/backup.c
239
PROP_ERR(rc);
sbin/gpt/backup.c
243
PROP_ERR(rc);
sbin/gpt/backup.c
251
PROP_ERR(rc);
sbin/gpt/backup.c
258
PROP_ERR(rc);
sbin/gpt/backup.c
264
PROP_ERR(propext);
sbin/gpt/backup.c
87
PROP_ERR(mbr_dict);
sbin/gpt/backup.c
89
PROP_ERR(prop_dictionary_set_int(mbr_dict, "index", (int)i));
sbin/gpt/backup.c
90
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "flag", par->part_flag));
sbin/gpt/backup.c
91
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_head",
sbin/gpt/backup.c
93
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_sector",
sbin/gpt/backup.c
95
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_cylinder",
sbin/gpt/backup.c
97
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "type", par->part_typ));
sbin/gpt/backup.c
98
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_head", par->part_ehd));
sbin/gpt/backup.c
99
PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_sector",
sbin/gpt/restore.c
100
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_cylinder",
sbin/gpt/restore.c
102
PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_start_low",
sbin/gpt/restore.c
105
PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_start_high",
sbin/gpt/restore.c
120
PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_size_low",
sbin/gpt/restore.c
123
PROP_ERR(prop_dictionary_get_uint16(mbr_dict, "lba_size_high",
sbin/gpt/restore.c
139
PROP_ERR(prop_dictionary_get_string(gpt_dict, "type", &s));
sbin/gpt/restore.c
144
PROP_ERR(prop_dictionary_get_string(gpt_dict, "guid", &s));
sbin/gpt/restore.c
149
PROP_ERR(prop_dictionary_get_uint64(gpt_dict, "start",
sbin/gpt/restore.c
152
PROP_ERR(prop_dictionary_get_uint64(gpt_dict, "end",
sbin/gpt/restore.c
155
PROP_ERR(prop_dictionary_get_uint64(gpt_dict, "attributes",
sbin/gpt/restore.c
163
PROP_ERR(prop_dictionary_get_uint(gpt_dict, "index", &i));
sbin/gpt/restore.c
220
PROP_ERR(propnum);
sbin/gpt/restore.c
228
PROP_ERR(gpt_dict);
sbin/gpt/restore.c
231
PROP_ERR(propnum);
sbin/gpt/restore.c
239
PROP_ERR(prop_dictionary_get_uint(gpt_dict, "entries", &entries));
sbin/gpt/restore.c
245
PROP_ERR(prop_dictionary_get_string(gpt_dict, "guid", &s));
sbin/gpt/restore.c
254
PROP_ERR(type_dict);
sbin/gpt/restore.c
256
PROP_ERR(gpt_array);
sbin/gpt/restore.c
258
PROP_ERR(propiter);
sbin/gpt/restore.c
260
PROP_ERR(prop_dictionary_get_string(gpt_dict, "type", &s));
sbin/gpt/restore.c
267
PROP_ERR(prop_dictionary_get_int64(gpt_dict, "start",
sbin/gpt/restore.c
269
PROP_ERR(prop_dictionary_get_int64(gpt_dict, "end",
sbin/gpt/restore.c
307
PROP_ERR(type_dict);
sbin/gpt/restore.c
309
PROP_ERR(propdata);
sbin/gpt/restore.c
313
PROP_ERR(mbr_array);
sbin/gpt/restore.c
315
PROP_ERR(propiter);
sbin/gpt/restore.c
330
PROP_ERR(propiter);
sbin/gpt/restore.c
84
PROP_ERR(prop_dictionary_get_uint(mbr_dict, "index", &i));
sbin/gpt/restore.c
87
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "flag", &part->part_flag));
sbin/gpt/restore.c
88
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_head",
sbin/gpt/restore.c
90
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_sector",
sbin/gpt/restore.c
92
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_cylinder",
sbin/gpt/restore.c
94
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "type",
sbin/gpt/restore.c
96
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_head",
sbin/gpt/restore.c
98
PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_sector",
usr.sbin/envstat/config.c
524
config_errmsg(PROP_ERR, "rfact", sensor);
usr.sbin/envstat/config.c
552
config_errmsg(PROP_ERR, "critical-capacity", sensor);
usr.sbin/envstat/config.c
580
config_errmsg(PROP_ERR, "warning-capacity", sensor);
usr.sbin/envstat/config.c
608
config_errmsg(PROP_ERR, "high-capacity", sensor);
usr.sbin/envstat/config.c
636
config_errmsg(PROP_ERR, "maximum-capacity", sensor);
usr.sbin/envstat/config.c
646
config_errmsg(PROP_ERR, "critical-max", sensor);
usr.sbin/envstat/config.c
662
config_errmsg(PROP_ERR, "critical-min", sensor);
usr.sbin/envstat/config.c
678
config_errmsg(PROP_ERR, "warning-max", sensor);
usr.sbin/envstat/config.c
693
config_errmsg(PROP_ERR, "warning-min", sensor);
usr.sbin/envstat/config.c
724
config_errmsg(PROP_ERR, prop, sensor);
usr.sbin/envstat/config.c
79
case PROP_ERR: