Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/src/filesystem/
HDposix_compat.h423 inline SSizeT readlink(const wchar_t* path, wchar_t* ret_buf, size_t bufsize) { in readlink() argument
459 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)], name_length); in readlink()
/freebsd-14-stable/crypto/heimdal/lib/ntlm/
HDntlm.c327 ret_buf(krb5_storage *sp, struct sec_buffer *desc, struct ntlm_buf *buf) in ret_buf() function
719 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0); in heim_ntlm_decode_type2()
885 CHECK(ret_buf(in, &lm, &type3->lm), 0); in heim_ntlm_decode_type3()
886 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0); in heim_ntlm_decode_type3()
891 CHECK(ret_buf(in, &sessionkey, &type3->sessionkey), 0); in heim_ntlm_decode_type3()
/freebsd-14-stable/sys/dev/bce/
HDif_bce.c2569 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, in bce_nvram_read() argument
2613 memcpy(ret_buf, buf + (offset & 3), pre_len); in bce_nvram_read()
2616 ret_buf += pre_len; in bce_nvram_read()
2636 memcpy(ret_buf, buf, 4 - extra); in bce_nvram_read()
2647 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags); in bce_nvram_read()
2651 ret_buf += 4; in bce_nvram_read()
2655 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0); in bce_nvram_read()
2659 ret_buf += 4; in bce_nvram_read()
2669 memcpy(ret_buf, buf, 4 - extra); in bce_nvram_read()
/freebsd-14-stable/sys/netinet/
HDsctp_input.c4890 struct mbuf *ret_buf; in sctp_process_control() local
4913 ret_buf = in sctp_process_control()
4935 ret_buf = NULL; in sctp_process_control()
4940 if (ret_buf == NULL) { in sctp_process_control()
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_dbg_fw_funcs.c4477 u32 *ret_buf) in ecore_nvram_read() argument
4489 …_LEN_OFFSET), &ret_mcp_resp, &ret_mcp_param, &ret_read_size, (u32 *)((u8 *)ret_buf + read_offset))) in ecore_nvram_read()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c7019 unsigned char **ret_buf, size_t *ret_sz) in decompress_section() argument
7076 *ret_buf = uncompressed_data_buffer; in decompress_section()
/freebsd-14-stable/sys/dev/bxe/
HDbxe.c1270 uint8_t *ret_buf, in bxe_nvram_read() argument
1303 memcpy(ret_buf, &val, 4); in bxe_nvram_read()
1307 ret_buf += sizeof(uint32_t); in bxe_nvram_read()
1315 memcpy(ret_buf, &val, 4); in bxe_nvram_read()