Searched refs:retval (Results 626 - 650 of 774) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/dev/ixl/
H A Di40e_common.c339 "AQ CMD: opcode 0x%04X, flags 0x%04X, datalen 0x%04X, retval 0x%04X\n",
343 LE16_TO_CPU(aq_desc->retval));
3686 if (status && LE16_TO_CPU(desc.retval) == I40E_AQ_RC_ESRCH)
4993 * recomputed and modified. The retval field in the descriptor
6999 enum i40e_status_code retval; local
7003 retval = i40e_aq_run_phy_activity(hw,
7008 if (!retval && cmd_status != I40E_AQ_RUN_PHY_ACT_CMD_STAT_SUCC)
7009 retval = I40E_ERR_ADMIN_QUEUE_ERROR;
7011 return retval;
7036 enum i40e_status_code retval; local
7095 enum i40e_status_code retval; local
7384 enum i40e_status_code retval; local
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_socket.c1486 l_uint retval; local
1500 retval = td->td_retval[0];
1501 error = copyout(&retval, &msg->msg_len, sizeof(msg->msg_len));
1727 l_uint retval; local
1749 retval = td->td_retval[0];
1750 error = copyout(&retval, &msg->msg_len, sizeof(msg->msg_len));
H A Dlinux_file.c461 size_t retval; local
479 retval = 0;
512 retval += linuxreclen;
516 td->td_retval[0] = retval;
538 size_t retval; local
556 retval = 0;
586 retval += linuxreclen;
590 td->td_retval[0] = retval;
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c3237 int retval = SUCCESS, i, j, retry = 0; local
3297 retval = FAIL;
3410 retval = FAIL;
3448 retval = SUCCESS;
3454 retval = FAIL;
3463 "Reset Exit with %d.\n", retval);
3464 return retval;
3525 int i, outstanding, retval = 0; local
3532 retval = 1;
3546 retval
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c309 int retval = -1; local
331 retval = ocs->mgmt_functions->get_handler(textbuf, qualifier, (char*)name, ocs);
334 if (retval != 0) {
336 retval = ocs->tgt_mgmt_functions->get_handler(textbuf, qualifier,
341 if (retval != 0) {
347 retval = domain->mgmt_functions->get_handler(textbuf, qualifier, (char*)name, domain);
350 if (retval == 0) {
360 return retval;
H A Docs_os.c606 thread->retval = (*thread->fctn)(thread->arg);
728 return thread->retval;
/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c218 Cell *retval; /* return value */ member in struct:Frame
285 fp->retval = gettemp();
321 z = fp->retval; /* return value */
373 setsval(fp->retval, getsval(y));
374 fp->retval->fval = getfval(y);
375 fp->retval->tval |= NUM;
378 setsval(fp->retval, getsval(y));
380 setfval(fp->retval, getfval(y));
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c297 audit_write(short event_code, token_t *subject, token_t *misctok, char retval, argument
329 if ((rettok = au_to_return32(retval, errcode)) == NULL) {
/freebsd-13-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c305 cell_t retval; local
331 (cell_t)i, &retval);
/freebsd-13-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c308 hcall->retval = error;
312 hcall->retval = 0;
/freebsd-13-stable/sys/isa/
H A Dpnp.c391 int large_len, scanning = len, retval = FALSE; local
521 return (retval);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.c312 uint64_t retval = ~0; local
320 return (retval);
326 return (retval);
337 retval = *((uint8_t *)dest);
339 retval = *((uint32_t *)dest);
341 retval = *((uint64_t *)dest);
344 retval = 0;
347 return (retval);
H A Dpci_virtio_console.c204 pci_vtcon_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
210 memcpy(retval, ptr, size);
H A Dpci_virtio_net.c735 pci_vtnet_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
741 memcpy(retval, ptr, size);
H A Dpci_virtio_scsi.c335 pci_vtscsi_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
341 memcpy(retval, ptr, size);
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c109 unsigned int retval = 0; local
113 retval = retval * a + (*p);
117 return retval;
/freebsd-13-stable/sys/kern/
H A Dkern_mbuf.c1324 void *retval; local
1333 retval = uma_zalloc_arg(zone, m, how);
1335 MBUF_PROBE4(m__cljget, m, how, size, retval);
1337 return (retval);
/freebsd-13-stable/sys/security/audit/
H A Daudit_private.h343 int retval);
/freebsd-13-stable/sys/sys/
H A Dsysctl.h1161 size_t *oldlenp, void *new, size_t newlen, size_t *retval,
1164 size_t *oldlenp, void *new, size_t newlen, size_t *retval,
1168 size_t *retval, int flags);
1176 size_t newlen, size_t *retval, int flags, bool inkernel);
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_cdce.c1214 uint8_t retval; local
1232 retval = 2;
1248 retval = 1;
1352 return (retval);
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.c1732 int retval; local
1735 retval = (ssc->sc_refs < 2);
1739 if (retval)
1742 return (retval);
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dvmcb.h340 int vmcb_read(struct svm_softc *sc, int vcpu, int ident, uint64_t *retval);
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvlapic.c1315 int retval; local
1342 retval = 0;
1371 retval = vlapic_icrlo_write_handler(vlapic, retu);
1414 return (retval);
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c514 int retval = -1; local
525 retval = auth_wait(name, name_sz);
658 return(retval);
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.c244 int retval; local
250 retval = hdestroy(hashp);
252 return (retval);

Completed in 256 milliseconds

<<21222324252627282930>>