Searched defs:bad_fail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c77 * bad_fail() catches bugs in this and lower layers by reporting supposedly
82 #define bad_fail(func, err) { \ macro
89 #define bad_fail(func, err) abort() macro
814 bad_fail("sysevent_evc_publish", ret);
869 bad_fail("scf_handle_create", scf_error());
885 bad_fail("scf_handle_bind", scf_error());
1006 bad_fail("scf_instance_get_pg", scf_error());
1035 bad_fail("scf_instance_add_pg", scf_error());
1072 bad_fail("scf_transaction_property_change_type",
1094 bad_fail("scf_transaction_property_ne
[all...]

Completed in 47 milliseconds