Searched refs:retvalue (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dsubr_hints.c499 const char *retname, *retvalue; local
505 &retname, NULL, NULL, NULL, NULL, &retvalue);
510 len = retvalue - retname - 1;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_private.h159 void __archive_errx(int retvalue, const char *msg) __LA_DEAD;
H A Darchive_util.c194 __archive_errx(int retvalue, const char *msg) argument
205 exit(retvalue);
/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c2044 char *retvalue;
2046 retvalue = malloc(nbytes);
2047 if (!retvalue) {
2051 bzero(retvalue, nbytes);
2052 return retvalue;
2022 char *retvalue; local
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c2538 u_int32_t retvalue = EINVAL; local
2542 return retvalue;
2572 retvalue = ARCMSR_MESSAGE_SUCCESS;
2611 retvalue = ARCMSR_MESSAGE_SUCCESS;
2627 retvalue = ARCMSR_MESSAGE_SUCCESS;
2644 retvalue = ARCMSR_MESSAGE_SUCCESS;
2667 retvalue = ARCMSR_MESSAGE_SUCCESS;
2672 retvalue = ARCMSR_MESSAGE_SUCCESS;
2685 retvalue = ARCMSR_MESSAGE_SUCCESS;
2690 retvalue
2749 int retvalue = 0, transfer_len = 0; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dreg-stack.c2628 rtx retvalue;
2630 retvalue = stack_result (current_function_decl);
2632 if (retvalue)
2634 value_reg_low = REGNO (retvalue);
2636 + hard_regno_nregs[value_reg_low][GET_MODE (retvalue)] - 1;
2609 rtx retvalue; local
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c931 int ATTR_UNUSED(argi), long argl, long retvalue)
952 return retvalue;
930 win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp), int ATTR_UNUSED(argi), long argl, long retvalue) argument

Completed in 197 milliseconds