Searched refs:tmprc (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcconfig.c | 637 rdc_rc_t *tmprc; in rdc_usync() local 662 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) { in rdc_usync() 664 rcp = rc = (rdc_rc_t *)tmprc; in rdc_usync() 666 rcp->next = (rdc_rc_t *)tmprc; in rdc_usync() 681 rdc_rc_t *tmprc = NULL; in rdc_fsync() local 711 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) { in rdc_fsync() 713 rcp = rc = (rdc_rc_t *)tmprc; in rdc_fsync() 715 rcp->next = (rdc_rc_t *)tmprc; in rdc_fsync() 730 rdc_rc_t *tmprc = NULL; in rdc_rsync() local 741 tmprc = cant_rsync(rdcp); in rdc_rsync() [all …]
|
/titanic_41/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 667 int tmprc; in main() local 692 tmprc = ioctl(dev_fd, UCODE_GET_VERSION, &info32); in main() 698 tmprc = ioctl(dev_fd, UCODE_GET_VERSION, &info); in main() 702 if (tmprc && rc == EM_OK) { in main() 722 int tmprc; in main() local 733 tmprc = ioctl(dev_fd, UCODE_UPDATE, &uw_struct32); in main() 740 tmprc = ioctl(dev_fd, UCODE_UPDATE, &uw_struct); in main() 745 if (tmprc) { in main()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 821 int rc, tmprc, len, unknown; in nsldapi_chase_v2_referrals() local 875 if (( tmprc = nsldapi_append_referral( ld, &unfollowed, in nsldapi_chase_v2_referrals() 877 rc = tmprc; in nsldapi_chase_v2_referrals() 951 int rc, tmprc, secure, msgid; in chase_one_referral() local 985 if (( tmprc = re_encode_request( ld, origreq->lr_ber, msgid, in chase_one_referral() 987 rc = tmprc; in chase_one_referral()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | microcode.c | 985 ucode_errno_t tmprc; in ucode_extract_intel() local 995 tmprc = ucode_match_intel(uusp->sig, &uusp->info, uhp, uetp); in ucode_extract_intel() 1007 if (tmprc == EM_HIGHERREV) in ucode_extract_intel() 1010 if (tmprc == EM_OK && in ucode_extract_intel()
|
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 1108 int tmprc; in parse_fastboot_args() local 1110 if ((tmprc = validate_disk(newarg, mountpoint)) == 0) { in parse_fastboot_args() 1120 } else if (tmprc == -1) { in parse_fastboot_args()
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_mailbox.c | 1211 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()
|