Searched refs:ret_buf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssl/engines/vendor_defns/
H A Datalla.h37 unsigned int *ret_buf);
39 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
/freebsd-10-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c327 ret_buf(krb5_storage *sp, struct sec_buffer *desc, struct ntlm_buf *buf) function
719 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0);
885 CHECK(ret_buf(in, &lm, &type3->lm), 0);
886 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0);
891 CHECK(ret_buf(in, &sessionkey, &type3->sessionkey), 0);
/freebsd-10-stable/sys/dev/bce/
H A Dif_bce.c2607 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, argument
2651 memcpy(ret_buf, buf + (offset & 3), pre_len);
2654 ret_buf += pre_len;
2674 memcpy(ret_buf, buf, 4 - extra);
2685 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
2689 ret_buf += 4;
2693 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0);
2697 ret_buf += 4;
2707 memcpy(ret_buf, buf, 4 - extra);
/freebsd-10-stable/sys/netinet/
H A Dsctp_input.c5214 struct mbuf *ret_buf; local
5232 ret_buf =
5248 ret_buf = NULL;
5253 if (ret_buf == NULL) {
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4499 u32 *ret_buf)
4511 if (ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_NVM_READ_NVRAM, (nvram_offset_bytes + read_offset) | (bytes_to_copy << DRV_MB_PARAM_NVM_LEN_OFFSET), &ret_mcp_resp, &ret_mcp_param, &ret_read_size, (u32 *)((u8 *)ret_buf + read_offset)))
4495 ecore_nvram_read(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 nvram_offset_bytes, u32 nvram_size_bytes, u32 *ret_buf) argument
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.c1286 uint8_t *ret_buf,
1319 memcpy(ret_buf, &val, 4);
1323 ret_buf += sizeof(uint32_t);
1331 memcpy(ret_buf, &val, 4);
1284 bxe_nvram_read(struct bxe_softc *sc, uint32_t offset, uint8_t *ret_buf, int buf_size) argument

Completed in 321 milliseconds