Searched refs:err_val (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libucl/utils/ |
H A D | ucl-tool.c | 59 goto err_val; in main() 68 goto err_val; in main() 77 goto err_val; in main() 82 goto err_val; in main() 166 err_val: in main()
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 399 const rlim_t def_val = INT64_MIN + 1, err_val = INT64_MIN; in setclassumask() local 406 val = login_getcapnum(lc, "umask", def_val, err_val); in setclassumask() 465 const rlim_t def_val = 0, err_val = INT64_MIN; in setclasspriority() local 473 p = login_getcapnum(lc, "priority", def_val, err_val); in setclasspriority() 475 if (p == err_val) { in setclasspriority()
|
/freebsd/usr.sbin/acpi/acpiconf/ |
H A D | acpiconf.c | 72 acpi_sleep_ack(int err_val) in acpi_sleep_ack() argument 76 ret = ioctl(acpifd, ACPIIO_ACKSLPSTATE, &err_val); in acpi_sleep_ack()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 232 …TrcPacket::updateErrType(const ocsd_etmv4_i_pkt_type err_pkt_type, const uint8_t err_val /* = 0 */) in updateErrType() argument 237 err_hdr_val = err_val; in updateErrType()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.h | 5708 static int encode_error_value(const ec_test_case *c, test_err_kind failed_test, u32 *err_val) in encode_error_value() argument 5716 MUST_HAVE((c != NULL) && (err_val != NULL), ret, err); in encode_error_value() 5721 *err_val = (((u32)ctype << 24) | in encode_error_value() 5731 …nline int ecdh_encode_error_value(const ecdh_test_case *c, test_err_kind failed_test, u32 *err_val) in ecdh_encode_error_value() argument 5738 MUST_HAVE((c != NULL) && (err_val != NULL), ret, err); in ecdh_encode_error_value() 5743 *err_val = (((u32)ctype << 24) | in ecdh_encode_error_value()
|