Searched refs:retval (Results 1 - 25 of 869) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_console.c200 pci_vtcon_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
206 memcpy(retval, ptr, size);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c1903 int off, mlen, ol, i, len, retval; local
1920 retval = 0;
1922 retval = 1;
1957 retval = -1;
1970 retval = -1;
1976 retval = -1;
1983 if (retval == -1) {
1986 return retval;
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto189 retval=$?
190 f_dprintf "lenovofix_prompt=[%s]" "$retval"
191 if [ $retval -eq $DIALOG_OK ]; then
202 retval=$?
203 f_dprintf "gpt_active_fix_prompt=[%s]" "$retval"
204 if [ $retval -eq $DIALOG_OK ]; then
215 retval=$?
216 f_dprintf "gpt_active_fix_prompt=[%s]" "$retval"
217 if [ $retval -eq $DIALOG_OK ]; then
233 retval
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c27034 unsigned long long retval; local
34066 unsigned long long retval; local
42034 unsigned long long retval; local
86539 unsigned long long retval; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1534 int retval;
1549 retval = snprintf(regex_pattern, sizeof(regex_pattern),
1552 if (retval >= (int)sizeof(regex_pattern)) {
1557 retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
1558 if (retval != 0) {
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c245 int retval; local
246 retval = ub_event_base_dispatch(b->eb->base);
247 if(retval < 0) {
249 "errno is %s", retval, strerror(errno));
/freebsd-11-stable/lib/libradius/
H A Dradlib.c488 int retval; local
496 retval = 0;
530 retval = -1;
539 retval = -1;
555 retval = -1;
566 retval = -1;
591 retval = -1;
601 retval = -1;
611 retval = -1;
622 retval
[all...]
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c234 int i, retval; local
244 retval = 0;
255 retval = 1;
259 retval = 1;
262 return (retval);
840 int retval = 0; local
910 retval = dla->sdl_alen;
913 return (retval);
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c4524 uint16_t retval; local
4527 retval = default_type;
4532 retval = SOUND_MIXER_RECLEV;
4535 retval = SOUND_MIXER_PCM;
4538 retval = SOUND_MIXER_PHONEIN;
4541 retval = default_type;
4545 retval = uat->feature;
4552 terminal_type, retval, default_type);
4553 return (retval);
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c1848 int retval; local
1946 retval = xbb_get_resources(xbb, &reqlist, ring_req,
1949 if (retval != 0) {
1995 retval = xbb_dispatch_io(xbb, reqlist);
1996 if (retval != 0) {
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c4733 u8 retval = 0; local
4737 retval |= (speeds & (speedmap[i] >> 8)) ? (speedmap[i] & 0xff) : 0;
4739 retval |= (speeds & speedmap[i]) ? (speedmap[i] >> 8) : 0;
4742 return (retval);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2384 int retval; local
2411 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq,
2421 retval = mlx5_core_modify_cq_moderation_mode(priv->mdev, &rq->cq.mcq,
2426 return (retval);
3036 u64 retval; local
3041 retval = priv->stats.vport.rx_packets;
3044 retval = priv->stats.pport.in_range_len_errors +
3051 retval = priv->stats.vport.rx_out_of_buffer;
3054 retval = priv->stats.vport.tx_packets;
3057 retval
[all...]
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c1982 uint16_t retval; local
1991 retval = ifp->if_index;
1993 return (retval);
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c864 int retval = 0; local
866 retval += bus_print_child_header(dev, child);
867 retval += printf(" at %s", ivars->xd_node);
868 retval += bus_print_child_footer(dev, child);
870 return (retval);
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c538 int retval; local
541 retval = 1;
550 retval = dscmd("refresh", NULL, MAXDRIVES, &cur_dev);
551 if (retval == 2)
558 return (retval);
570 retval = 1;
580 retval = dscmd("refresh",NULL, MAXDRIVES, &cur_dev);
581 if (retval == 2)
588 return (retval);
590 retval
[all...]
H A Difstat.c500 int retval = 0; local
502 retval = ifcmd(cmd, args);
504 if (retval == 1) {
509 retval = 1;
512 return (retval);
H A Ddevs.c175 int retval; local
186 retval = devstat_selectdevs(&dev_select, &num_selected,
195 if (retval == -1) {
198 } else if (retval == 1)
222 int retval = 0; local
262 retval = devstat_selectdevs(&dev_select, &num_selected,
266 if (retval == -1)
268 else if (retval == 1)
280 int retval = 0; local
340 retval
[all...]
/freebsd-11-stable/lib/libmt/
H A Dmtlib.c763 int retval; local
778 retval = XML_Parse(parser, xml_str, strlen(xml_str), 1);
780 return (retval);
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c1116 int retval=0;
1120 if((retval=ub_ctx_set_fwd(ctx,
1123 return retval;
1195 int retval=0; local
1198 if((retval=ub_ctx_hosts(ctx, buf)) !=0 ) {
1201 retval=ub_ctx_hosts(ctx, buf);
1203 return retval;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c1090 int retval = 0; local
1130 retval |= xhci_check_command(sc, &phwr->hwr_events[i]);
1168 return (retval);
/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c352 int error, retval; local
473 retval = ntp_is_time_error(time_status) ? TIME_ERROR : time_state;
478 td->td_retval[0] = retval;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1694 int retval; local
1705 retval = -ENXIO;
1707 retval = in_len;
1711 return retval;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c49 void *retval; local
52 retval = __xa_erase(xa, index);
55 return (retval);
65 void *retval; local
68 retval = radix_tree_lookup(&xa->root, index);
71 return (retval);
101 int retval; local
113 retval = radix_tree_insert(&xa->root, *pindex, ptr);
115 switch (retval) {
121 retval
138 int retval; local
157 int retval; local
199 int retval; local
218 int retval; local
240 int retval; local
260 int retval; local
286 void *retval; local
340 bool retval; local
359 void *retval; local
384 void *retval; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c1841 int retval, best; local
1855 retval = enumerator->apic_probe();
1856 if (retval > 0)
1858 if (best_enum == NULL || best < retval) {
1860 best = retval;
1886 retval = best_enum->apic_probe_cpus();
1887 if (retval != 0)
1889 best_enum->apic_name, retval);
1901 int retval; local
1907 retval
1920 int retval; local
[all...]
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c731 int retval; local
740 retval = pcs->refs;
743 return (retval);

Completed in 841 milliseconds

1234567891011>>