HomeSort by: relevance | last modified time | path
    Searched refs:ret_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 437 SSizeT readlink(const wchar_t *path, wchar_t *ret_buf, size_t bufsize) {
475 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)],
  /src/crypto/external/bsd/heimdal/dist/lib/ntlm/
ntlm.c 414 ret_buf(krb5_storage *sp, struct sec_buffer *desc, struct ntlm_buf *buf) function
869 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0);
1037 CHECK(ret_buf(in, &lm, &type3->lm), 0);
1038 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0);
1043 CHECK(ret_buf(in, &sessionkey, &type3->sessionkey), 0);
  /src/sys/dev/pci/
if_bnx.c 1819 bnx_nvram_read(struct bnx_softc *sc, uint32_t offset, uint8_t *ret_buf,
1860 memcpy(ret_buf, buf + (offset & 3), pre_len);
1863 ret_buf += pre_len;
1883 memcpy(ret_buf, buf, 4 - extra);
1893 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
1897 ret_buf += 4;
1901 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, 0);
1905 ret_buf += 4;
1915 memcpy(ret_buf, buf, 4 - extra);
  /src/sys/netinet/
sctp_input.c 3512 struct mbuf *ret_buf; local
3513 ret_buf = sctp_handle_cookie_echo(m, iphlen,
3519 printf("ret_buf:%p length:%d off:%d\n",
3520 ret_buf, length, *offset);
3524 if (ret_buf == NULL) {

Completed in 34 milliseconds