Searched refs:retval (Results 476 - 500 of 869) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmipsfbsd-tdep.c418 int retval = 0; local
422 retval = (s != NULL
425 return (retval);
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c1647 segT retval;
1659 retval = operand (resultP, mode);
1748 && retval == rightseg
1774 retval = rightseg;
1853 if (retval == rightseg && SEG_NORMAL (retval))
1855 retval = absolute_section;
1870 if (retval != rightseg)
1872 if (! SEG_NORMAL (retval))
1874 if (retval !
1640 segT retval; local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dip6opt.c181 u_int8_t *retval; local
211 retval = bp;
225 return(retval);
/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafssys.c53 unsigned long retval; member in struct:devdata
266 return data.retval;
324 return data.retval;
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c213 int retval = 0; local
228 retval = 1;
230 return retval;
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_console.c374 int retval; local
376 retval = uart_phyp_get(console_sc, &c, 1);
377 if (retval != 1)
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clsubs.c268 nfsuint64 *retval = NULL; local
308 retval = &dp->ndm_cookies[pos];
310 return (retval);
/freebsd-11-stable/sys/cam/
H A Dcam_queue.c256 u_int32_t retval; local
258 retval = camq_resize(&camq->send_queue, devices);
259 return (retval);
/freebsd-11-stable/usr.sbin/autofs/
H A Dautomountd.c443 int ch, debug = 0, error, maxproc = 30, retval, saved_errno; local
500 retval = kldload("autofs");
501 if (retval != -1)
/freebsd-11-stable/usr.sbin/bhyve/
H A Dps2mouse.c246 int retval; local
249 retval = fifo_get(sc, val);
252 return (retval);
H A Dps2kbd.c231 int retval; local
234 retval = fifo_get(sc, val);
237 return (retval);
/freebsd-11-stable/usr.sbin/makefs/
H A Dmakefs.c352 int retval; local
362 retval = set_option_var(options, var, val, buf, len);
364 return retval;
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c83 int retval, saved_errno; local
88 retval = kldload("ctl");
89 if (retval != -1)
416 int len, retval; local
465 retval = XML_Parse(parser, str, strlen(str), 1);
468 if (retval != 1) {
514 retval = XML_Parse(parser, str, strlen(str), 1);
517 if (retval != 1) {
532 retval = asprintf(&name, "%s/%d",
534 if (retval <
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp122 const uint64_t retval = ReadRegisterAsUnsigned(reg, fail_value); local
124 LLDB_LOGF(log, "NativeRegisterContext::%s " PRIu32 " retval %" PRIu64,
125 __FUNCTION__, retval);
127 return retval;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c511 DWORD retval; local
516 retval = GetFullPathName(filename, pathlen, path, &ptrname);
519 if (retval == 0)
522 if (retval >= pathlen)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-uncprop.c550 edge retval = NULL; local
563 if (retval)
568 retval = e;
571 return retval;
/freebsd-11-stable/bin/pax/
H A Dfile_subs.c551 int retval = -1; local
588 retval = -1;
597 retval = 0;
615 return(retval);
/freebsd-11-stable/sys/dev/adb/
H A Dadb_bus.c243 int retval = 0; local
247 retval += bus_print_child_header(dev,child);
249 retval += bus_print_child_footer(dev, child);
251 return (retval);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_arm64.c329 int retval, ri; local
337 retval = 0;
356 retval = 1; /* Found an interrupting PMC. */
369 return (retval);
H A Dhwpmc_armv7.c301 int retval, ri; local
309 retval = 0;
332 retval = 1; /* Found an interrupting PMC. */
345 return (retval);
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dsaver109 local retval=$?
111 return $retval
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dstubs.c304 int retval = 0; local
367 retval = 1; /* could not get real home dir (or uid 0 user) */
369 retval = 0;
378 exit(retval);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c184 int retval = 0; local
186 retval += bus_print_child_header(bus, child);
187 retval += printf("\n");
189 return (retval);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_tpc.c453 int retval; local
460 retval = CTL_RETVAL_COMPLETE;
496 return (retval);
522 int retval; local
529 retval = CTL_RETVAL_COMPLETE;
541 return (retval);
581 return (retval);
592 int retval; local
599 retval = CTL_RETVAL_COMPLETE;
611 return (retval);
652 int retval; local
724 int retval; local
1420 int retval = CTL_RETVAL_COMPLETE; local
2341 int retval; local
2425 int retval; local
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dpmclog.c447 int retval; local
494 retval = pmclog_get_event(ps, &ps->ps_data, &ps->ps_len, ev);
500 if (retval < 0 && ev->pl_state == PMCLOG_REQUIRE_DATA &&
506 return retval;

Completed in 215 milliseconds

<<11121314151617181920>>