Home
last modified time | relevance | path

Searched defs:buf (Results 3176 – 3200 of 5341) sorted by relevance

1...<<121122123124125126127128129130>>...214

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h162 void *buf; member
179 struct mlx4_buf buf; member
195 struct mlx4_buf buf; member
223 struct mlx4_buf buf; member
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c285 unsigned char buf[8192], h[16], y[16]; in SPEED_HASH() local
382 unsigned char buf[8192], key[32], iv[12], aad[13], tag[16]; in test_speed_poly1305_inner() local
454 unsigned char buf[8192], key[32], nonce[16], aad[16], tag[16]; in test_speed_eax_inner() local
538 unsigned char buf[8192]; in test_speed_shake_inner() local
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c277 char buf[22]; LDAP_addmod_generalized_time() local
293 char *buf; LDAP_addmod_integer() local
668 unsigned char *buf; LDAP_entry2mods() local
1065 char *buf; LDAP_message2entry() local
[all...]
/freebsd/sys/dev/mps/
H A Dmps_ioctl.h86 void *buf; member
94 void *buf; member
105 void *buf; member
119 void *buf; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c64 static void *get_cqe_from_buf(struct mlx5_ib_cq_buf *buf, int n, int size) in get_cqe_from_buf() argument
400 static void free_cq_buf(struct mlx5_ib_dev *dev, struct mlx5_ib_cq_buf *buf) in free_cq_buf() argument
729 static int alloc_cq_buf(struct mlx5_ib_dev *dev, struct mlx5_ib_cq_buf *buf, in alloc_cq_buf() argument
840 init_cq_buf(struct mlx5_ib_cq * cq,struct mlx5_ib_cq_buf * buf) init_cq_buf() argument
[all...]
/freebsd/sys/dev/mpr/
H A Dmpr_ioctl.h85 void *buf; member
93 void *buf; member
104 void *buf; member
118 void *buf; member
/freebsd/sbin/ping/
H A Dping6.c1461 dnsdecode(const u_char *sp, const u_char *ep, const u_char *base, char *buf, in dnsdecode()
1526 pr_pack(u_char *buf, int cc, struct msghdr *mhdr) in pr_pack()
2529 static char buf[NI_MAXHOST]; in pr_addr() local
2667 char *buf; in setpolicy() local
/freebsd/contrib/unbound/validator/
H A Dval_neg.c683 uint8_t buf[257]; in wipeout() local
1166 int qlabs, sldns_buffer* buf, uint8_t* hashnc, size_t* nclen) in neg_find_nsec3_ce() argument
1250 int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache, in neg_nsec3_proof_ds() argument
1381 sldns_buffer* buf, time_ in val_neg_getmsg() argument
[all...]
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c384 u8 *buf; in test_cbc() local
1089 u8 buf[512]; in test_eap_fast() local
2050 u8 buf[40]; in test_fips186_2_prf() local
2513 u8 buf[32]; in test_ms_funcs() local
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.h351 static inline int wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) in wpa_sm_get_mib()
363 static inline int wpa_sm_get_status(struct wpa_sm *sm, char *buf, in wpa_sm_get_status()
409 const u8 *buf, size_t len, in wpa_sm_rx_eapol()
421 static inline int wpa_sm_pmksa_cache_list(struct wpa_sm *sm, char *buf, in wpa_sm_pmksa_cache_list()
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c774 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive()
826 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive()
892 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive()
959 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive()
/freebsd/usr.bin/diff/
H A Ddiffreg.c509 char buf[BUFSIZ], tempfile[PATH_MAX]; opentemp() local
1429 unsigned char buf[BUFSIZ]; asciifile() local
1445 unsigned char buf[FUNCTION_CONTEXT_SIZE]; match_function() local
1672 char buf[256]; print_header() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp156 SmallString<128> buf; in HandlePathDiagnostic() local
1012 SmallString<256> buf; in getCallEnterEvent() local
1032 SmallString<256> buf; in getCallEnterWithinCallerEvent() local
1050 SmallString<256> buf; in getCallExitEvent() local
/freebsd/contrib/file/src/
H A Dsoftmagic.c529 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) in varexpand()
589 char buf[128], tbuf[26], sbuf[512], ebuf[512]; in mprint() local
1346 const char *buf; /* start of search region */ in mcopy() local
2501 char buf[1024]; in handle_annotation() local
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1306 char *buf; in setpolicy() local
1353 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, in packet_ok()
1652 print(register u_char *buf, register int cc, register struct sockaddr_in *from) in print()
1809 const u_int8_t *buf = (const u_int8_t *)packet; in sctp_crc32c() local
/freebsd/contrib/bmake/
H A Dmain.c695 char *buf; in Main_ParseArgLine() local
730 char buf[MAXPATHLEN + 1]; in Main_SetObjdir() local
1416 char buf[64]; in main_Init() local
1778 Buffer buf; /* buffer to store the result */ in Cmd_Exec() local
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c46 unsigned char *buf; /* Buffer to write request or read response */ member
557 char *buf, *key, *value, *line_end = NULL; in OSSL_HTTP_REQ_CTX_nbio() local
1200 char buf[200]; in OSSL_HTTP_exchange() local
1399 static char *base64encode(const void *buf, size_t len) in base64encode()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c48 u32 i, pos, alloc_size, *ptr, *buf; in iwl_trans_pcie_dump_regs() local
2317 iwl_trans_pcie_read_mem(struct iwl_trans * trans,u32 addr,void * buf,int dwords) iwl_trans_pcie_read_mem() argument
2354 iwl_trans_pcie_write_mem(struct iwl_trans * trans,u32 addr,const void * buf,int dwords) iwl_trans_pcie_write_mem() argument
2717 char *buf; iwl_dbgfs_rx_queue_read() local
2771 char *buf; iwl_dbgfs_interrupt_read() local
2855 char *buf = NULL; iwl_dbgfs_fh_reg_read() local
2874 char buf[100]; iwl_dbgfs_rfkill_read() local
2938 iwl_write_to_user_buf(char __user * user_buf,ssize_t count,void * buf,ssize_t * size,ssize_t * bytes_copied) iwl_write_to_user_buf() argument
[all...]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c955 u32 *buf; in ath10k_pci_diag_read_mem() local
1109 u32 *buf; in ath10k_pci_diag_write_mem() local
1494 int ath10k_pci_hif_diag_read(struct ath10k *ar, u32 address, void *buf, in ath10k_pci_hif_diag_read()
1545 u8 *buf, size_t buf_len) in ath10k_pci_dump_memory_section()
1659 u8 *buf) in ath10k_pci_dump_memory_sram()
1687 u8 *buf) in ath10k_pci_dump_memory_reg()
1716 u8 *buf) in ath10k_pci_dump_memory_generic()
1752 u8 *buf; in ath10k_pci_dump_memory() local
/freebsd/contrib/mandoc/
H A Droff.c1234 roff_parse_comment(struct roff *r, struct buf *buf, int ln, int pos, char ec) in roff_parse_comment()
1354 roff_expand(struct roff *r, struct buf *buf, int ln, int pos, char ec) in roff_expand()
1601 roff_expand_patch(struct buf *buf, int start, const char *repl, int end) in roff_expand_patch()
1623 struct buf buf; in roff_getarg() local
1727 roff_parsetext(struct roff *r, struct buf *buf, int pos, int *offs) in roff_parsetext()
1793 roff_parseln(struct roff *r, int ln, struct buf *buf, int *offs, size_t len) in roff_parseln()
1986 roff_parse(struct roff *r, char *buf, int *pos, int ln, int ppos) in roff_parse()
3328 roff_eqndelim(struct roff *r, struct buf *buf, int pos) in roff_eqndelim()
/freebsd/contrib/libucl/src/
H A Ducl_util.c758 unsigned char *buf; member
790 ucl_fetch_url (const unsigned char *url, unsigned char **buf, size_t *buflen,
887 ucl_fetch_file (const unsigned char *filename, unsigned char **buf, size_t *buflen,
1016 unsigned char *buf = NULL; local
1092 unsigned char *buf = NULL; local
1782 unsigned char *buf; local
2023 unsigned char *buf; local
2080 unsigned char *buf; local
/freebsd/contrib/pf/libevent/
H A Dlog.c166 char buf[1024]; in _warn_helper() local
/freebsd/lib/libc/tests/net/
H A Dether_test.c137 char buf[256], *cp; in ATF_TC_BODY() local
/freebsd/libexec/ypxfr/
H A Dypxfr_main.c173 char buf[MAXPATHLEN + 2]; in main() local
/freebsd/usr.bin/split/
H A Dsplit.c275 char *buf; in split2() local

1...<<121122123124125126127128129130>>...214