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

/freebsd-10.0-release/crypto/openssl/engines/vendor_defns/
H A Datalla.h40 unsigned int *ret_buf);
42 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
/freebsd-10.0-release/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.0-release/sys/dev/bce/
H A Dif_bce.c2611 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, argument
2655 memcpy(ret_buf, buf + (offset & 3), pre_len);
2658 ret_buf += pre_len;
2678 memcpy(ret_buf, buf, 4 - extra);
2689 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
2693 ret_buf += 4;
2697 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0);
2701 ret_buf += 4;
2711 memcpy(ret_buf, buf, 4 - extra);
/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c5152 struct mbuf *ret_buf; local
5170 ret_buf =
5186 ret_buf = NULL;
5191 if (ret_buf == NULL) {
/freebsd-10.0-release/sys/dev/bxe/
H A Dbxe.c1362 uint8_t *ret_buf,
1395 memcpy(ret_buf, &val, 4);
1399 ret_buf += sizeof(uint32_t);
1407 memcpy(ret_buf, &val, 4);
1360 bxe_nvram_read(struct bxe_softc *sc, uint32_t offset, uint8_t *ret_buf, int buf_size) argument

Completed in 176 milliseconds