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

/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h423 inline SSizeT readlink(const wchar_t* path, wchar_t* ret_buf, size_t bufsize) { argument
459 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)], name_length);
/freebsd-current/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-current/sys/dev/bce/
H A Dif_bce.c2585 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, argument
2629 memcpy(ret_buf, buf + (offset & 3), pre_len);
2632 ret_buf += pre_len;
2652 memcpy(ret_buf, buf, 4 - extra);
2663 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
2667 ret_buf += 4;
2671 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0);
2675 ret_buf += 4;
2685 memcpy(ret_buf, buf, 4 - extra);
/freebsd-current/sys/netinet/
H A Dsctp_input.c4890 struct mbuf *ret_buf; local
4913 ret_buf =
4935 ret_buf = NULL;
4940 if (ret_buf == NULL) {
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c7019 unsigned char **ret_buf, size_t *ret_sz)
7076 *ret_buf = uncompressed_data_buffer;
7017 decompress_section(struct section *s, unsigned char *compressed_data_buffer, size_t compressed_size, unsigned char **ret_buf, size_t *ret_sz) argument
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4477 u32 *ret_buf)
4489 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)))
4473 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-current/sys/dev/bxe/
H A Dbxe.c1270 uint8_t *ret_buf,
1303 memcpy(ret_buf, &val, 4);
1307 ret_buf += sizeof(uint32_t);
1315 memcpy(ret_buf, &val, 4);
1268 bxe_nvram_read(struct bxe_softc *sc, uint32_t offset, uint8_t *ret_buf, int buf_size) argument

Completed in 212 milliseconds