/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | mechkeytype.c | 39 CK_RV rv = CKR_OK; local 375 rv = CKR_MECHANISM_INVALID; 379 return (rv);
|
H A D | pkcserror.c | 41 pkcs11_strerror(CK_RV rv) argument 45 switch (rv) { 217 /* rv not found */ 219 "Unknown return code: 0x%lx", rv);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | scr_dump.c | 55 int rv; local 66 rv = scr_ll_dump(filep); 68 return (rv);
|
H A D | setcurscreen.c | 50 SCREEN *rv = SP; local 56 fprintf(outf, "setterm: old %x, new %x\n", rv, new); 70 return (rv);
|
H A D | pechochar.c | 60 int rv; local 71 rv = wechochar(padwin, ch); 74 return (rv);
|
H A D | pechowchar.c | 51 int rv; local 62 rv = wechowchar(padwin, ch); 65 return (rv);
|
H A D | scr_all.c | 52 int rv; local 57 rv = scr_reset(filep, which); 59 return (rv);
|
H A D | wechochar.c | 60 int rv; local 63 rv = waddch(win, ch); 65 return (rv);
|
H A D | wechowchar.c | 51 int rv; local 54 rv = waddwch(win, ch); 56 return (rv);
|
H A D | draino.c | 74 int rv; /* ioctl return value */ local 78 rv = ioctl(cur_term->Filedes, TIOCOUTQ, &ncthere); 81 fprintf(outf, "draino: rv %d, ncneeded %d, " 82 "ncthere %d\n", rv, ncneeded, ncthere); 84 if (rv < 0)
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_getchar.c | 46 ssize_t rv; local 49 rv = prom_read(prom_stdin_ihandle(), &c, 1, 0, BYTE); 50 return (rv == 1 ? (int)c : -1);
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfclrlock.c | 37 int rv; local 60 rv = (f->mode&SF_PUSH) ? 0 : (f->flags&SF_FLAGS); 62 SFMTXRETURN(f, rv);
|
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_reboot.c | 43 int rv = 0; local 47 rv = hv_mach_sir(); 52 return (rv);
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | stat.c | 44 int fd, rv; local 49 rv = fstat(fd, sb); 51 return (rv);
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmwalk.c | 45 reg int rv; local 54 { rv = (*segf)(vm, seg->addr, seg->extent, vm->disc, handle); 55 if(rv < 0) 56 return rv; 67 { rv = (*segf)(vm, seg->addr, seg->extent, vm->disc, handle); 68 if(rv < 0) 69 return rv;
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 48 int rv; local 61 rv = fcntl(fildes, F_SETLK, &l); 65 rv = fcntl(fildes, F_SETLKW, &l); 69 rv = fcntl(fildes, F_SETLK, &l); 73 rv = fcntl(fildes, F_GETLK, &l); 74 if (rv != -1) { 87 if (rv < 0) { 102 return (rv);
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | prng.c | 93 CK_RV rv; local 98 rv = C_GenerateRandom(krb_ctx_hSession(context), (CK_BYTE_PTR)data->data, 101 if (rv != CKR_OK) { 103 "krb5_c_random_make_octets: rv = 0x%x.", rv);
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_efcode.c | 43 int rv; local 56 rv = p1275_cif_handler(&ci); 59 if (rv == 0) 71 int rv; local 85 rv = p1275_cif_handler(&ci); 88 if (rv == 0)
|
H A D | prom_sparc.c | 54 int rv; local 59 rv = client_handler((void *)cif_handler, p); 60 return (rv);
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/ |
H A D | prom_sunfire.c | 62 int rv; local 70 rv = p1275_cif_handler(&ci); 73 if (rv != 0) 74 return (rv); 85 int rv; local 93 rv = p1275_cif_handler(&ci); 96 if (rv != 0) 97 return (rv);
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.h | 42 int rv; /* return error code */ member in struct:cardbus_config_ctrl
|
/illumos-gate/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_mod.c | 52 int rv; local 56 if ((rv = mod_install(&modlinkage)) != 0) { 60 return (rv); 66 int rv; local 68 if ((rv = mod_remove(&modlinkage)) == 0) { 71 return (rv);
|
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tvsleep.c | 51 * with remaining time in rv 55 tvsleep(register const Tv_t* tv, register Tv_t* rv) argument 66 if ((r = nanosleep(&stv, &srv)) && rv) 68 rv->tv_sec = srv.tv_sec; 69 rv->tv_nsec = srv.tv_nsec; 83 if (rv) 84 *rv = *tv; 87 if (rv) 89 rv->tv_sec = stv.tv_sec; 90 rv [all...] |
/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii_intel.c | 60 int rv; local 62 if ((rv = phy_start(ph)) != DDI_SUCCESS) { 63 return (rv); 90 return (rv);
|
H A D | mii_realtek.c | 69 int rv; local 72 rv = phy_check(ph); 90 return (rv); 96 int rv; local 99 rv = phy_check(ph); 116 return (rv);
|