Searched refs:retval (Results 301 - 325 of 869) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c616 int retval = 0; local
621 retval = ctl_backend_ramdisk_gls(io);
631 retval = CTL_RETVAL_COMPLETE;
636 retval = CTL_RETVAL_COMPLETE;
639 return (retval);
769 int retval = 0; local
814 retval = CTL_RETVAL_COMPLETE;
818 return (retval);
847 int retval; local
849 retval
885 int retval; local
963 int retval; local
[all...]
H A Dctl_frontend_ioctl.c315 int done, retval; local
328 if ((retval = ctl_queue(io)) != CTL_RETVAL_COMPLETE)
329 return (retval);
396 int retval = 0; local
432 retval = cfi_submit_wait(io);
433 if (retval == 0)
436 return (retval);
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Derror_ext.h483 #define CHECK_INIT_PARAMETERS_RETURN_VALUE(handle, f_check, retval)
495 #define CHECK_INIT_PARAMETERS_RETURN_VALUE(handle, f_check, retval) \
500 return (retval); \
509 #define SANITY_CHECK_RETURN_VALUE(_cond, _err, retval)
522 #define SANITY_CHECK_RETURN_VALUE(_cond, _err, retval) \
526 return (retval); \
/freebsd-11-stable/sys/powerpc/powermac/
H A Dgrackle.c147 u_int32_t retval = 0xffffffff; local
161 return (retval);
167 retval = (in8rb(caoff));
170 retval = (in16rb(caoff));
173 retval = (in32rb(caoff));
179 return (retval);
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig298 local retval=$?
303 [ $retval -eq $DIALOG_OK ] && f_dialog_default_store "$menu_choice"
305 return $retval
395 retval=$?
397 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
399 if [ $retval -eq $DIALOG_HELP ]; then
402 elif [ $retval -ne $DIALOG_OK ]; then
/freebsd-11-stable/tools/tools/build_option_survey/
H A Doption_survey.sh25 echo retval $a
33 echo retval $a
42 echo retval $a
61 echo retval $a
71 echo retval $a
82 echo retval $a
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_node.h184 uint32_t retval = 0; local
186 if (node->sport->enable_ini) retval |= (1U << 3);
187 if (node->sport->enable_tgt) retval |= (1U << 2);
188 if (node->init) retval |= (1U << 1);
189 if (node->targ) retval |= (1U << 0);
190 return (ocs_node_enable_e) retval;
H A Docs_sport.c1189 int retval = 0; local
1244 retval = ocs_ddump_node(textbuf, node);
1245 if (retval != 0) {
1253 return retval;
1301 int retval = -1; local
1314 retval = 0;
1317 retval = 0;
1320 retval = 0;
1323 retval = 0;
1326 retval
1407 int retval = -1; local
1438 int retval = -1; local
[all...]
/freebsd-11-stable/sys/dev/spibus/
H A Dspibus.c100 int retval = 0; local
102 retval += bus_print_child_header(dev, child);
103 retval += printf(" at cs %d", devi->cs);
104 retval += printf(" mode %d", devi->mode);
105 retval += bus_print_child_footer(dev, child);
107 return (retval);
/freebsd-11-stable/sys/dev/rp/
H A Drp_pci.c154 int retval; local
170 retval = ENOMEM;
190 retval = ENXIO;
204 retval = rp_attachcommon(ctlp, num_aiops, num_ports);
205 if (retval != 0)
213 return (retval);
H A Drp_isa.c151 int retval; local
184 retval = ENOMEM;
191 retval = ENOMEM;
205 retval = ENXIO;
215 retval = ENXIO;
230 return (retval);
240 int retval; local
262 retval = rp_attachcommon(ctlp, num_aiops, num_ports);
263 if (retval != 0)
271 return (retval);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfindvar.c54 LONGEST retval; local
70 retval = ((LONGEST) * p ^ 0x80) - 0x80;
72 retval = (retval << 8) | *p;
78 retval = ((LONGEST) * p ^ 0x80) - 0x80;
80 retval = (retval << 8) | *p;
82 return retval;
88 ULONGEST retval; local
100 retval
[all...]
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;
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c700 int retval; local
702 retval = getaddrinfo(host, port, hints, addrinfo);
703 if (retval != 0)
707 get_gai_errstring(errbuf, errbuflen, "", retval,
1288 int retval; local
1295 retval = getaddrinfo(token, NULL, &hints, &addrinfo);
1296 if (retval != 0)
1301 retval, token, NULL);
1521 int retval; /* Variable that keeps the return value; */ local
1523 retval
1610 int retval; local
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stream.c869 svr4_stream_ti_ioctl(fp, td, retval, fd, cmd, dat)
872 register_t *retval;
987 i_nread(fp, td, retval, fd, cmd, dat)
990 register_t *retval;
1000 * number of messages in retval. We don't have the notion of number
1010 *retval = 1;
1012 *retval = 0;
1018 i_fdinsert(fp, td, retval, fd, cmd, dat)
1021 register_t *retval;
1077 *retval
1477 int sasize, *retval; local
1648 int error, *retval; local
[all...]
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c226 cl_t retval; local
229 retval = le16dec(p);
232 retval >>= 4;
233 retval &= CLUST12_MASK;
235 if (retval >= (CLUST_BAD & CLUST12_MASK))
236 retval |= ~CLUST12_MASK;
238 return (retval);
283 cl_t retval; local
286 retval = le16dec(p) & CLUST16_MASK;
288 if (retval >
322 cl_t retval; local
464 cl_t retval; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c349 int ref, retval; local
355 retval = dsw->d_gianttrick->d_open(dev, oflags, devtype, td);
358 return (retval);
365 int ref, retval; local
371 retval = dsw->d_gianttrick->d_fdopen(dev, oflags, td, fp);
374 return (retval);
381 int ref, retval; local
387 retval = dsw->d_gianttrick->d_close(dev, fflag, devtype, td);
390 return (retval);
416 int ref, retval; local
432 int ref, retval; local
448 int ref, retval; local
464 int ref, retval; local
480 int ref, retval; local
497 int ref, retval; local
515 int ref, retval; local
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c271 UINT32 arg0, UINT32 arg1, UINT32 *retval);
273 UINT32 dev_id, UINT32 *retval);
275 UINT32 dev_id, UINT32 ctrl_param, UINT32 *retval);
597 UINT32 arg0, UINT32 arg1, UINT32 *retval)
616 if (retval)
617 *retval = result;
623 UINT32 dev_id, UINT32 *retval)
627 sc->dsts_id, dev_id, 0, retval));
632 UINT32 dev_id, UINT32 ctrl_param, UINT32 *retval)
636 ASUS_WMI_METHODID_DEVS, dev_id, ctrl_param, retval));
596 acpi_asus_wmi_evaluate_method(device_t wmi_dev, int method, UINT32 arg0, UINT32 arg1, UINT32 *retval) argument
622 acpi_wpi_asus_get_devstate(struct acpi_asus_wmi_softc *sc, UINT32 dev_id, UINT32 *retval) argument
631 acpi_wpi_asus_set_devstate(struct acpi_asus_wmi_softc *sc, UINT32 dev_id, UINT32 ctrl_param, UINT32 *retval) argument
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c317 int retval; local
328 retval =
333 retval = 0;
335 return (retval);
1236 dev_match_ret retval; local
1239 retval = DM_RET_NONE;
1265 if ((retval & DM_RET_ACTION_MASK) == DM_RET_NONE)
1266 retval |= DM_RET_DESCEND;
1278 retval |= DM_RET_COPY;
1284 if ((retval
1348 dev_match_ret retval; local
1471 dev_match_ret retval; local
1580 dev_match_ret retval; local
1714 dev_match_ret retval; local
1838 dev_match_ret retval; local
1979 dev_match_ret retval; local
2122 int retval; local
2158 int retval; local
2195 int retval; local
2235 int retval; local
2283 int retval; local
2312 int retval; local
3177 int retval; local
3638 int retval = 0; local
3672 int retval = 0; local
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnand.c468 int i, retval = 0, needwrite; local
491 retval = ENXIO;
498 retval = ENXIO;
511 retval = ENXIO;
523 retval = NAND_CORRECT_ECC(chip->dev, ptr, eccd->eccread,
527 retval);
529 if (retval == 0)
531 else if (retval > 0) {
532 pg_stat->ecc_stat.ecc_corrected += retval;
533 retval
561 int retval = 0; local
700 int retval = 0; local
750 int retval = 0; local
769 int retval = 0; local
[all...]
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_smi.c133 int retval; local
142 retval = 0;
144 retval += bus_print_child_header(dev, child);
146 retval += resource_list_print_type(&smid->smid_resources, "at mem",
148 retval += resource_list_print_type(&smid->smid_resources, "irq",
151 retval += bus_print_child_footer(dev, child);
153 return (retval);
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c170 int retval; local
172 retval = dlpi_open(device, &dh, 0);
173 if (retval != DLPI_SUCCESS) {
175 dlpi_strerror(retval));
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
181 if (retval != DLPI_SUCCESS) {
183 dlpi_strerror(retval));
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c204 char *retval = NULL; local
289 "freebsd", NULL, NULL, &retval, local
293 retval = strdup(disk);
296 return (retval);
311 int retval; local
344 retval = dialog_yesno("Warning", message, 0, 0);
348 return (!retval); /* Editor -> return 0 */
/freebsd-11-stable/sys/dev/ow/
H A Dow.c233 device_t *children, retval, child; local
239 retval = NULL;
244 retval = child;
250 return (retval);
543 int retval = 0; local
548 retval += bus_print_child_header(ndev, pdev);
549 retval += printf(" romid %8D", &di->romid, ":");
550 retval += bus_print_child_footer(ndev, pdev);
552 return retval;
/freebsd-11-stable/sys/dev/eisa/
H A Deisaconf.c247 int retval = 0; local
249 retval += bus_print_child_header(dev, child);
253 retval += printf("%s%lx", rid == 1 ? " port 0x" : ",0x",
256 retval += printf("%s%lx-0x%lx", rid == 1 ? " port 0x" :
262 retval += printf("%s%lx", rid == 1 ? " mem 0x" : ",0x",
265 retval += printf("%s%lx-0x%lx", rid == 1 ? " mem 0x" :
270 retval += printf(" irq %d (%s)", irq->irq_no,
272 retval += printf(" at slot %d on %s\n", eisa_get_slot(child),
275 return (retval);

Completed in 205 milliseconds

<<11121314151617181920>>