Searched defs:retval (Results 701 - 725 of 759) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c6341 uint32_t retval = 0; local
6345 retval = ddi_get32(fdc->c_handlep_dma, &dma_reg->fdc_dbcr);
6351 retval = ddi_get16(fdc->c_handlep_dma,
6355 retval = ddi_get16(fdc->c_handlep_dma,
6359 retval = ddi_get16(fdc->c_handlep_dma,
6363 retval = ddi_get16(fdc->c_handlep_dma,
6372 retval = (uint32_t)((uint16_t)(retval +1));
6375 return (retval);
6411 uint32_t retval local
[all...]
H A Dsocal.c1345 int retval = FCAL_SUCCESS; local
1513 retval = FCAL_ALLOC_FAILED;
1518 retval = socal_bypass_dev((void *)socalp, port, arg);
1523 retval = socal_force_lip((void *)socalp, port, 0,
1529 retval = socal_force_offline((void *)socalp, port, 0);
1547 retval = socal_issue_adisc(socalp, port,
1552 if (retval == FCAL_SUCCESS) {
1582 retval = socal_issue_rls(socalp, port, dest,
1586 if (retval == FCAL_SUCCESS) {
1616 retval
2762 uint32_t retval; local
2802 uint32_t retval, status; local
4270 int retval; local
4314 int retval; local
4346 int retval; local
4766 int retval, bound = 0; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c345 int retval = DDI_FAILURE; local
361 retval = DDI_SUCCESS;
368 return (retval);
H A Dlgrpplat.c1501 int retval; local
1531 retval = lgrp_plat_process_srat(srat_ptr, msct_ptr,
1535 if (retval <= 0) {
1536 lgrp_plat_srat_error = retval;
1540 lgrp_plat_node_cnt = retval;
2644 int retval; local
2688 retval = lgrp_plat_latency_verify(memnode_info, lat_stats);
2690 if (retval) {
2707 return (retval);
H A Dfakebop.c505 parse_value(char *p, uint64_t *retval) argument
512 *retval = 0;
546 *retval = tmp;
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c445 uint32_t retval; local
485 retval = DDI_PROBE_PARTIAL;
488 retval = DDI_PROBE_SUCCESS;
491 retval = DDI_PROBE_SUCCESS;
495 return (retval);
1097 uint32_t retval; local
1116 retval = dnet_set_addr(dnetp);
1118 retval = 0;
1120 return (retval);
1330 int retval; local
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c267 int path_index = 0, retval = 0; local
285 retval++;
305 retval++;
312 retval++;
327 retval++;
337 retval++;
348 retval++;
388 retval++;
399 retval++;
437 retval
467 int slot, f_r, path_index = 0, err = 0, retval = 0; local
549 int retval = 0; local
795 int path_index = 0, err = 0, retval = 0; local
5388 int err = 0, retval = 0; local
5431 int err = 0, retval = 0; local
5497 int err, retval = 0; local
5598 int x = 0, err = 0, retval = 0; local
5752 int retval = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3052 int retval = DDI_INTR_UNCLAIMED; local
3080 retval = ecpp_M1553_intr(pp);
3081 if (retval == DDI_INTR_UNCLAIMED) {
3176 retval = ecpp_dma_ihdlr(pp);
3182 retval = ecpp_pio_ihdlr(pp);
3189 retval = ecpp_nErr_ihdlr(pp);
3253 int retval = DDI_INTR_UNCLAIMED; local
3276 return (retval);
5438 uint8_t retval; local
5441 retval
5848 uint8_t retval; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3607 int retval; local
3637 retval = MIN(size, INT_MAX);
3638 error = strcopyout(&retval, (void *)arg, sizeof (retval),
3652 int retval; local
3673 retval = MIN(size, INT_MAX);
3674 error = strcopyout(&retval, (void *)arg, sizeof (retval),
5710 int retval = 0; local
5798 retval
[all...]
H A Dmodctl.c112 int retval; member in struct:loadmt
356 int retval = 0; local
363 retval = EFAULT;
368 modp = mod_hold_installed_mod(filenamep, use_path, 0, &retval);
378 retval = EFAULT;
382 return (retval);
411 int retval; local
438 retval = modinfo(id, &modi);
439 if (retval)
440 return (retval);
923 int retval; local
977 int retval; local
1091 int retval; local
2657 int retval = EINVAL; local
2790 int id, retval; local
2825 int retval; local
2862 int retval; local
3076 int retval; local
3112 int retval; local
3242 int retval; local
3391 int retval; local
4212 int retval; local
4373 int retval; local
4734 int retval = EINVAL; local
4779 int retval; local
4810 int retval; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2558 int retval = 0; local
2639 retval = 1;
2644 return (retval);
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c833 int retval)
844 if (pdata[retval - 1] != '\0') {
845 strdat = alloca(retval + 1);
846 (void) memcpy(strdat, pdata, retval);
847 strdat[retval] = '\0';
848 retval++;
850 strdat = alloca(retval);
851 (void) memcpy(strdat, pdata, retval);
857 strcount = get_string_count(strdat, retval);
885 int retval; local
832 process_charstring_data(picl_nodehdl_t nodeh, char *pname, unsigned char *pdata, int retval) argument
3100 int retval; local
3121 int len, retval; local
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4745 int retval; local
4766 retval = ufs_getpage_ra(vp, pgoff, seg, pgaddr);
4776 if ((retval == 0) && page_exists(vp, nextrio)) {
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c1821 int retval; local
2150 K_TO_K, kcred, &retval)) {
2159 kcred, &retval)) {
2176 K_TO_K, kcred, &retval)) {
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c6238 int retval = FALSE; local
6296 retval = TRUE;
6311 retval = TRUE;
6315 return (retval);
6830 int retval; /* return value */ local
6861 retval = ENOENT;
6944 retval = EFAULT;
6954 retval = EFAULT;
6960 retval = EINVAL;
6968 retval
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1360 int retval = 0; local
1371 retval = rmclomv_do_cmd(DP_GET_HANDLE_NAME,
1374 if (retval == 0)
1391 return (retval);
1611 int retval = force_fail; local
1612 int retval1 = retval;
1622 if (retval == 0) {
1623 retval = rmclomv_do_cmd(DP_GET_SYSINFO, DP_GET_SYSINFO_R,
1626 if (retval == 0) {
1628 retval
1982 int retval = 0; local
3387 int retval; local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5900 int retval; local
5917 retval = 1;
5924 retval = 0;
5940 retval = strwaitmark(vp);
5942 } while (retval == -1);
5944 if (so_copyout(&retval, (void *)arg, sizeof (int),
6367 int retval; local
6369 if ((retval = socktpi_constructor(buf, cdrarg, kmflags)) == 0) {
6384 return (retval);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c360 int error, retval; local
372 CRED(), &retval);
373 if (error || retval)
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c3542 int retval = DDI_SUCCESS; local
3576 retval = DDI_FAILURE;
3580 retval = DDI_FAILURE;
3585 retval = DDI_FAILURE;
3588 retval = DDI_FAILURE;
3590 retval = DDI_FAILURE;
3652 retval = DDI_FAILURE;
3657 retval = DDI_FAILURE;
3661 retval = DDI_FAILURE;
3666 retval
3919 int retval = DDI_SUCCESS; local
4293 int retval = DDI_SUCCESS; local
4957 int retval; local
5053 int retval, loop_cnt = 0; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2871 int retval = 0; local
2950 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg);
2977 retval = zfs_error(hdl, EZFS_INVALCONFIG, msg);
3032 retval = zpool_standard_error(hdl, errno, msg);
3055 if (retval != 0)
3056 return (retval);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c661 int retval;
679 retval = add_avintr(NULL, SCI_IPL, (avfunc)acpi_wrapper_isr,
681 if (retval) {
1428 union { char octets[4]; int retval; } myu; member in union:__anon329
1435 return (myu.retval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1071 int retval; local
1079 retval = ptree_get_propval_by_name(fruh, PICL_PROP_NAME, name,
1081 if (retval != PICL_SUCCESS) {
1086 retval = ptree_get_prop_by_name(fruh, PICL_PROP_DEVICES, &tableh);
1087 if (retval != PICL_SUCCESS) {
1114 retval = ptree_get_propval_by_name(fruh,
1116 if (retval != PICL_SUCCESS)
1118 retval = ptree_get_prop_by_name(childh,
1120 if (retval != PICL_SUCCESS)
1129 retval
1204 int retval; local
1668 int retval; local
1865 int retval; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c467 krb5_error_code retval; local
472 if (retval = krb5_rd_cred(context, auth_context, inbuf, &creds, NULL))
473 return (retval);
478 if ((retval = krb5_cc_default(context, &ccache)))
481 if ((retval = krb5_cc_initialize(context, ccache,
485 if ((retval = krb5_cc_store_cred(context, ccache, *creds)) != 0)
488 if ((retval = krb5_cc_close(context, ccache)) != 0)
492 if ((retval = krb5_unparse_name(context, (*creds)->client,
527 return (retval);
942 int retval local
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c3200 int retval; local
3259 retval = (u->gid == pw->pw_gid) ? VUC_OK : VUC_NOTINGROUP;
3269 retval = VUC_OK;
3280 (void) fprintf(stderr, "verify_user_cred: VUC = %d\n", retval);
3283 return (retval);
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4410 int retval = VTOC_OK; local
4416 retval = VTOC_INVAL;
4420 retval = VTOC_NOTSUP;
4423 retval = VTOC_RWERR;
4426 return (retval);
4437 int retval = 0; local
4443 retval = VTOC_INVAL;
4447 retval = VTOC_NOTSUP;
4450 retval = VTOC_RWERR;
4453 return (retval);
[all...]

Completed in 244 milliseconds

<<21222324252627282930>>