/freebsd-src/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 49 #define SNCATF(buffer, buflen, ...) do { \ argument 210 size_t buflen) in xnb_unit_test_runner() 391 xnb_ring2pkt_emptyring(char *buffer, size_t buflen) in xnb_ring2pkt_emptyring() 405 xnb_ring2pkt_1req(char *buffer, size_t buflen) in xnb_ring2pkt_1req() 436 xnb_ring2pkt_2req(char *buffer, size_t buflen) in xnb_ring2pkt_2req() 473 xnb_ring2pkt_3req(char *buffer, size_t buflen) in xnb_ring2pkt_3req() 517 xnb_ring2pkt_extra(char *buffer, size_t buflen) in xnb_ring2pkt_extra() 570 xnb_ring2pkt_partial(char *buffer, size_t buflen) in xnb_ring2pkt_partial() 595 xnb_ring2pkt_wraps(char *buffer, size_t buflen) in xnb_ring2pkt_wraps() 648 xnb_txpkt2rsp_emptypkt(char *buffer, size_t buflen) in xnb_txpkt2rsp_emptypkt() [all …]
|
/freebsd-src/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_nicenum.c | 61 zfs_nicenum_format(uint64_t num, char *buf, size_t buflen, in zfs_nicenum_format() 153 zfs_nicenum(uint64_t num, char *buf, size_t buflen) in zfs_nicenum() 163 zfs_nicetime(uint64_t num, char *buf, size_t buflen) in zfs_nicetime() 172 zfs_niceraw(uint64_t num, char *buf, size_t buflen) in zfs_niceraw() 181 zfs_nicebytes(uint64_t num, char *buf, size_t buflen) in zfs_nicebytes()
|
/freebsd-src/lib/libugidfw/ |
H A D | ugidfw.c | 62 bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf, size_t buflen) in bsde_rule_to_string() 511 size_t buflen, char *errstr){ in bsde_parse_uidrange() 557 size_t buflen, char *errstr){ in bsde_parse_gidrange() 602 bsde_get_jailid(const char *name, size_t buflen, char *errstr) in bsde_get_jailid() 634 struct mac_bsdextended_subject *subject, size_t buflen, char *errstr) in bsde_parse_subject() 742 bsde_parse_type(char *spec, int *type, size_t buflen, char *errstr) in bsde_parse_type() 785 bsde_parse_fsid(char *spec, struct fsid *fsid, size_t buflen, char *errstr) in bsde_parse_fsid() 802 struct mac_bsdextended_object *object, size_t buflen, char *errstr) in bsde_parse_object() 961 bsde_parse_mode(int argc, char *argv[], mode_t *mode, size_t buflen, in bsde_parse_mode() 1009 size_t buflen, char *errstr) in bsde_parse_rule() [all …]
|
/freebsd-src/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 56 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, in ossl_cipher_fillblock() 80 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() 99 void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_padblock() 108 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_unpadblock() 159 unsigned char *buf, size_t *buflen, in ossl_cipher_tlsunpadblock()
|
/freebsd-src/contrib/wpa/src/fst/ |
H A D | fst_ctrl_iface.c | 171 static int session_get(const char *session_id, char *buf, size_t buflen) in session_get() 210 static int session_set(const char *session_id, char *buf, size_t buflen) in session_set() 249 static int session_add(const char *group_id, char *buf, size_t buflen) in session_add() 273 static int session_remove(const char *session_id, char *buf, size_t buflen) in session_remove() 297 static int session_initiate(const char *session_id, char *buf, size_t buflen) in session_initiate() 320 static int session_respond(const char *session_id, char *buf, size_t buflen) in session_respond() 363 static int session_transfer(const char *session_id, char *buf, size_t buflen) in session_transfer() 387 static int session_teardown(const char *session_id, char *buf, size_t buflen) in session_teardown() 412 static int test_request(const char *request, char *buf, size_t buflen) in test_request() 464 size_t buflen; member [all …]
|
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs.h | 13 MVM_DEBUGFS_WRITE_WRAPPER(name,buflen,argtype) global() argument 28 _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name,buflen,argtype) global() argument 37 _MVM_DEBUGFS_WRITE_FILE_OPS(name,buflen,argtype) global() argument
|
/freebsd-src/crypto/openssl/crypto/ |
H A D | o_str.c | 138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() argument 181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() argument 187 unsigned char *ossl_hexstr2buf_sep(const char *str, long *buflen, in ossl_hexstr2buf_sep() argument 216 OPENSSL_hexstr2buf(const char * str,long * buflen) OPENSSL_hexstr2buf() argument 222 buf2hexstr_sep(char * str,size_t str_n,size_t * strlength,const unsigned char * buf,size_t buflen,const char sep) buf2hexstr_sep() argument 260 OPENSSL_buf2hexstr_ex(char * str,size_t str_n,size_t * strlength,const unsigned char * buf,size_t buflen,const char sep) OPENSSL_buf2hexstr_ex() argument 266 ossl_buf2hexstr_sep(const unsigned char * buf,long buflen,char sep) ossl_buf2hexstr_sep() argument 292 OPENSSL_buf2hexstr(const unsigned char * buf,long buflen) OPENSSL_buf2hexstr() argument 297 openssl_strerror_r(int errnum,char * buf,size_t buflen) openssl_strerror_r() argument [all...] |
/freebsd-src/sys/dev/nvmem/ |
H A D | nvmem.c | 95 nvmem_read_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_read_cell_by_idx() 133 nvmem_read_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_read_cell_by_name() 145 nvmem_write_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_write_cell_by_idx() 187 nvmem_write_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_write_cell_by_name()
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | ctrl_iface_ap.c | 29 hostapd_write_ht_mcs_bitmask(char * buf,size_t buflen,size_t curr_len,const u8 * mcs_set) hostapd_write_ht_mcs_bitmask() argument 55 hostapd_get_sta_conn_time(struct sta_info * sta,struct hostap_sta_driver_data * data,char * buf,size_t buflen) hostapd_get_sta_conn_time() argument 81 hostapd_get_sta_info(struct hostapd_data * hapd,struct sta_info * sta,char * buf,size_t buflen) hostapd_get_sta_info() argument 216 hostapd_ctrl_iface_sta_mib(struct hostapd_data * hapd,struct sta_info * sta,char * buf,size_t buflen) hostapd_ctrl_iface_sta_mib() argument 393 hostapd_ctrl_iface_sta_first(struct hostapd_data * hapd,char * buf,size_t buflen) hostapd_ctrl_iface_sta_first() argument 400 hostapd_ctrl_iface_sta(struct hostapd_data * hapd,const char * txtaddr,char * buf,size_t buflen) hostapd_ctrl_iface_sta() argument 442 hostapd_ctrl_iface_sta_next(struct hostapd_data * hapd,const char * txtaddr,char * buf,size_t buflen) hostapd_ctrl_iface_sta_next() argument 640 hostapd_ctrl_iface_signature(struct hostapd_data * hapd,const char * txtaddr,char * buf,size_t buflen) hostapd_ctrl_iface_signature() argument 681 hostapd_ctrl_iface_status(struct hostapd_data * hapd,char * buf,size_t buflen) hostapd_ctrl_iface_status() argument [all...] |
H A D | ieee802_11.h | 34 ieee802_11_get_mib(struct hostapd_data * hapd,char * buf,size_t buflen) ieee802_11_get_mib() argument 41 ieee802_11_get_mib_sta(struct hostapd_data * hapd,struct sta_info * sta,char * buf,size_t buflen) ieee802_11_get_mib_sta() argument
|
/freebsd-src/sys/netgraph/ |
H A D | ng_parse.c | 147 const char *string, int *off, u_char *buf, int *buflen) in ng_parse() argument 168 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) in ng_parse_getDefault() argument 184 u_char *const buf, int *buflen) in ng_struct_parse() argument 198 const u_char *const start, u_char *buf, int *buflen) in ng_struct_getDefault() argument 238 ng_fixedarray_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_fixedarray_parse() argument 254 ng_fixedarray_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_fixedarray_getDefault() argument 287 ng_array_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_array_parse() argument 301 ng_array_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_array_getDefault() argument 334 ng_int8_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int8_parse() argument 384 ng_int8_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int8_getDefault() argument 429 ng_int16_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int16_parse() argument 480 ng_int16_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int16_getDefault() argument 525 ng_int32_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int32_parse() argument 579 ng_int32_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int32_getDefault() argument 624 ng_int64_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int64_parse() argument 674 ng_int64_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int64_getDefault() argument 719 ng_string_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_string_parse() argument 755 ng_string_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_string_getDefault() argument 782 ng_fixedstring_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_fixedstring_parse() argument 818 ng_fixedstring_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_fixedstring_getDefault() argument 886 ng_sizedstring_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_sizedstring_parse() argument 928 ng_sizedstring_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_sizedstring_getDefault() argument 954 ng_ipaddr_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_ipaddr_parse() argument 990 ng_ipaddr_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_ipaddr_getDefault() argument 1018 ng_enaddr_parse(const struct ng_parse_type * type,const char * s,int * const off,const u_char * const start,u_char * const buf,int * const buflen) ng_enaddr_parse() argument 1095 ng_bytearray_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_bytearray_parse() argument 1143 ng_bytearray_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_bytearray_getDefault() argument 1200 ng_parse_composite(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen,const enum comptype ctype) ng_parse_composite() argument 1470 ng_get_composite_elem_default(const struct ng_parse_type * type,int index,const u_char * const start,u_char * buf,int * buflen,const enum comptype ctype) ng_get_composite_elem_default() argument [all...] |
/freebsd-src/usr.sbin/ofwdump/ |
H A D | ofw_util.c | 122 ofw_firstprop(int fd, phandle_t node, char *buf, int buflen) in ofw_firstprop() 129 ofw_nextprop(int fd, phandle_t node, const char *prev, char *buf, int buflen) in ofw_nextprop() 158 ofw_getprop(int fd, phandle_t node, const char *name, void *buf, int buflen) in ofw_getprop() 173 int buflen) in ofw_setprop() 202 int *buflen, int reserve) in ofw_getprop_alloc()
|
/freebsd-src/crypto/heimdal/lib/roken/ |
H A D | strerror_r.c | 46 rk_strerror_r(int eno, char * strerrbuf, size_t buflen) in rk_strerror_r() 63 rk_strerror_r(int eno, char *strerrbuf, size_t buflen) in rk_strerror_r()
|
/freebsd-src/contrib/libpcap/ |
H A D | bpf_filter.c | 90 pcap_filter_with_aux_data(const struct bpf_insn * pc,const u_char * p,u_int wirelen,u_int buflen,const struct pcap_bpf_aux_data * aux_data) pcap_filter_with_aux_data() argument 392 pcap_filter(const struct bpf_insn * pc,const u_char * p,u_int wirelen,u_int buflen) pcap_filter() argument 537 bpf_filter(const struct bpf_insn * pc,const u_char * p,u_int wirelen,u_int buflen) bpf_filter() argument [all...] |
/freebsd-src/lib/libc/resolv/ |
H A D | res_mkquery.c | 99 int buflen) /*!< size of buffer */ in res_nmkquery() 206 int buflen, /*%< size of buffer */ in res_nopt() 262 int buflen, /*%< size of buffer */ in res_nopt_rdata()
|
H A D | res_data.c | 136 int buflen) /*!< size of buffer */ in res_mkquery() 149 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) { in res_mkupdate() 191 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() 203 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, in res_sendsigned() 277 res_opt(int n0, u_char *buf, int buflen, int anslen) in res_opt()
|
/freebsd-src/lib/libc/gen/ |
H A D | getentropy.c | 80 getentropy_fallback(void * buf,size_t buflen) getentropy_fallback() argument 108 getentropy(void * buf,size_t buflen) getentropy() argument
|
/freebsd-src/cddl/contrib/opensolaris/lib/libcmdutils/common/ |
H A D | nicenum.c | 40 nicenum_scale(uint64_t n, size_t units, char *buf, size_t buflen, in nicenum_scale() 127 nicenum(uint64_t num, char *buf, size_t buflen) in nicenum()
|
/freebsd-src/contrib/atf/atf-c/ |
H A D | error.c | 51 error_format(const atf_error_t err, char *buf, size_t buflen) in error_format() 165 atf_error_format(const atf_error_t err, char *buf, size_t buflen) in atf_error_format() 187 libc_format(const atf_error_t err, char *buf, size_t buflen) in libc_format() 246 no_memory_format(const atf_error_t err, char *buf, size_t buflen) in no_memory_format()
|
/freebsd-src/lib/libc/tests/string/ |
H A D | strcspn_test.c | 51 testcase(char *buf, size_t buflen, char *set, size_t setlen, int want_match) in testcase() 106 test_set_alignments(char *buf, size_t buflen, int want_match) in test_set_alignments() 153 test_match_positions(char *buf, char *set, size_t buflen, size_t setlen) in test_match_positions() 212 test_match_order(char *buf, char *set, size_t buflen, size_t setlen) in test_match_order()
|
/freebsd-src/sys/kern/ |
H A D | sys_getrandom.c | 48 kern_getrandom(struct thread *td, void *user_buf, size_t buflen, in kern_getrandom() 118 size_t buflen; member
|
/freebsd-src/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_event.c | 278 int buflen; in _zed_event_add_var() local 372 int buflen = sizeof (buf); in _zed_event_add_int8_array() local 402 int buflen = sizeof (buf); in _zed_event_add_uint8_array() local 432 int buflen = sizeof (buf); in _zed_event_add_int16_array() local 462 int buflen = sizeof (buf); in _zed_event_add_uint16_array() local 492 int buflen = sizeof (buf); in _zed_event_add_int32_array() local 522 int buflen = sizeof (buf); in _zed_event_add_uint32_array() local 552 int buflen = sizeof (buf); in _zed_event_add_int64_array() local 582 int buflen = sizeof (buf); in _zed_event_add_uint64_array() local 614 int buflen = sizeof (buf); in _zed_event_add_string_array() local
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | wpa_debug.c | 132 ssize_t buflen; in wpa_debug_open_linux_tracing() local 681 bin_clear_free(buf, buflen); in wpa_msg_ctrl() local 643 int buflen; wpa_msg() local 709 int buflen; wpa_msg_global() local 736 int buflen; wpa_msg_global_ctrl() local 764 int buflen; wpa_msg_no_global() local 791 int buflen; wpa_msg_global_only() local 830 int buflen; hostapd_logger() local [all...] |
/freebsd-src/crypto/openssl/crypto/asn1/ |
H A D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 51 int buflen; in ASN1_bn_print() local
|
/freebsd-src/lib/libc/nameser/ |
H A D | ns_print.c | 87 char *buf, size_t buflen) in ns_sprintrr() 109 char *buf, size_t buflen) in ns_sprintrrf() 1133 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr() 1169 char **buf, size_t *buflen) in addname() 1211 addlen(size_t len, char **buf, size_t *buflen) { in addlen() 1218 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr() 1230 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { in addtab()
|