Searched refs:retval (Results 226 - 250 of 574) sorted by relevance

1234567891011>>

/openbsd-current/sys/kern/
H A Dkern_resource.c87 sys_getpriority(struct proc *curp, void *v, register_t *retval) argument
136 *retval = low - NZERO;
141 sys_setpriority(struct proc *curp, void *v, register_t *retval) argument
225 sys_setrlimit(struct proc *p, void *v, register_t *retval) argument
348 sys_getrlimit(struct proc *p, void *v, register_t *retval) argument
452 sys_getrusage(struct proc *p, void *v, register_t *retval) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhpux-thread.c400 int retval;
407 retval =
412 return retval;
398 int retval; local
H A Dvalues.c799 struct value *retval;
803 retval = value_at (TYPE_FIELD_TYPE (type, fieldno),
820 retval = value_at (TYPE_FIELD_TYPE (type, fieldno),
832 retval = read_var_value (sym, NULL);
834 if (retval && VALUE_LVAL (retval) == lval_memory)
836 VALUE_ADDRESS (retval));
838 return retval;
793 struct value *retval; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dexpr.c1658 segT retval;
1670 retval = operand (resultP, mode);
1759 && retval == rightseg
1785 retval = rightseg;
1862 if (retval == rightseg && SEG_NORMAL (retval))
1864 retval = absolute_section;
1879 if (retval != rightseg)
1881 if (! SEG_NORMAL (retval))
1883 if (retval !
1651 segT retval; local
[all...]
/openbsd-current/games/worm/
H A Dworm.c87 int retval; local
173 retval = ppoll(pfd, 1, &tdiff, NULL);
176 if (retval <= 0)
/openbsd-current/usr.bin/tmux/
H A Dcmd-new-session.c85 enum cmd_retval retval; local
119 retval = cmd_attach_session(item, as->name,
123 return (retval);
H A Dcmd-confirm-before.c150 cmdq_get_client(item)->retval = retcode;
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTypeSummary.cpp143 SBTypeSummary retval; local
145 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat(
160 return retval;
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h128 MapValueType retval; local
131 ConstString(type_specifier_sp->GetName()), retval);
133 return retval;
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-uncprop.c550 edge retval = NULL; local
563 if (retval)
568 retval = e;
571 return retval;
/openbsd-current/sys/arch/mips64/mips64/
H A Dsys_machdep.c62 sys_sysarch(struct proc *p, void *v, register_t *retval) argument
/openbsd-current/usr.sbin/radiusctl/
H A Dradiusctl.c108 int sock, retval; local
126 retval = getaddrinfo(res->hostname, "radius", &hints, &ai);
127 if (retval)
128 errx(1, "%s %s", res->hostname, gai_strerror(retval));
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DUtils.pm430 $retval = in_dir(\&coderef);
431 $retval = in_dir(\&coderef, $specified_dir);
432 $retval = in_dir { somecode(); };
433 $retval = in_dir { somecode(); } $specified_dir;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-dlx.c346 const char *retval = NULL; local
358 retval = hash_insert (op_hash, name, (PTR) &machine_opcodes[i]);
360 if (retval != NULL)
363 machine_opcodes[i].name, retval);
1147 int retval; local
1149 for (retval = 0; n--;)
1151 retval <<= 8;
1152 retval |= val[n];
1155 return retval;
/openbsd-current/usr.sbin/rpc.lockd/
H A Dlockd_lock.c217 enum nlm_stats retval; local
340 retval = do_lock(newfl, lckarg->block);
341 switch (retval) {
353 return retval;
611 static struct nlm_res retval; local
672 &retval, timeo);
764 int retval; local
788 if ((retval = callrpc(localhost, SM_PROG, SM_VERS, SM_MON, xdr_mon,
791 clnt_sperrno((enum clnt_stat)retval));
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v10.c177 uint32_t retval = sdma_engine_reg_base[engine_id] local
181 queue_id, retval);
183 return retval;
189 uint32_t retval = SOC15_REG_OFFSET(GC, 0, mmTCP_WATCH0_ADDR_H) -
192 pr_debug("kfd: reg watch base address: 0x%x\n", retval);
194 return retval;
478 bool retval = false; local
489 retval = true;
492 return retval;
/openbsd-current/sys/dev/pci/
H A Dcs4281.c631 u_int8_t retval; local
641 retval = 5;
644 retval = 4;
647 retval = 3;
650 retval = 2;
653 retval = 1;
656 retval = 0;
659 retval = 1536000/rate; /* == 24576000/(rate*16) */
661 return (retval);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck.c6395 maybe_warn_about_returning_address_of_local (tree retval)
6398 tree whats_returned = retval;
6461 check_return_expr (tree retval, bool *no_warning)
6480 if (retval)
6490 else if (retval)
6499 return retval;
6508 if (!retval && DECL_NAME (result) && fn_returns_value_p)
6509 retval = result;
6513 if (!retval && fn_returns_value_p)
6528 else if (retval
6379 maybe_warn_about_returning_address_of_local(tree retval) argument
6445 check_return_expr(tree retval, bool *no_warning) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c6185 maybe_warn_about_returning_address_of_local (retval)
6186 tree retval;
6189 tree whats_returned = retval;
6248 check_return_expr (retval)
6249 tree retval;
6266 if (retval)
6276 else if (retval)
6288 if (!retval && DECL_NAME (result) && fn_returns_value_p)
6289 retval = result;
6293 if (!retval
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dutil.c1404 char *retval; local
1408 retval = vform(pat, &args);
1410 return retval;
1445 char *retval; local
1449 retval = vform(pat, &args);
1451 return retval;
1488 SV *retval; local
1492 retval = vmess(pat, &args);
1494 return retval;
1501 SV *retval; local
3343 int retval; local
5200 int retval = -1; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dexpr.c1681 segT retval;
1693 retval = operand (resultP);
1804 retval = rightseg;
1881 if (retval == rightseg && SEG_NORMAL (retval))
1883 retval = absolute_section;
1898 if (retval != rightseg)
1900 if (! SEG_NORMAL (retval))
1902 if (retval != undefined_section || SEG_NORMAL (rightseg))
1903 retval
1674 segT retval; local
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c888 char *retval, hex[5]; local
891 if (dgst_raw_len > 65536 || (retval = calloc(1, rlen)) == NULL)
893 strlcpy(retval, alg, rlen);
894 strlcat(retval, ":", rlen);
898 strlcat(retval, hex, rlen);
900 return retval;
910 char *retval; local
913 if ((retval = calloc(rounds, 6)) == NULL)
915 retval[j++] = 'x';
924 retval[
993 char *retval, *p, title[FLDSIZE_X], hash[FLDSIZE_X]; local
1085 char *retval = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnm.c352 int retval;
487 retval = 0;
497 retval++;
511 exit (retval);
512 return retval;
606 bfd_boolean retval = TRUE;
641 retval = FALSE;
650 return retval;
350 int retval; local
603 bfd_boolean retval = TRUE; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c1168 bfd_boolean retval = TRUE;
1203 retval = FALSE;
1212 return retval;
1492 int retval;
1627 retval = 0;
1637 retval++;
1651 exit (retval);
1652 return retval;
1161 bfd_boolean retval = TRUE; local
1478 int retval; local
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/t/
H A Dtestutil.pl379 my $retval = $test;
381 $retval;

Completed in 462 milliseconds

1234567891011>>