HomeSort by: relevance | last modified time | path
    Searched defs:PROP_ERR (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/gpt/
backup.c 71 #define PROP_ERR(x) if (!(x)) goto cleanup
84 PROP_ERR(mbr_dict);
86 PROP_ERR(prop_dictionary_set_int(mbr_dict, "index", (int)i));
87 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "flag", par->part_flag));
88 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_head",
90 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_sector",
92 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "start_cylinder",
94 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "type", par->part_typ));
95 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_head", par->part_ehd));
96 PROP_ERR(prop_dictionary_set_uint(mbr_dict, "end_sector"
    [all...]
restore.c 70 #define PROP_ERR(x) if (!(x)) { \
81 PROP_ERR(prop_dictionary_get_uint(mbr_dict, "index", &i));
84 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "flag", &part->part_flag));
85 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_head",
87 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_sector",
89 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "start_cylinder",
91 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "type",
93 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_head",
95 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_sector",
97 PROP_ERR(prop_dictionary_get_uint8(mbr_dict, "end_cylinder"
    [all...]
  /src/usr.sbin/envstat/
config.c 61 PROP_ERR,
79 case PROP_ERR:
524 config_errmsg(PROP_ERR, "rfact", sensor);
552 config_errmsg(PROP_ERR, "critical-capacity", sensor);
580 config_errmsg(PROP_ERR, "warning-capacity", sensor);
608 config_errmsg(PROP_ERR, "high-capacity", sensor);
636 config_errmsg(PROP_ERR, "maximum-capacity", sensor);
646 config_errmsg(PROP_ERR, "critical-max", sensor);
662 config_errmsg(PROP_ERR, "critical-min", sensor);
678 config_errmsg(PROP_ERR, "warning-max", sensor)
    [all...]

Completed in 13 milliseconds