HomeSort by: relevance | last modified time | path
    Searched refs:retcode (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/fs/nfs/client/
nlminfo.h 39 int retcode; /* return code for lock requests */ member in struct:nlminfo
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_fops.c 63 int retcode; local in function:drm_open_helper
90 retcode = -dev->driver->open(dev, priv);
91 if (retcode != 0) {
94 return retcode;
116 int retcode; local in function:drm_open_helper
129 retcode = devfs_set_cdevpriv(priv, drm_close);
130 if (retcode != 0) {
132 return retcode;
147 retcode = -dev->driver->open(dev, priv);
148 if (retcode != 0)
    [all...]
drm_agpsupport.c 157 int retcode; local in function:drm_agp_acquire
162 retcode = agp_acquire(dev->agp->agpdev);
163 if (retcode)
164 return retcode;
255 int retcode; local in function:drm_agp_alloc_ioctl
260 retcode = drm_agp_alloc(dev, &request);
265 return retcode;
282 int retcode; local in function:drm_agp_unbind
292 retcode = drm_agp_unbind_memory(entry->handle);
295 if (retcode == 0
305 int retcode; local in function:drm_agp_unbind_ioctl
319 int retcode; local in function:drm_agp_bind
346 int retcode; local in function:drm_agp_bind_ioctl
391 int retcode; local in function:drm_agp_free_ioctl
    [all...]
drm_sysctl.c 167 drm_sysctl_out(oldp, oldlenp, &len, y, z, &error, &retcode);
221 retcode = SYSCTL_OUT(req, buf, strlen(buf)); \
222 if (retcode) \
236 int retcode; variable in typeref:typename:int
262 return retcode;
279 int retcode; variable in typeref:typename:int
324 return retcode;
341 int retcode; variable in typeref:typename:int
387 return retcode;
401 int retcode; variable in typeref:typename:int
    [all...]
drm_drv.c 585 int i, retcode; local in function:drm_load
609 retcode = -dev->driver->load(dev,
616 if (retcode != 0)
628 retcode = ENOMEM;
639 retcode = drm_ctxbitmap_init(dev);
640 if (retcode != 0) {
683 return retcode;
702 int __unused retcode; local in function:drm_unload
704 retcode = drm_mtrr_del(0,
707 DRM_DEBUG("mtrr_del = %d", retcode);
787 int retcode = 0; local in function:drm_open
825 int retcode = 0; local in function:drm_close
964 int retcode = 0; local in function:drm_ioctl
    [all...]
drm_bufs.c 350 int __unused retcode; local in function:drm_rmmap
351 retcode = drm_mtrr_del(0, map->offset, map->size,
353 DRM_DEBUG("mtrr_del = %d\n", retcode);
955 int retcode = 0; local in function:drm_infobufs
980 retcode = EFAULT;
995 return retcode;
1035 int retcode = 0; local in function:drm_freebufs
1042 retcode = EFAULT;
1048 retcode = EINVAL;
1055 retcode = EINVAL
1068 int retcode = 0; local in function:drm_mapbufs
    [all...]
  /src/usr.sbin/sysinst/
upgrade.c 58 int retcode = 0; local in function:do_upgrade
115 process_menu(MENU_distset, &retcode);
116 if (retcode == 0)
203 int retcode = 0; local in function:do_reinstall_sets
224 process_menu(MENU_distset, &retcode);
225 if (retcode == 0)
install.c 156 int retcode = 0, res; local in function:do_install
226 process_menu(MENU_distset, &retcode);
227 if (retcode == 0)
  /src/sbin/raidctl/
rf_configure.c 144 int numscanned, val, c, retcode, aa, bb, cc; local in function:rf_MakeConfig
160 retcode = -1;
183 retcode = -1;
261 retcode = -1;
272 retcode = -1;
299 retcode = -1;
319 retcode = -1;
325 retcode = -1;
334 retcode = -1;
341 retcode = -1
    [all...]
  /src/sys/compat/linux/arch/alpha/
linux_machdep.h 84 unsigned int retcode[3]; member in struct:linux_sigframe
90 unsigned int retcode[3]; member in struct:linux_rt_sigframe
  /src/sys/dev/raidframe/
rf_compat32.c 130 int retcode; local in function:rf_get_info_netbsd32
137 retcode = rf_get_info(raidPtr, d_cfg);
138 if (retcode == 0) {
139 retcode = copyout(d_cfg, ucfgp, sizeof(*d_cfg));
142 return retcode;
rf_dagfuncs.c 415 int i, retcode; local in function:rf_RegularXorFunc
417 retcode = 0;
425 retcode = rf_XorIntoBuffer(raidPtr, (RF_PhysDiskAddr_t *) node->params[i].p,
434 rf_GenericWakeupFunc(node, retcode); /* call wake func
443 int i, retcode = 0; local in function:rf_SimpleXorFunc
456 retcode = rf_bxor((char *) node->params[i + 1].p, (char *) node->results[0],
465 rf_GenericWakeupFunc(node, retcode); /* call wake func
482 int i, retcode = 0; local in function:rf_RecoveryXorFunc
501 retcode = rf_bxor(srcbuf, destbuf, rf_RaidAddressToByte(raidPtr, pda->numSector));
509 rf_GenericWakeupFunc(node, retcode);
533 int length, retcode = 0; local in function:rf_XorIntoBuffer
550 unsigned mask = sizeof(long) - 1, retcode = 0; local in function:rf_bxor
    [all...]
rf_parityscan.c 208 int i, retcode; local in function:rf_VerifyParityBasic
219 retcode = RF_PARITY_OKAY;
279 retcode = RF_PARITY_COULD_NOT_VERIFY;
290 retcode = RF_PARITY_BAD;
295 if (retcode && correct_it) {
325 retcode = RF_PARITY_COULD_NOT_CORRECT;
328 if (retcode == RF_PARITY_BAD)
329 retcode = RF_PARITY_CORRECTED;
336 return (retcode);
rf_compat80.c 200 int retcode; local in function:rf_get_component_label80
209 retcode = copyin(*clabel_ptr, clabel, sizeof(*clabel));
210 if (retcode) {
212 return retcode;
220 retcode = copyout(clabel, *clabel_ptr, sizeof(**clabel_ptr));
223 return retcode;
rf_dagutils.c 705 int i, retcode = 0; local in function:rf_ValidateBranch
713 retcode = 1;
717 retcode = 1;
721 retcode = 1;
726 retcode = 1;
731 retcode = 1;
737 retcode = 1;
744 retcode = 1;
752 retcode = 1;
756 return (retcode);
813 int retcode = 0; local in function:rf_ValidateDAG
    [all...]
rf_reconstruct.c 367 int retcode; local in function:rf_ReconstructInPlace
448 retcode = ENOMEM;
450 retcode = vn_bdev_openpath(pb, &vp, curlwp);
454 if (retcode) {
456 raidPtr->Disks[col].devname, retcode);
464 return(retcode);
470 retcode = getdisksize(vp, &numsec, &secsize);
471 if (retcode) {
477 return(retcode);
979 int retcode = 0, submitblocked local in function:ProcessReconEvent
1182 int do_new_check = 0, retcode = 0, status; local in function:IssueNextReadRequest
1726 int retcode = 0; local in function:CheckForcedOrBlockedReconstruction
    [all...]
rf_decluster.c 612 int retcode; local in function:rf_InstallSpareTable
624 retcode = rf_GetSpareTableFromDaemon(req);
625 RF_ASSERT(!retcode); /* XXX -- fix this to recover gracefully --
627 return (retcode);
639 int i, retcode; local in function:rf_SetSpareTable
645 retcode = copyin(data, ptrs, ptrslen);
647 if (retcode)
648 return (retcode);
659 retcode = copyin(ptrs[i], info->SpareTable[i], len);
660 if (retcode) {
    [all...]
rf_netbsdkintf.c 1284 int retcode = copyin(k_cfg->layoutSpecific, specific_buf, local in function:rf_copyinspecificbuf
1286 if (retcode) {
1288 db1_printf(("%s: retcode=%d copyin.2\n", __func__, retcode));
1289 return retcode;
1313 int retcode = copyin(u_cfg, *k_cfg, sizeof(RF_Config_t)); local in function:rf_getConfiguration
1314 if (retcode == 0)
1317 db1_printf(("%s: retcode=%d copyin.1\n", __func__, retcode));
1319 return retcode;
1325 int retcode, i; local in function:rf_construct
1583 int retcode = 0; local in function:raidioctl
2003 int retcode; local in function:rf_GetSpareTableFromDaemon
2851 int retcode; local in function:rf_RewriteParityThread
    [all...]
rf_stripelocks.c 263 int retcode = 0; local in function:rf_AcquireStripeLock
331 retcode = 0;
334 retcode = 1;
337 if (!retcode)
340 retcode = 2;
343 if (!retcode) {
361 Dprintf3("[%d] lock %ld retcode=%d\n", tid, stripeID, retcode);
372 return (retcode);
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioctl.c 423 int if_version, retcode = 0; local in function:drm_setversion
429 retcode = -EINVAL;
440 retcode = drm_set_busid(dev, file_priv);
441 if (retcode)
450 retcode = -EINVAL;
462 return retcode;
867 int retcode; local in function:drm_ioctl_kernel
872 retcode = drm_ioctl_permit(flags, file_priv);
873 if (unlikely(retcode))
874 return retcode;
1008 int retcode = -EINVAL; local in function:drm_ioctl
    [all...]
drm_agpsupport.c 354 int retcode; local in function:drm_agp_bind_hook
364 if ((retcode = drm_bind_agp(dev->agp->bridge, entry->memory, page)))
365 return retcode;
367 retcode = drm_bind_agp(entry->memory, page);
368 if (retcode)
369 return retcode;
  /src/sbin/fsck/
preen.c 100 int ret, pid, retcode, passno, sumstatus, status; local in function:checkfstab
192 retcode = WEXITSTATUS(status);
194 retcode = 0;
208 retcode = FSCK_EXIT_SIGNALLED;
213 if (retcode != 0) {
215 sumstatus |= retcode;
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_dma.c 138 int retcode = 0; local in function:i810_map_buffer
155 retcode = PTR_ERR(buf_priv->virtual);
159 return retcode;
165 int retcode = 0; local in function:i810_unmap_buffer
170 retcode = vm_munmap((unsigned long)buf_priv->virtual,
176 return retcode;
184 int retcode = 0; local in function:i810_dma_get_buffer
188 retcode = -ENOMEM;
189 DRM_DEBUG("retcode=%d\n", retcode);
437 int retcode = 0; local in function:i810_dma_init
1004 int retcode = 0; local in function:i810_getbuf
    [all...]
  /src/sys/compat/linux32/arch/aarch64/
linux32_machdep.h 101 uint32_t retcode[4]; member in struct:linux32_sigframe
  /src/sys/external/bsd/drm2/dist/drm/via/
via_dma.c 245 int retcode = 0; local in function:via_dma_init
250 retcode = -EPERM;
252 retcode = via_initialize(dev, dev_priv, init);
256 retcode = -EPERM;
258 retcode = via_dma_cleanup(dev);
261 retcode = (dev_priv->ring.virtual_start != NULL) ?
265 retcode = -EINVAL;
269 return retcode;

Completed in 30 milliseconds

1 2