Searched refs:ret_buf (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 423 inline SSizeT readlink(const wchar_t* path, wchar_t* ret_buf, size_t bufsize) { in fchmodat() 459 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)], name_length); in readlink() 433 readlink(const wchar_t * path,wchar_t * ret_buf,size_t bufsize) readlink() argument
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 327 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/sys/dev/bce/ |
H A D | if_bce.c | 2568 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, in bce_nvram_read() argument 2612 memcpy(ret_buf, buf + (offset & 3), pre_len); in bce_nvram_read() 2615 ret_buf += pre_len; in bce_nvram_read() 2635 memcpy(ret_buf, buf, 4 - extra); in bce_nvram_read() 2646 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags); in bce_nvram_read() 2650 ret_buf += 4; in bce_nvram_read() 2654 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0); in bce_nvram_read() 2658 ret_buf += 4; in bce_nvram_read() 2668 memcpy(ret_buf, buf, 4 - extra); in bce_nvram_read()
|
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 4890 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/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 4477 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/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 7019 unsigned char **ret_buf, size_t *ret_sz) in decompress_section() argument 7076 *ret_buf = uncompressed_data_buffer; in decompress_section()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 1270 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()
|