Searched refs:retval (Results 426 - 450 of 774) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c332 s32 retval = mbx->ops.write_posted(hw, msg, size, 0); local
334 if (retval)
335 return retval;
683 s32 retval; local
688 retval = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 2);
689 if (retval)
690 return retval;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h342 int retval = -ENODEV; local
349 retval = -ENOMEM;
362 retval = kobject_set_name_vargs(&dev->kobj, fmt, args);
363 if (retval)
366 retval = device_add(dev);
367 if (retval)
374 return ERR_PTR(retval);
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c191 int retval; // select() return value local
298 retval = select(pars.sockctrl + 1, &rfds, NULL, NULL, &tv);
299 if (retval == -1)
309 if (retval == 0)
362 retval = daemon_msg_auth_req(&pars, plen);
363 if (retval == -1)
369 if (retval == -2)
532 retval = select(pars.sockctrl + 1, &rfds, NULL, NULL, &tv);
533 if (retval == -1)
544 if (retval
2246 int retval; // general variable used to keep the return value of other functions local
[all...]
/freebsd-13-stable/sbin/devd/
H A Ddevd.cc305 bool retval; local
318 retval = (regexec(&_regex, value.c_str(), 0, NULL, 0) == 0);
320 retval = (retval == 0) ? 1 : 0;
322 return (retval);
355 bool retval; local
369 retval = false;
380 retval = (IFM_TYPE(ifmr.ifm_active) == _type);
384 retval = true;
389 return (retval);
[all...]
/freebsd-13-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c90 long retval; member in struct:info
607 info.retval = 0;
635 info.retval = error;
652 info.retval = 0;
668 info.retval = error;
686 info.retval = 0;
702 info.retval = error;
719 info.retval = 0;
735 info.retval = error;
791 val = ifp->retval;
[all...]
/freebsd-13-stable/lib/libradius/
H A Dradlib.c503 int retval; local
511 retval = 0;
545 retval = -1;
554 retval = -1;
570 retval = -1;
581 retval = -1;
606 retval = -1;
616 retval = -1;
626 retval = -1;
637 retval
[all...]
/freebsd-13-stable/sys/dev/ntb/
H A Dntb.c184 int retval; local
186 retval = bus_print_child_header(dev, child);
202 retval += printf(" at function %d", nc->function);
203 retval += bus_print_child_domain(dev, child);
204 retval += bus_print_child_footer(dev, child);
206 return (retval);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c792 int retval = 0; local
798 retval = -1; /* NF didn't finish */
821 retval = 0;
825 retval = 0;
836 retval = nf;
838 return retval;
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c346 int error, retval; local
464 retval = ntp_is_time_error(time_status) ? TIME_ERROR : time_state;
467 *retvalp = retval;
481 int error, retval; local
485 error = kern_ntp_adjtime(td, &ntv, &retval);
489 td->td_retval[0] = retval;
/freebsd-13-stable/sys/powerpc/powermac/
H A Dmacio.c441 int retval = 0; local
446 retval += bus_print_child_header(dev, child);
448 retval += resource_list_print_type(rl, "mem", SYS_RES_MEMORY, "%#jx");
449 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%jd");
451 retval += bus_print_child_footer(dev, child);
453 return (retval);
H A Duninorth.c422 int retval = 0; local
427 retval += bus_print_child_header(dev, child);
429 retval += resource_list_print_type(rl, "mem", SYS_RES_MEMORY, "%#jx");
430 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%jd");
432 retval += bus_print_child_footer(dev, child);
434 return (retval);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3bus.c483 int retval = 0; local
485 retval += bus_print_child_header(dev, child);
486 retval += resource_list_print_type(&dinfo->resources, "mem",
488 retval += resource_list_print_type(&dinfo->resources, "irq",
491 retval += bus_print_child_footer(dev, child);
493 return (retval);
/freebsd-13-stable/sys/security/audit/
H A Daudit.c448 audit_commit(struct kaudit_record *ar, int error, int retval) argument
460 ar->k_ar.ar_retval = retval;
715 int retval; local
725 retval = -1;
727 retval = td->td_retval[0];
729 audit_commit(td->td_ar, error, retval);
/freebsd-13-stable/crypto/openssl/apps/
H A Dopt.c137 assert(o->retval > 0);
190 if (flags & ap->retval)
303 *result = pp->retval;
611 * error, otherwise the flag's retval.
658 return o->retval;
747 return o->retval;
751 return unknown->retval;
/freebsd-13-stable/usr.sbin/iostat/
H A Diostat.c531 int retval; local
535 retval = devstat_selectdevs(&dev_select, &num_selected,
546 switch(retval) {
571 int retval; local
572 retval = devstat_selectdevs(&dev_select, &num_selected,
583 switch(retval) {
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h578 "li %0, 1\n\t" /* success - retval = 1 */
582 "li %0, 0\n\t" /* failure - retval = 0 */
602 "li %0, 1\n\t" /* success - retval = 1 */
606 "li %0, 0\n\t" /* failure - retval = 0 */
631 "li %0, 1\n\t" /* success - retval = 1 */
635 "li %0, 0\n\t" /* failure - retval = 0 */
659 "li %0, 1\n\t" /* success - retval = 1 */
663 "li %0, 0\n\t" /* failure - retval = 0 */
689 "li %0, 1\n\t" /* success - retval = 1 */
697 "li %0, 0\n\t" /* failure - retval
[all...]
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_backend_block.c2222 int retval, num_threads; local
2226 retval = 0;
2269 retval = ctl_be_block_open(be_lun, req);
2270 if (retval != 0) {
2271 retval = 0;
2365 retval = taskqueue_start_threads_in_proc(&be_lun->io_taskqueue,
2371 if (retval != 0)
2376 retval = ctl_add_lun(&be_lun->cbe_lun);
2377 if (retval != 0) {
2380 "details", retval);
2423 int retval; local
2622 int retval; local
2706 int retval = 0; local
2747 int retval; local
[all...]
/freebsd-13-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-13-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-13-stable/lib/libc/net/
H A Dip6opt.c183 u_int8_t *retval; local
213 retval = bp;
227 return(retval);
/freebsd-13-stable/lib/libvmmapi/
H A Dvmmapi.h145 int vm_get_register(struct vmctx *ctx, int vcpu, int reg, uint64_t *retval);
174 int *retval);
211 * retval fault Interpretation
228 int vm_rtc_read(struct vmctx *ctx, int offset, uint8_t *retval);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c352 uint64_t retval = 0; /* unlimited */ local
369 retval = rate;
380 retval = 0;
382 return (retval);
1033 int retval; local
1040 retval = 0;
1045 retval = EBUSY;
1048 retval = EINVAL;
1053 return (retval);
1061 int retval local
[all...]
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clsubs.c275 nfsuint64 *retval = NULL; local
315 retval = &dp->ndm_cookies[pos];
317 return (retval);
/freebsd-13-stable/sys/cam/
H A Dcam_queue.c234 u_int32_t retval; local
236 retval = camq_resize(&camq->send_queue, devices);
237 return (retval);
/freebsd-13-stable/usr.sbin/autofs/
H A Dautomountd.c442 int ch, debug = 0, error, maxproc = 30, retval, saved_errno; local
499 retval = kldload("autofs");
500 if (retval != -1)

Completed in 299 milliseconds

<<11121314151617181920>>