Searched refs:retcode (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-12-stable/sys/dev/drm/
H A Ddrm_bufs.c318 int __unused retcode; local
320 retcode = drm_mtrr_del(0, map->offset, map->size,
322 DRM_DEBUG("mtrr_del = %d\n", retcode);
920 int retcode = 0; local
946 retcode = EFAULT;
961 return retcode;
1001 int retcode = 0; local
1008 retcode = EFAULT;
1014 retcode = EINVAL;
1021 retcode
1034 int retcode = 0; local
[all...]
H A Dvia_dma.c244 int retcode = 0; local
249 retcode = -EPERM;
251 retcode = via_initialize(dev, dev_priv, init);
255 retcode = -EPERM;
257 retcode = via_dma_cleanup(dev);
260 retcode = (dev_priv->ring.virtual_start != NULL) ?
264 retcode = -EINVAL;
268 return retcode;
H A Ddrm_irq.c157 int crtc, retcode; local
178 retcode = bus_setup_intr(dev->device, dev->irqr,
181 if (retcode != 0)
206 return retcode;
/freebsd-12-stable/contrib/bearssl/tools/
H A Dverify.c176 int retcode; local
190 retcode = 0;
315 retcode = -1;
348 return retcode;
351 retcode = -1;
H A Dtwrch.c240 int retcode; local
274 retcode = 0;
1038 retcode = 0;
1043 retcode = 1;
1049 retcode = 1;
1064 return retcode;
1067 retcode = -1;
H A Dskey.c550 int retcode; local
559 retcode = 0;
779 return retcode;
782 retcode = -1;
H A Dclient.c511 int retcode; local
543 retcode = 0;
1107 return retcode;
1110 retcode = -1;
H A Dserver.c629 int retcode; local
658 retcode = 0;
1230 return retcode;
1233 retcode = -1;
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_intres.c139 int retcode; member in struct:blocking_gai_resp_tag
165 int retcode; member in struct:blocking_gni_resp_tag
354 gai_resp->retcode = getaddrinfo(node, service, &gai_req->hints,
358 if (EAI_SYSTEM == gai_resp->retcode)
363 if (0 == gai_resp->retcode) {
405 if (0 == gai_resp->retcode) {
507 if (0 == gai_resp->retcode) {
521 gai_resp->retcode, gai_resp->gai_errno);
536 if (EAI_SYSTEM == gai_resp->retcode) {
547 gai_strerror(gai_resp->retcode),
[all...]
/freebsd-12-stable/sys/dev/mrsas/
H A Dmrsas.c604 u_int8_t do_ocr = 1, retcode = 0; local
632 retcode = mrsas_issue_blocked_cmd(sc, cmd);
633 if (retcode == ETIMEDOUT)
649 return retcode;
2730 int i, retcode = 0; local
2812 retcode = 1;
2825 return (retcode);
3630 int retcode = 0; local
3662 retcode = mrsas_issue_blocked_cmd(sc, cmd);
3664 retcode
3824 int i, retcode = SUCCESS; local
3981 int retcode = SUCCESS; local
4244 int retcode = 0; local
4328 uint8_t retcode = 0; local
4351 int retcode = 0; local
4404 int retcode = 0, i; local
4470 int retcode; local
4579 int retcode = 0, pd_index = 0, pd_count = 0, pd_list_size; local
4687 int ld_list_size, retcode = 0, ld_index = 0, ids = 0, drv_tgt_id; local
4852 u_int8_t retcode = 0; local
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h108 unsigned int *retcode,
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmipsnbsd-tdep.c194 const char *retcode = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG local
205 if (memcmp (w, retcode + (i * 4), 4) == 0)
217 if (memcmp (ret, retcode, RETCODE_SIZE) == 0)
H A Dremote-fileio.c487 remote_fileio_reply (int retcode, int error) argument
493 if (retcode < 0)
496 retcode = -retcode;
498 sprintf (buf + strlen (buf), "%x", retcode);
529 remote_fileio_return_errno (int retcode) argument
531 remote_fileio_reply (retcode,
532 retcode < 0 ? remote_fileio_errno_to_target (errno) : 0);
536 remote_fileio_return_success (int retcode) argument
538 remote_fileio_reply (retcode,
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_fops.c126 int retcode = 0; local
145 retcode = drm_open_helper(kdev, flags, fmt, p, dev);
146 if (retcode) {
148 return (-retcode);
152 retcode = drm_setup(dev);
153 if (retcode)
165 return -retcode;
H A Ddrm_bufs.c541 int retcode; local
542 retcode = drm_mtrr_del(map->mtrr, map->offset,
544 DRM_DEBUG("mtrr_del=%d\n", retcode);
1600 int retcode = 0; local
1634 retcode = -EINVAL;
1637 retcode = vm_mmap(&vms->vm_map, &virtual, map->size,
1641 retcode = vm_mmap(&vms->vm_map, &virtual, dma->byte_count,
1645 if (retcode) {
1647 retcode = -retcode;
[all...]
/freebsd-12-stable/sbin/mdconfig/
H A Dmdconfig.c431 int retcode, ffound, ufound; local
437 retcode = geom_gettree(&gm);
438 if (retcode != 0)
440 retcode = geom_stats_open();
441 if (retcode != 0)
459 retcode = md_find(units, pp->lg_name);
460 if (retcode != 1)
/freebsd-12-stable/sys/nfs/
H A Dnfs_lock.c338 if (msg.lm_getlk && p->p_nlminfo->retcode == 0) {
346 error = p->p_nlminfo->retcode;
385 targetp->p_nlminfo->retcode = ansp->la_errno;
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c208 int retcode; local
241 retcode = strtoul(p, &r, 10);
259 if (retcode != 200) {
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dhttpd.c129 unsigned int retcode; member in struct:isc_httpd
614 unsigned int *retcode, const char **retmsg,
624 *retcode = 404;
638 unsigned int *retcode, const char **retmsg,
648 *retcode = 500;
715 &httpd->retcode,
724 &httpd->retcode, &httpd->retmsg,
729 NULL, &httpd->retcode,
835 httpd->protocol, httpd->retcode, httpd->retmsg);
612 render_404(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
636 render_500(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
/freebsd-12-stable/usr.sbin/nandsim/
H A Dnandsim.c1154 int retcode = 0; local
1158 retcode = EX_USAGE;
1167 retcode = cmdopts->commandfunc(argc, argv);
1169 if (retcode == EX_USAGE) {
1172 } else if (retcode == EX_OSFILE) {
1178 retcode = EX_USAGE;
1181 return (retcode);
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c626 int p[2], retcode, stopped, wstatus, wstatus_set; local
814 "(pid=%d retcode=%d termsig=%d)",
840 retcode = 100;
845 retcode = 100;
851 retcode = WEXITSTATUS(wstatus);
876 switch (retcode) {
885 syslog(LOG_WARNING, "%s: filter '%c' exited (retcode=%d)",
886 pp->printer, format, retcode);
1122 "%s: filter '%c' exited (retcode=%d)",
1356 int errfd, retcode, wstatu local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp280 int retcode; local
281 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr,
283 if (retcode == 0) {
337 int retcode; local
338 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr,
340 if (retcode == 0)
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h237 bit32 retcode; /* ret code (status) = (bit32)oscmCtrlEvnt_e */ member in struct:tdFWControl
310 bit32 retcode; /* ret code (status) */ member in struct:tdVPDControl
/freebsd-12-stable/contrib/apr/include/
H A Dapr_pools.h148 typedef int (*apr_abortfunc_t)(int retcode);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_dma.c254 int retcode = 0; local
261 retcode = i915_initialize(dev, init);
264 retcode = i915_dma_cleanup(dev);
267 retcode = i915_dma_resume(dev);
270 retcode = -EINVAL;
274 return retcode;

Completed in 203 milliseconds

123