Searched refs:retval (Results 376 - 400 of 869) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcadd87 local retval=$?
89 return $retval
H A Dstartup85 local retval=$?
89 return $retval
/freebsd-11-stable/tools/tools/ifinfo/
H A Difinfo.c66 int i, maxifno, retval; local
87 retval = 1;
149 retval = 0;
152 return retval;
/freebsd-11-stable/contrib/amd/amd/
H A Dreaddir.c101 nfsentry *retval = (nfsentry *) NULL; local
107 return retval;
112 return retval;
117 return retval;
172 retval = &chain[0];
174 return retval;
193 retval = &chain[0];
196 return retval;
526 am_entry3 *retval = (am_entry3 *) NULL; local
532 return retval;
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_syscall.c106 goto retval;
117 goto retval;
123 goto retval;
147 retval:
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h210 unsigned int retval = 0; local
214 retval += hweight_long(addr[i]);
219 retval += hweight_long(addr[end] & mask);
221 return (retval);
H A Ddevice.h337 int retval = -ENODEV; local
344 retval = -ENOMEM;
357 retval = kobject_set_name_vargs(&dev->kobj, fmt, args);
358 if (retval)
361 retval = device_add(dev);
362 if (retval)
369 return ERR_PTR(retval);
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_obio.c151 int retval; local
157 retval = 0;
159 retval += bus_print_child_header(dev, child);
161 retval += resource_list_print_type(&od->od_resources, "at mem",
163 retval += resource_list_print_type(&od->od_resources, "irq",
166 retval += bus_print_child_footer(dev, child);
168 return (retval);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c435 ssize_t retval = 0; local
443 retval = 0;
445 retval = status;
446 retval = retval > outsize ? outsize : retval;
451 return retval;
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_ioctl.c348 int retval = 0; local
389 retval = lio_send_soft_command(oct, sc);
390 if (retval == LIO_IQ_SEND_FAILED) {
393 retval = EBUSY;
404 retval = EBUSY;
411 retval = 0; /*
419 return (retval);
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c411 int retval; local
413 retval = bus_print_child_header(dev, child);
414 retval += ebus_print_res(device_get_ivars(child));
415 retval += bus_print_child_footer(dev, child);
416 return (retval);
720 int retval; local
722 retval = 0;
723 retval += resource_list_print_type(&edi->edi_rl, "addr", SYS_RES_MEMORY,
725 retval += resource_list_print_type(&edi->edi_rl, "irq", SYS_RES_IRQ,
727 return (retval);
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dnsdispatch.c606 _nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database, argument
691 result = __nss_common_cache_read(retval,
694 result = __nss_mp_cache_read(retval,
697 result = __nss_mp_cache_end(retval,
704 result = method(retval, mdata, ap);
710 result = method(retval, mdata, ap);
721 result = fb_method(retval,
738 __nss_common_cache_write(retval, cache_data_p,
741 __nss_mp_cache_write(retval, cache_data_p, ap);
745 __nss_mp_cache_write_submit(retval,
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c2554 int retval; local
2556 retval = 0;
2561 retval = sbuf_printf(sb, "&amp;");
2564 retval = sbuf_printf(sb, "&gt;");
2567 retval = sbuf_printf(sb, "&lt;");
2570 retval = sbuf_putc(sb, *str);
2574 if (retval != 0)
2579 return (retval);
2626 int retval; local
2628 retval
4805 int retval; local
4848 int retval; local
5052 int retval; local
5290 int retval; local
5344 int retval; local
5386 int retval; local
5656 int len, retval; local
5770 int len, retval; local
5967 int retval, i; local
6978 int retval; local
7080 int retval; local
7252 int retval; local
7416 int retval; local
7457 int retval; local
8060 int retval; local
8566 int flags, retval; local
8756 int retval; local
8778 int flags, retval; local
8865 int retval; local
8967 int num_filled, num_luns, num_port_luns, retval; local
9843 int alloc_len, retval; local
10101 int retval; local
10690 int retval; local
11048 int retval; local
11253 int retval = 0; local
11546 int retval; local
11995 int retval = 1; local
12171 int retval; local
12448 int retval; local
12458 int retval; local
12542 int retval; local
12696 int retval; local
13172 int retval; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dkill.c630 int retval; local
651 retval = rl_yank_nth_arg_internal (count_passed, key, history_skip);
653 retval = rl_yank_nth_arg_internal ('$', key, history_skip);
655 undo_needed = retval == 0;
656 return retval;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinflow.c715 int retval = 0;
724 retval = setpgid (getpid (), getpid ());
728 retval = setpgrp ();
730 retval = setpgrp (getpid (), getpid ());
737 return retval;
709 int retval = 0; local
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_machdep.c102 int retval; local
104 retval = 0;
110 retval = 1;
113 } while (retval == 0 && tc != NULL);
114 return (retval);
/freebsd-11-stable/sys/dev/ata/
H A Data-cbus.c212 int retval = 0; local
214 retval += bus_print_child_header(dev, child);
215 retval += printf(" at bank %d", ch->unit);
216 retval += bus_print_child_footer(dev, child);
217 return retval;
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_machdep.c98 int retval; local
100 retval = 0;
106 retval = 1;
109 } while (retval == 0 && tc != NULL);
110 return (retval);
H A Dlegacy.c169 int retval = 0; local
171 retval += bus_print_child_header(bus, child);
173 retval += printf(" pcibus %d", atdev->lg_pcibus);
174 retval += printf(" on motherboard\n"); /* XXX "motherboard", ick */
176 return (retval);
/freebsd-11-stable/sys/dev/iicbus/
H A Diicbb.c182 int retval = 0; local
185 retval += bus_print_child_header(bus, dev);
189 retval += printf(" on %s master-only\n",
195 retval += printf(" on %s addr 0x%x\n",
199 return (retval);
/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_usb.c63 int retval; local
145 retval = strcmp(a->module_name, b->module_name);
146 if (retval == 0)
147 retval = strcmp(a->module_mode, b->module_mode);
148 return (retval);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c433 char *retval;
439 if ((retval = malloc(nameend - bp + 1)) != NULL) {
440 retval[0] = '\0';
441 strncat(retval, bp, nameend - bp);
443 return retval;
432 char *retval; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp173 void TypeCategoryMap::Get(FormattersMatchData &match_data, ImplSP &retval) { argument
205 retval = std::move(current_format);
215 lldb::TypeFormatImplSP &retval);
218 lldb::TypeSummaryImplSP &retval);
220 FormattersMatchData &match_data, lldb::SyntheticChildrenSP &retval);
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c83 } retval, tmpval; local
88 retval.c[0] = tmpval.c[1];
89 retval.c[1] = tmpval.c[0];
91 return retval.ui;
102 } retval, tmpval; local
107 retval.c[0] = tmpval.c[3];
108 retval.c[1] = tmpval.c[2];
109 retval.c[2] = tmpval.c[1];
110 retval.c[3] = tmpval.c[0];
112 return retval
123 } retval, tmpval; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dgetnetgrent.c230 files_getnetgrent_r(void *retval, void *mdata, va_list ap) argument
251 files_setnetgrent(void *retval, void *mdata, va_list ap) argument
288 files_endnetgrent(void *retval, void *mdata, va_list ap) argument
299 compat_getnetgrent_r(void *retval, void *mdata, va_list ap) argument
326 compat_setnetgrent(void *retval, void *mdata, va_list ap) argument
410 compat_endnetgrent(void *retval, void *mdata, va_list ap) argument
530 compat_innetgr(void *retval, void *mdata, va_list ap) argument
584 *(int *)retval = 1;
587 *(int *)retval = 0;
593 return (_innetgr_fallback(retval, mdat
597 _innetgr_fallback(void *retval, void *mdata, const char *group, const char *host, const char *user, const char *dom) argument
658 innetgr_fallback(void *retval, void *mdata, va_list ap) argument
[all...]

Completed in 340 milliseconds

<<11121314151617181920>>