Home
last modified time | relevance | path

Searched defs:errs (Results 1 – 25 of 48) sorted by relevance

12

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c76 vdev_missing(uint64_t state, uint64_t aux, uint64_t errs) in vdev_missing()
84 vdev_faulted(uint64_t state, uint64_t aux, uint64_t errs) in vdev_faulted()
91 vdev_errors(uint64_t state, uint64_t aux, uint64_t errs) in vdev_errors()
98 vdev_broken(uint64_t state, uint64_t aux, uint64_t errs) in vdev_broken()
105 vdev_offlined(uint64_t state, uint64_t aux, uint64_t errs) in vdev_offlined()
112 vdev_removed(uint64_t state, uint64_t aux, uint64_t errs) in vdev_removed()
/titanic_41/usr/src/cmd/filesync/
H A Deval.c117 { errmask_t errs = 0; in evaluate() local
248 errmask_t errs = 0; in add_file_arg() local
371 { errmask_t errs = 0; in eval_file() local
878 errmask_t errs = 0; in add_glob() local
949 errmask_t errs = 0; in add_run() local
H A Daction.c126 errmask_t errs = 0; in do_like() local
404 errmask_t errs = 0; in do_copy() local
854 errmask_t errs = 0; in do_remove() local
940 errmask_t errs = 0; in do_rename() local
1068 errmask_t errs = 0; in copy() local
H A Dbase.c325 errmask_t errs = 0; in read_baseline() local
666 errmask_t errs = 0; in write_baseline() local
766 errmask_t errs = 0; in bw_base() local
810 errmask_t errs = 0; in bw_file() local
H A Drename.c91 errmask_t errs = 0; in find_renames() local
222 errmask_t errs = 0; in note_rename() local
H A Drules.c100 errmask_t errs = 0; in read_rules() local
288 errmask_t errs = 0; in write_rules() local
544 errmask_t errs = 0; in add_restr() local
H A Dmain.c123 errmask_t errs = ERR_OK; in main() local
499 errmask_t errs = 0; in findfiles() local
H A Danal.c114 int errs = 0; in analyze() local
357 int errs = 0; in check_file() local
H A Drecon.c123 { errmask_t errs = 0; in reconcile() local
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1673 add_scf_error(tmpl_errors_t *errs, scf_tmpl_error_type_t ec, in add_scf_error()
1818 tmpl_errors_add_im(tmpl_errors_t *errs, tmpl_validate_status_t ec, entity_t *e, in tmpl_errors_add_im()
2095 tmpl_errors_t *errs) in gather_pattern()
2586 tmpl_errors_t *errs) in include_values_support()
2646 tmpl_include_values_check(uu_avl_t *tree, tmpl_errors_t *errs) in tmpl_include_values_check()
2683 tmpl_errors_t *errs) in tmpl_pattern_conflict()
2700 tmpl_required_attr_present(uu_avl_t *tree, tmpl_errors_t *errs) in tmpl_required_attr_present()
2774 tmpl_level_t level, tmpl_errors_t *errs) in tmpl_scan_general()
2855 tmpl_level_redefine(entity_t *inst, uu_avl_t *tree, tmpl_errors_t *errs) in tmpl_level_redefine()
2901 tmpl_consistency(entity_t *inst, tmpl_errors_t *errs) in tmpl_consistency()
[all …]
/titanic_41/usr/src/cmd/renice/
H A Drenice.c104 int errs = 0; in main() local
258 int errs = 0; in parse_obsolete_options() local
/titanic_41/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c322 nvlist_t *errs = NULL; in it_config_setprop() local
617 nvlist_t *errs = NULL; in it_tgt_setprop() local
1379 nvlist_t *errs = NULL; in it_ini_setprop() local
1524 it_validate_tgtprops(nvlist_t *nvl, nvlist_t *errs) in it_validate_tgtprops()
1624 it_validate_configprops(nvlist_t *nvl, nvlist_t *errs) in it_validate_configprops()
1784 it_validate_iniprops(nvlist_t *nvl, nvlist_t *errs) in it_validate_iniprops()
/titanic_41/usr/src/cmd/roles/
H A Droles.c53 int errs = 0; in main() local
/titanic_41/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4843 _create_error(scf_tmpl_errors_t *errs) in _create_error()
4940 _scf_tmpl_error_set_prefix(scf_tmpl_errors_t *errs, const char *prefix) in _scf_tmpl_error_set_prefix()
4960 _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, in _scf_tmpl_add_error()
5032 _add_tmpl_missing_pg_error(scf_tmpl_errors_t *errs, scf_pg_tmpl_t *t) in _add_tmpl_missing_pg_error()
5083 _add_tmpl_wrong_pg_type_error(scf_tmpl_errors_t *errs, scf_pg_tmpl_t *t, in _add_tmpl_wrong_pg_type_error()
5137 _add_tmpl_missing_prop_error(scf_tmpl_errors_t *errs, scf_pg_tmpl_t *t, in _add_tmpl_missing_prop_error()
5207 _add_tmpl_wrong_prop_type_error(scf_tmpl_errors_t *errs, in _add_tmpl_wrong_prop_type_error()
5285 _add_tmpl_count_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, in _add_tmpl_count_error()
5394 _add_tmpl_constraint_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, in _add_tmpl_constraint_error()
5485 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, in _add_tmpl_int_error()
[all …]
/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c218 int errs; in ac_del_bank_add_span() local
288 int errs; in ac_del_bank_add_cage() local
318 int errs; in ac_del_bank_run() local
H A Dac_add.c108 int errs; in ac_add_bank() local
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dsignal.c95 int sig, errs, sigerr; local
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgerr.c50 PKG_ERR_CODE *errs; member
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.h75 int32_t errs; /* error status per fba, needed to recover */ member
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c128 int errs = 0; in main() local
271 int i, rc, errs; in preen() local
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c97 int errs = 0; in main() local
/titanic_41/usr/src/cmd/mailx/
H A Dcmd3.c546 int errs, h, s; in set() local
593 register int errs; in unset() local
H A Dtty.c471 int errs; in grabh() local
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c108 int errs = 0; in main() local
/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c122 uint32_t errs; in sda_slot_check_response() local

12