Searched defs:retval (Results 576 - 600 of 759) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c376 int retval = BC_ERROR; local
412 retval = BC_NOEINFO;
418 retval = BC_NOEINFO;
432 retval = BC_SUCCESS;
438 return (retval);
463 int retval = BC_ERROR; local
504 retval = BC_ERROR;
511 retval = BC_NOEXTRA;
521 retval = propagate_bootblock(&curr_data, &attach_data, updt_str);
532 return (retval);
584 int retval; local
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c735 int32_t retval; local
738 adrm_int32(adr, &retval, 1);
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c150 int retval; local
156 if ((returnstat = pr_adr_int32(context, (int32_t *)&retval, 1)) == 0) {
158 char *emsg = strerror(retval);
167 uval.int32_val = retval;
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c674 int32_t retval; local
676 adrm_int32(&(ctx->adr), &retval, 1);
679 ctx->out.sf_pass = (retval == 0) ? 1 : -1;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c1607 int retval = 0; local
1611 return (retval);
1614 return (retval);
1617 retval = MD_IM_SET_REPLICATED;
1619 if (retval && need_devid) {
1626 return (retval);
H A Dmeta_name.c444 int retval = 0; local
477 retval = 1;
485 return (retval);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c712 krb5_error_code retval; local
722 retval = krb5_fcc_read(context, id, buf, 4);
723 if (retval)
724 return retval;
738 krb5_error_code retval; local
747 retval = krb5_fcc_read(context, id, buf, 2);
748 if (retval)
749 return retval;
767 krb5_error_code retval; local
776 retval
1129 krb5_error_code retval; local
1191 krb5_error_code retval; local
1358 krb5_error_code retval = 0; local
2507 register krb5_error_code retval; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c3035 int retval = -1; local
3041 return (retval);
3043 retval = (*ret != 0);
3045 return (retval);
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c1023 char retval; local
1030 retval = (isdigit(*code)? *code - '0' : *code - 'a' + 10);
1031 retval <<= 4;
1035 retval |= (isdigit(*code)? *code - '0' : *code - 'a' + 10);
1037 return (retval);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc842 int retval; local
883 retval = db_clone_bucket(np, &clone);
884 if (retval != 1) {
952 int retval, i; local
960 retval = db_clone_bucket(tbl, &clone);
961 if (retval != 1) {
1054 int i, retval; local
1076 retval = db_clone_bucket(&tbl_ent, &clone);
1077 if (retval != 1) {
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c1230 int retval; local
1232 retval = run_stack(pamh, flags, PAM_AUTH_MODULE, PAM_AUTH_ERR,
1235 if (retval != PAM_SUCCESS)
1237 return (retval);
1247 int retval; local
1249 retval = run_stack(pamh, flags, PAM_AUTH_MODULE, PAM_CRED_ERR,
1252 if (retval != PAM_SUCCESS)
1254 return (retval);
1264 int retval; local
1266 retval
1283 int retval; local
1300 int retval; local
1317 int retval; local
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c1213 int len, retval, respcode, use_ssl = 0; local
1309 retval = BIO_printf(cbio, OCSP_REQUEST_FORMAT, uri, len);
1311 retval = BIO_printf(cbio, OCSP_REQUEST_FORMAT, path, len);
1314 if (retval <= 0) {
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c1583 int retval; local
1605 retval = pool_conf_commit_sys(conf, active);
1611 retval = conf->pc_prov->pc_commit(conf);
1613 return (retval);
2813 int retval; local
2842 retval = (sys_id1 - sys_id2);
2857 retval = strcmp(name1, name2);
2860 return (retval);
H A Dpool_internal.c950 int retval = PO_SUCCESS; local
960 retval = pool_value_get_uint64(&val, uval);
962 return (retval);
1104 char *retval; local
1109 (void) pool_value_get_string(&val, (const char **)&retval);
1110 retval = strdup(retval);
1111 return (retval);
1302 pool_resource_t *retval = NULL; local
1332 retval
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c247 au_asid_t retval = 0; local
254 while (retval == 0) { /* 0 is the only invalid result */
271 retval = output.v[count % 4];
273 return (retval);
H A Ddevalloc.c2074 int retval = 0; local
2106 retval = 1;
2109 if (retval == 0)
2123 return (retval);
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1445 pid_t retval; local
1491 retval = waitpid(child_pid, &pstatus, 0);
1492 } while (retval != child_pid);
1535 pid_t retval; local
1694 retval = waitpid(child_pid, &child_status, 0);
1695 if (retval == -1) {
1698 } while (retval != child_pid && errno != ECHILD);
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c704 int retval; local
765 if ((retval = SSL_connect(c_id->ssl)) <= 0) {
766 handle_ssl_error(c_id, retval);
1536 int retval; local
1709 retval = http_srv_send(c_id, request, j);
1712 if (retval != j) {
2788 int retval; local
2791 if ((retval = SSL_write(c_id->ssl, buf, nbyte)) <= 0) {
2792 handle_ssl_error(c_id, retval);
2794 return (retval);
2808 int retval; local
2838 handle_ssl_error(http_conn_t *c_id, int retval) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c335 unsigned retval = 0; local
346 retval = (retval << 1) | ((inw(ee_addr) & EE_DATA_READ) ? 1 : 0);
352 return retval;
H A Drtl8139.c259 unsigned int retval = 0; local
281 retval = (retval << 1) | ((inb(ee_addr) & EE_DATA_READ) ? 1 : 0);
289 return retval;
H A Dsundance.c809 int i, retval = 0; local
828 retval = (retval << 1) | ((mdio_in(mdio_addr) & MDIO_Data)
833 return (retval >> 1) & 0xffff;
H A Dw89c840.c734 int retval = 0; local
752 retval = (retval << 1) | ((readl(ee_addr) & EE_DataIn) ? 1 : 0);
759 return retval;
798 int i, retval = 0; local
816 retval = (retval << 1) | ((readl(mdio_addr) & MDIO_DataIn) ? 1 : 0);
820 return (retval>>1) & 0xffff;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c303 int retval = 1; local
314 retval = 0;
316 return retval;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c2452 int retval; local
2462 retval = ioctl(dev_id, USCSICMD, &ucmd);
2464 if (retval != 0 && errno != EIO) {
2469 retval = -errno;
2471 retval = -(ucmd.uscsi_status);
2473 return (retval);
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c174 static int retval = SUCCESS; variable
265 * it sets the retval and returns FAIL (-1).
271 passwd_exit(retval);
313 retval = get_namelist(repository, &namelist, &num_user);
314 if (retval != SUCCESS)
315 (void) passwd_exit(retval);
427 retval = SUCCESS;
430 retval = BADAGE;
433 retval = FBUSY;
436 retval
513 char *retval = NULL; local
[all...]

Completed in 207 milliseconds

<<21222324252627282930>>