Searched refs:retval (Results 601 - 625 of 774) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_hp.c317 int is_write, int val, int *retval);
891 int val, int *retval)
913 if (res == 0 && retval != NULL)
914 *retval = result[2];
890 acpi_hp_exec_wmi_command(device_t wmi_dev, int command, int is_write, int val, int *retval) argument
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h794 int retval; local
807 retval = ((lck->tas.lk.poll == 0) &&
809 if (retval) {
813 return retval;
H A Dkmp_stats.cpp419 int retval; local
421 for (retval = 0, it = begin(); it != end(); it++, retval++) {
423 return retval;
H A Dkmp_tasking.cpp1381 kmp_task_t *retval; local
1394 retval = __kmp_task_alloc(loc_ref, gtid, input_flags, sizeof_kmp_task_t,
1397 KA_TRACE(20, ("__kmpc_omp_task_alloc(exit): T#%d retval %p\n", gtid, retval));
1399 return retval;
4019 kmp_int64 retval; local
4023 retval = *(kmp_int64 *)((char *)task + lower_offset);
4028 retval = (kmp_int64)*lb;
4031 retval = (kmp_int64)*lb;
4035 retval
4040 kmp_int64 retval; local
[all...]
H A Dkmp_wait_release.h796 bool retval = false; local
798 retval = __kmp_wait_template<kmp_flag_64, TRUE, true, false>(
801 retval = __kmp_wait_template<kmp_flag_64, FALSE, true, false>(
803 return retval;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.h66 int bytes, uint32_t *retval);
/freebsd-13-stable/contrib/dialog/
H A Ddialog.c1881 int retval = DLG_EXIT_OK; local
2128 retval = show_result((*(modePtr->jumper)) (dialog_vars.title,
2131 DLG_TRACE(("# widget returns %d\n", retval));
2139 if (retval == DLG_EXIT_ESC) {
2161 if (retval != DLG_EXIT_OK)
2173 dlg_killall_bg(&retval);
2179 dlg_exit(retval);
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c150 int retval = 0; local
154 retval += bus_print_child_header(dev, child);
158 retval += resource_list_print_type(rl, "mem", SYS_RES_MEMORY,
160 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ,
164 retval += bus_print_child_domain(dev, child);
165 retval += bus_print_child_footer(dev, child);
167 return (retval);
481 * @retval 0 success
482 * @retval non-zero if an error occurs fetching device info for comparison.
1195 * @retval
[all...]
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c1009 int retval; local
1018 retval = -1;
1042 retval = 0;
1113 retval = 0;
1119 return (retval);
/freebsd-13-stable/libexec/bootpd/
H A Dreadfile.c649 int retval;
667 retval = eval_symbol(&src, host);
668 if (retval == SUCCESS) {
672 if (retval == E_END_OF_ENTRY) {
677 switch (retval) {
644 int retval; local
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1536 int retval;
1551 retval = snprintf(regex_pattern, sizeof(regex_pattern),
1554 if (retval >= (int)sizeof(regex_pattern)) {
1559 retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
1560 if (retval != 0) {
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah.c335 uint32_t retval; local
338 for (i = 0, retval = 0; i < n; i++) {
339 retval = (retval << 1) | (val & 1);
342 return retval;
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1546 int retval; local
1555 retval = 0;
1559 retval = EBUSY;
1565 if (retval != 0)
1568 return (retval);
/freebsd-13-stable/sys/mips/mips/
H A Dbusdma_machdep.c266 int retval; local
268 retval = 0;
275 retval = 1;
278 } while (retval == 0 && dmat != NULL);
279 return (retval);
/freebsd-13-stable/sys/cam/
H A Dcam_iosched.c1659 int retval = 0; local
1662 return retval;
1667 retval = cam_iosched_limiter_iodone(&isc->write_stats, bp);
1673 retval = cam_iosched_limiter_iodone(&isc->read_stats, bp);
1704 return retval;
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c111 bool retval = false; local
128 return retval;
158 retval = true;
174 retval = true;
183 return retval;
/freebsd-13-stable/sys/netinet/
H A Din_mcast.c2911 int retval; local
2947 retval = sysctl_wire_old_buffer(req,
2949 if (retval) {
2951 return (retval);
2964 retval = SYSCTL_OUT(req, &fmode, sizeof(uint32_t));
2965 if (retval != 0)
2979 retval = SYSCTL_OUT(req, &src, sizeof(struct in_addr));
2980 if (retval != 0)
2988 return (retval);
H A Dsctp_input.c403 int retval, abort_flag, cookie_found; local
467 if ((retval = sctp_load_addresses_from_init(stcb, m,
477 retval);
525 retval = sctp_send_cookie_echo(m, offset, initack_limit, stcb, net);
526 return (retval);
1372 int retval; local
1543 if ((retval = sctp_load_addresses_from_init(stcb, m,
1552 retval);
1688 if ((retval = sctp_load_addresses_from_init(stcb, m,
1697 retval);
1997 int retval; local
5534 int retval; local
[all...]
/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.c311 uint32_t retval; local
315 retval = SAF1761_READ_LE_4(sc, offset);
316 if (retval != 0)
317 return (retval);
1589 int retval = FILTER_HANDLED; local
1615 retval = FILTER_SCHEDULE_THREAD;
1632 retval = FILTER_SCHEDULE_THREAD;
1638 retval = FILTER_SCHEDULE_THREAD;
1642 return (retval);
/freebsd-13-stable/sys/netinet6/
H A Din6_mcast.c2735 int retval; local
2779 retval = sysctl_wire_old_buffer(req,
2781 if (retval) {
2783 return (retval);
2795 retval = SYSCTL_OUT(req, &fmode, sizeof(uint32_t));
2796 if (retval != 0)
2809 retval = SYSCTL_OUT(req, &src,
2811 if (retval != 0)
2819 return (retval);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2549 int retval; local
2576 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq,
2586 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq,
2591 return (retval);
3206 u64 retval; local
3211 retval = priv->stats.vport.rx_packets;
3214 retval = priv->stats.pport.in_range_len_errors +
3221 retval = priv->stats.vport.rx_out_of_buffer;
3224 retval = priv->stats.vport.tx_packets;
3227 retval
[all...]
/freebsd-13-stable/sys/dev/ntb/
H A Dntb_transport.c563 int retval; local
565 retval = bus_print_child_header(dev, child);
571 retval += printf(" at consumer %d", nc->consumer);
572 retval += bus_print_child_domain(dev, child);
573 retval += bus_print_child_footer(dev, child);
575 return (retval);
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard.c908 int retval = 0; local
910 retval += bus_print_child_header(dev, child);
911 retval += printf(" at");
922 retval += printf(" function %d config %d", devi->pf->number,
926 retval += bus_print_child_footer(dev, child);
928 return (retval);
/freebsd-13-stable/sys/dev/fdc/
H A Dfdc.c1882 int retval = 0, flags; local
1884 retval += bus_print_child_header(me, child);
1885 retval += printf(" on %s drive %d", device_get_nameunit(me),
1888 retval += printf(" flags %#x", flags);
1889 retval += printf("\n");
1891 return (retval);
/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub.c390 uint8_t retval = 0; local
408 retval++;
411 return (retval);
2072 uint8_t retval; local
2151 retval = slot;
2175 return (retval);

Completed in 272 milliseconds

<<21222324252627282930>>