Searched refs:retval (Results 126 - 150 of 574) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/npppd/npppd/
H A Dcontrol.c246 int n, retval; local
303 retval = npppd_ctl_who(c->ctx);
305 retval = npppd_ctl_monitor(c->ctx);
307 retval = npppd_ctl_who_and_monitor(c->ctx);
309 (retval == 0)? IMSG_CTL_OK : IMSG_CTL_FAIL, 0, 0,
319 retval = npppd_ctl_disconnect(c->ctx,
321 res.count = retval;
/openbsd-current/sys/kern/
H A Dkern_descrip.c283 sys_dup(struct proc *p, void *v, register_t *retval) argument
310 return (finishdup(p, fp, old, new, retval, 0));
317 sys_dup2(struct proc *p, void *v, register_t *retval) argument
324 return (dodup3(p, SCARG(uap, from), SCARG(uap, to), 0, retval));
328 sys_dup3(struct proc *p, void *v, register_t *retval) argument
341 SCARG(uap, flags), retval));
345 dodup3(struct proc *p, int old, int new, int flags, register_t *retval) argument
360 *retval = new;
392 return (finishdup(p, fp, old, new, retval, dupflags));
399 sys_fcntl(struct proc *p, void *v, register_t *retval) argument
646 finishdup(struct proc *p, struct file *fp, int old, int new, register_t *retval, int dupflags) argument
766 sys_close(struct proc *p, void *v, register_t *retval) argument
785 sys_fstat(struct proc *p, void *v, register_t *retval) argument
822 sys_fpathconf(struct proc *p, void *v, register_t *retval) argument
1292 sys_flock(struct proc *p, void *v, register_t *retval) argument
1445 sys_closefrom(struct proc *p, void *v, register_t *retval) argument
1470 sys_getdtablecount(struct proc *p, void *v, register_t *retval) argument
[all...]
H A Dsys_generic.c148 sys_read(struct proc *p, void *v, register_t *retval) argument
167 return (dofilereadv(p, SCARG(uap, fd), &auio, 0, retval));
174 sys_readv(struct proc *p, void *v, register_t *retval) argument
194 error = dofilereadv(p, SCARG(uap, fd), &auio, 0, retval);
202 register_t *retval)
266 *retval = cnt;
276 sys_write(struct proc *p, void *v, register_t *retval) argument
295 return (dofilewritev(p, SCARG(uap, fd), &auio, 0, retval));
302 sys_writev(struct proc *p, void *v, register_t *retval) argument
322 error = dofilewritev(p, SCARG(uap, fd), &auio, 0, retval);
201 dofilereadv(struct proc *p, int fd, struct uio *uio, int flags, register_t *retval) argument
329 dofilewritev(struct proc *p, int fd, struct uio *uio, int flags, register_t *retval) argument
409 sys_ioctl(struct proc *p, void *v, register_t *retval) argument
523 sys_select(struct proc *p, void *v, register_t *retval) argument
555 sys_pselect(struct proc *p, void *v, register_t *retval) argument
592 dopselect(struct proc *p, int nd, fd_set *in, fd_set *ou, fd_set *ex, struct timespec *timeout, const sigset_t *sigmask, register_t *retval) argument
858 sys_poll(struct proc *p, void *v, register_t *retval) argument
882 sys_ppoll(struct proc *p, void *v, register_t *retval) argument
918 doppoll(struct proc *p, struct pollfd *fds, u_int nfds, struct timespec *timeout, const sigset_t *sigmask, register_t *retval) argument
1251 sys_utrace(struct proc *curp, void *v, register_t *retval) argument
[all...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py331 retval = ""
333 retval = retval + "{:02x}".format(value & 0xff)
337 retval += "00" * (byte_size - len(retval) // 2)
338 return retval
341 retval = ""
343 retval = "{:02x}".format(value & 0xff) + retval
347 retval
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c40 struct dwarf_expr_context *retval; local
41 retval = xcalloc (1, sizeof (struct dwarf_expr_context));
42 retval->stack_len = 0;
43 retval->stack_allocated = 10;
44 retval->stack = xmalloc (retval->stack_allocated * sizeof (CORE_ADDR));
45 retval->num_pieces = 0;
46 retval->pieces = 0;
47 return retval;
/openbsd-current/gnu/gcc/intl/
H A Dlocalealias.c155 struct alias_map *retval; local
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
179 retval = NULL;
182 if (retval != NULL)
184 result = retval->value;
/openbsd-current/gnu/usr.bin/binutils/intl/
H A Dlocalealias.c157 struct alias_map *retval; local
172 retval = (struct alias_map *) bsearch (&item, map, nmap,
178 retval = NULL;
181 if (retval != NULL)
183 result = retval->value;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-dis.c72 int slotnum, j, status, need_comma, retval, slot_multiplier; local
86 retval = slot_multiplier;
120 retval += slot_multiplier;
267 retval += 16 - 3*slot_multiplier;
268 return retval;
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c136 struct alias_map *retval; local
151 retval = (struct alias_map *) bsearch (&item, map, nmap,
157 retval = NULL;
160 if (retval != NULL)
162 result = retval->value;
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Dlocalealias.c157 struct alias_map *retval; local
172 retval = (struct alias_map *) bsearch (&item, map, nmap,
178 retval = NULL;
181 if (retval != NULL)
183 result = retval->value;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-dis.c72 int slotnum, j, status, need_comma, retval, slot_multiplier; local
86 retval = slot_multiplier;
120 retval += slot_multiplier;
267 retval += 16 - 3*slot_multiplier;
268 return retval;
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dlocalealias.c154 struct alias_map *retval; local
172 retval = (struct alias_map *) bsearch (&item, map, nmap,
178 retval = NULL;
181 if (retval != NULL)
183 result = retval->value;
/openbsd-current/sys/dev/dt/
H A Ddt_prov_syscall.c169 register_t retval[2]; local
177 retval[0] = va_arg(ap, register_t);
178 retval[1] = va_arg(ap, register_t);
201 dtev->dtev_retval[0] = retval[0];
202 dtev->dtev_retval[1] = retval[1];
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dupdate.c589 int retval; local
627 retval = 0;
630 retval = 1;
638 retval = checkout_file (finfo, vers, 0, 0, 0);
644 retval = 0;
655 retval = 0;
658 retval = 1;
664 retval = merge_file (finfo, vers);
669 retval = 0;
689 retval
1294 int set_time, retval = 0; local
1617 int retval = 0; local
1976 int retval; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcov.c1465 char const *retval = ""; /* status of source file reading. */
1474 retval = NULL;
1504 if (retval)
1509 retval = fgets (string, STRING_SIZE, source_file);
1510 if (!retval)
1517 fputs (retval, gcov_file);
1519 while (!retval[0] || retval[strlen (retval) - 1] != '\n');
1521 if (!retval)
1462 char const *retval = ""; /* status of source file reading. */ local
[all...]
/openbsd-current/sys/arch/alpha/stand/boot/
H A Ddisk.c88 *cnt = ret.u.retval;
110 devlen = ret.u.retval;
122 sc->sc_fd = ret.u.retval;
/openbsd-current/sys/arch/alpha/stand/netboot/
H A Dif_prom.c128 cc = ret.u.retval;
172 devlen = ret.u.retval;
219 netfd = ret.u.retval;
/openbsd-current/sys/arch/alpha/stand/nboot/
H A Ddisk.c86 *cnt = ret.u.retval;
105 devlen = ret.u.retval;
117 sc->sc_fd = ret.u.retval;
/openbsd-current/libexec/ld.so/
H A Dutil.h177 char *retval = NULL; local
181 retval = (char *)p;
183 return retval;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dscope0.c59 int retval = 0; local
62 retval += i;
63 return retval;
173 int retval; local
198 retval = x + localval1 + localval2 + localval3;
202 return retval;
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp70 StructElement retval; local
72 retval.name = ReadQuotedString(type);
74 return retval;
76 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size);
77 retval.bitfield = bitfield_size;
78 return retval;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvms.h239 register int retval asm ("r0"); \
243 exit (retval); \
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_core.c1018 int retval = 0; local
1033 retval = dwc2_core_reset(hsotg, false);
1035 if (retval) {
1038 return retval;
1082 return retval;
1088 int retval = 0; local
1131 retval = dwc2_core_reset(hsotg, false);
1132 if (retval) {
1135 return retval;
1139 return retval;
1164 int retval = 0; local
[all...]
/openbsd-current/usr.bin/tmux/
H A Dcmd-queue.c606 enum cmd_retval retval; local
630 retval = CMD_RETURN_ERROR;
636 retval = CMD_RETURN_ERROR;
643 retval = cmdq_find_flag(item, &item->source, &entry->source);
644 if (retval == CMD_RETURN_ERROR)
646 retval = cmdq_find_flag(item, &item->target, &entry->target);
647 if (retval == CMD_RETURN_ERROR)
650 retval = entry->exec(cmd, item);
651 if (retval == CMD_RETURN_ERROR)
668 if (retval
736 enum cmd_retval retval; local
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dav.c818 SV *retval; local
827 retval = Perl_magic_methcall(aTHX_ MUTABLE_SV(av), mg, SV_CONST(POP), 0, 0);
828 if (retval)
829 retval = newSVsv(retval);
830 return retval;
834 retval = AvARRAY(av)[AvFILLp(av)];
838 return retval ? retval : &PL_sv_undef;
941 SV *retval; local
[all...]

Completed in 489 milliseconds

1234567891011>>