Home
last modified time | relevance | path

Searched refs:tmprc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_intel.c338 ucode_errno_t tmprc; in ucode_extract_intel() local
348 tmprc = ucode_match_intel(uusp->sig, &uusp->info, uhp, uetp); in ucode_extract_intel()
360 if (tmprc == EM_HIGHERREV) in ucode_extract_intel()
363 if (tmprc == EM_OK && in ucode_extract_intel()
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c900 int tmprc; in main() local
920 tmprc = ioctl(dev_fd, UCODE_GET_VERSION, &info); in main()
923 if (tmprc && rc == EM_OK) { in main()
943 int tmprc; in main() local
949 tmprc = ioctl(dev_fd, UCODE_UPDATE, &uw_struct); in main()
953 if (tmprc) { in main()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c819 int rc, tmprc, len, unknown; in nsldapi_chase_v2_referrals() local
873 if (( tmprc = nsldapi_append_referral( ld, &unfollowed, in nsldapi_chase_v2_referrals()
875 rc = tmprc; in nsldapi_chase_v2_referrals()
949 int rc, tmprc, secure, msgid; in chase_one_referral() local
983 if (( tmprc = re_encode_request( ld, origreq->lr_ber, msgid, in chase_one_referral()
985 rc = tmprc; in chase_one_referral()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1120 int tmprc; in parse_fastboot_args() local
1122 if ((tmprc = validate_disk(newarg, mountpoint)) == 0) { in parse_fastboot_args()
1132 } else if (tmprc == -1) { in parse_fastboot_args()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1211 int tmprc; in sbbc_mbox_send_msg() local
1229 if (tmprc = mbox_read_header(SBBC_OUTBOX, in sbbc_mbox_send_msg()
1232 return (tmprc); in sbbc_mbox_send_msg()