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

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c637 rdc_rc_t *tmprc; local
662 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) {
664 rcp = rc = (rdc_rc_t *)tmprc;
666 rcp->next = (rdc_rc_t *)tmprc;
681 rdc_rc_t *tmprc = NULL; local
711 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) {
713 rcp = rc = (rdc_rc_t *)tmprc;
715 rcp->next = (rdc_rc_t *)tmprc;
730 rdc_rc_t *tmprc = NULL; local
741 tmprc
790 rdc_rc_t *tmprc = NULL; local
[all...]
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c667 int tmprc; local
692 tmprc = ioctl(dev_fd, UCODE_GET_VERSION, &info32);
698 tmprc = ioctl(dev_fd, UCODE_GET_VERSION, &info);
702 if (tmprc && rc == EM_OK) {
722 int tmprc; local
733 tmprc = ioctl(dev_fd, UCODE_UPDATE, &uw_struct32);
740 tmprc = ioctl(dev_fd, UCODE_UPDATE, &uw_struct);
745 if (tmprc) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c821 int rc, tmprc, len, unknown; local
875 if (( tmprc = nsldapi_append_referral( ld, &unfollowed,
877 rc = tmprc;
951 int rc, tmprc, secure, msgid; local
985 if (( tmprc = re_encode_request( ld, origreq->lr_ber, msgid,
987 rc = tmprc;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c985 ucode_errno_t tmprc; local
995 tmprc = ucode_match_intel(uusp->sig, &uusp->info, uhp, uetp);
1007 if (tmprc == EM_HIGHERREV)
1010 if (tmprc == EM_OK &&
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1211 int tmprc; local
1229 if (tmprc = mbox_read_header(SBBC_OUTBOX,
1232 return (tmprc);
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1107 int tmprc; local
1109 if ((tmprc = validate_disk(newarg, mountpoint)) == 0) {
1119 } else if (tmprc == -1) {

Completed in 59 milliseconds