Searched refs:ret_buf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/crypto/openssl/engines/vendor_defns/ |
| D | atalla.h | 37 unsigned int *ret_buf); 39 typedef int tfnASI_GetHardwareConfig(long card_num, unsigned int *ret_buf);
|
| /freebsd-9-stable/crypto/heimdal/lib/ntlm/ |
| D | ntlm.c | 248 ret_buf(krb5_storage *sp, struct sec_buffer *desc, struct ntlm_buf *buf) in ret_buf() function 577 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0); in heim_ntlm_decode_type2() 731 CHECK(ret_buf(in, &lm, &type3->lm), 0); in heim_ntlm_decode_type3() 732 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0); in heim_ntlm_decode_type3() 737 CHECK(ret_buf(in, &sessionkey, &type3->sessionkey), 0); in heim_ntlm_decode_type3()
|
| /freebsd-9-stable/sys/dev/bce/ |
| D | if_bce.c | 2607 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, in bce_nvram_read() argument 2651 memcpy(ret_buf, buf + (offset & 3), pre_len); in bce_nvram_read() 2654 ret_buf += pre_len; in bce_nvram_read() 2674 memcpy(ret_buf, buf, 4 - extra); in bce_nvram_read() 2685 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags); in bce_nvram_read() 2689 ret_buf += 4; in bce_nvram_read() 2693 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0); in bce_nvram_read() 2697 ret_buf += 4; in bce_nvram_read() 2707 memcpy(ret_buf, buf, 4 - extra); in bce_nvram_read()
|
| /freebsd-9-stable/sys/netinet/ |
| D | sctp_input.c | 5130 struct mbuf *ret_buf; in sctp_process_control() local 5148 ret_buf = in sctp_process_control() 5164 ret_buf = NULL; in sctp_process_control() 5169 if (ret_buf == NULL) { in sctp_process_control()
|
| /freebsd-9-stable/sys/dev/bxe/ |
| D | bxe.c | 1280 uint8_t *ret_buf, in bxe_nvram_read() argument 1313 memcpy(ret_buf, &val, 4); in bxe_nvram_read() 1317 ret_buf += sizeof(uint32_t); in bxe_nvram_read() 1325 memcpy(ret_buf, &val, 4); in bxe_nvram_read()
|