/freebsd/contrib/ldns/ |
H A D | resolver.c | 24 ldns_resolver_port(const ldns_resolver *r) in ldns_resolver_port() 30 ldns_resolver_source(const ldns_resolver *r) in ldns_resolver_source() 36 ldns_resolver_edns_udp_size(const ldns_resolver *r) in ldns_resolver_edns_udp_size() 42 ldns_resolver_retry(const ldns_resolver *r) in ldns_resolver_retry() 48 ldns_resolver_retrans(const ldns_resolver *r) in ldns_resolver_retrans() 54 ldns_resolver_fallback(const ldns_resolver *r) in ldns_resolver_fallback() 60 ldns_resolver_ip6(const ldns_resolver *r) in ldns_resolver_ip6() 66 ldns_resolver_recursive(const ldns_resolver *r) in ldns_resolver_recursive() 72 ldns_resolver_debug(const ldns_resolver *r) in ldns_resolver_debug() 78 ldns_resolver_dnsrch(const ldns_resolver *r) in ldns_resolver_dnsrch() [all …]
|
H A D | rr_functions.c | 61 ldns_rr_a_address(const ldns_rr *r) in ldns_rr_a_address() 72 ldns_rr_a_set_address(ldns_rr *r, ldns_rdf *f) in ldns_rr_a_set_address() 91 ldns_rr_ns_nsdname(const ldns_rr *r) in ldns_rr_ns_nsdname() 98 ldns_rr_mx_preference(const ldns_rr *r) in ldns_rr_mx_preference() 104 ldns_rr_mx_exchange(const ldns_rr *r) in ldns_rr_mx_exchange() 111 ldns_rr_rrsig_typecovered(const ldns_rr *r) in ldns_rr_rrsig_typecovered() 117 ldns_rr_rrsig_set_typecovered(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_typecovered() 123 ldns_rr_rrsig_algorithm(const ldns_rr *r) in ldns_rr_rrsig_algorithm() 129 ldns_rr_rrsig_set_algorithm(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_algorithm() 135 ldns_rr_rrsig_labels(const ldns_rr *r) in ldns_rr_rrsig_labels() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 112 struct resource_i *r; in int_alloc_resource() local 154 struct resource_i *r, *s, *t; in rman_manage_region() local 230 rman_init_from_resource(struct rman *rm, struct resource *r) in rman_init_from_resource() 242 struct resource_i *r; in rman_fini() local 274 struct resource_i *r; in rman_first_free_region() local 292 struct resource_i *r; in rman_last_free_region() local 311 struct resource_i *r, *s, *t, *new; in rman_adjust_resource() local 436 struct resource_i *r, *s, *rv; in rman_reserve_resource() local 644 struct resource_i *r; in rman_activate_resource() local 656 rman_deactivate_resource(struct resource *r) in rman_deactivate_resource() [all …]
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_arith.h | 78 #define FPU_ADDC(r, x, y) \ argument 80 #define FPU_ADDS(r, x, y) \ argument 86 #define FPU_ADDCS(r, x, y) \ argument 92 #define FPU_SUBC(r, x, y) \ argument 94 #define FPU_SUBS(r, x, y) \ argument 100 #define FPU_SUBCS(r, x, y) \ argument 107 #define FPU_GET_CARRY(r) (r) = (!!fpu_carry) argument 130 #define FPU_ADDC(r, x, y) \ argument 132 #define FPU_ADDS(r, x, y) \ argument 134 #define FPU_ADDCS(r, x, y) \ argument [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | regional.c | 73 regional_init(struct regional* r) in regional_init() 92 struct regional* r; in regional_create_custom_large_object() local 119 regional_free_all(struct regional *r) in regional_free_all() 137 regional_destroy(struct regional *r) in regional_destroy() 145 regional_alloc(struct regional *r, size_t size) in regional_alloc() 185 regional_alloc_init(struct regional* r, const void *init, size_t size) in regional_alloc_init() 194 regional_alloc_zero(struct regional *r, size_t size) in regional_alloc_zero() 203 regional_strdup(struct regional *r, const char *string) in regional_strdup() 213 count_chunks(struct regional* r) in count_chunks() 228 count_large(struct regional* r) in count_large() [all …]
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | record_local.h | 81 #define SSL3_RECORD_get_type(r) ((r)->type) argument 82 #define SSL3_RECORD_set_type(r, t) ((r)->type = (t)) argument 83 #define SSL3_RECORD_set_rec_version(r, v) ((r)->rec_version = (v)) argument 84 #define SSL3_RECORD_get_length(r) ((r)->length) argument 85 #define SSL3_RECORD_set_length(r, l) ((r)->length = (l)) argument 86 #define SSL3_RECORD_add_length(r, l) ((r)->length += (l)) argument 87 #define SSL3_RECORD_sub_length(r, l) ((r)->length -= (l)) argument 88 #define SSL3_RECORD_get_data(r) ((r)->data) argument 89 #define SSL3_RECORD_set_data(r, d) ((r)->data = (d)) argument 90 #define SSL3_RECORD_get_input(r) ((r)->input) argument [all …]
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-getput-basic.c | 38 int r; in sshbuf_get() local 51 int r; in sshbuf_get_u64() local 64 int r; in sshbuf_get_u32() local 77 int r; in sshbuf_get_u16() local 90 int r; in sshbuf_get_u8() local 117 int r; in check_roffset() local 130 int r; in sshbuf_peek_u64() local 145 int r; in sshbuf_peek_u32() local 160 int r; in sshbuf_peek_u16() local 175 int r; in sshbuf_peek_u8() local [all …]
|
H A D | log.h | 111 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_AR… argument 112 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), _… argument 113 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), _… argument 114 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _… argument 115 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r),… argument 116 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V… argument 117 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… argument 118 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err(r), … argument 119 #define logdie_r(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),… argument 120 #define sigdie_r(r, ...) sshsigdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),… argument [all …]
|
H A D | monitor_wrap.c | 89 int r; in mm_log_handler() local 145 int r; in mm_request_receive() local 168 int r; in mm_request_receive_expect() local 184 int r; in mm_choose_dh() local 224 int r; in mm_sshkey_sign() local 263 int r; in mm_getpwnamallow() local 355 int r; in mm_auth2_read_banner() local 384 int r; in mm_inform_authserv() local 404 int r, authenticated = 0; in mm_auth_password() local 457 int r, allowed = 0; in mm_key_allowed() local [all …]
|
/freebsd/lib/csu/powerpc/ |
H A D | crtsavres.S | 47 #define SAVEFPR(r) _CRTENTRY(__CONCAT(_savefpr_,r)) \ argument 70 #define RESTFPR(r) _CRTENTRY(__CONCAT(_restfpr_,r)) \ argument 93 #define SAVEGPR(r) _CRTENTRY(__CONCAT(_savegpr_,r)) \ argument 116 #define RESTGPR(r) _CRTENTRY(__CONCAT(_restgpr_,r)) \ argument 139 #define RESTFPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restfpr_,r),_x)) \ argument 165 #define RESTGPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restgpr_,r),_x)) \ argument
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_region.h | 43 _citrus_region_init(struct _citrus_region *r, void *h, size_t sz) in _citrus_region_init() 51 _citrus_region_head(const struct _citrus_region *r) in _citrus_region_head() 58 _citrus_region_size(const struct _citrus_region *r) in _citrus_region_size() 65 _citrus_region_check(const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_check() 72 _citrus_region_offset(const struct _citrus_region *r, size_t pos) in _citrus_region_offset() 79 _citrus_region_peek8(const struct _citrus_region *r, size_t pos) in _citrus_region_peek8() 86 _citrus_region_peek16(const struct _citrus_region *r, size_t pos) in _citrus_region_peek16() 95 _citrus_region_peek32(const struct _citrus_region *r, size_t pos) in _citrus_region_peek32() 105 const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_get_subregion()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h.in | 41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument 129 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument 130 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument 131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument 132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument 133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument 134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument 135 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument 136 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument 137 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument [all …]
|
H A D | err.h | 39 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument 127 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument 128 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument 129 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument 130 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument 131 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument 132 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument 133 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument 134 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument 135 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument [all …]
|
/freebsd/lib/libc/tests/gen/ |
H A D | wordexp_test.c | 58 int r; in ATF_TC_BODY() local 81 int i, r; in ATF_TC_BODY() local 97 int r; in ATF_TC_BODY() local 116 int r; in ATF_TC_BODY() local 132 int r; in ATF_TC_BODY() local 151 int r; in ATF_TC_BODY() local 177 int r; in ATF_TC_BODY() local 187 int r; in ATF_TC_BODY() local 212 int r; in ATF_TC_BODY() local 247 int r; in ATF_TC_BODY() local [all …]
|
/freebsd/contrib/bc/src/ |
H A D | rand.c | 158 bc_rand_setModified(BcRNGData* r) in bc_rand_setModified() argument 173 bc_rand_clearModified(BcRNGData* r) in bc_rand_clearModified() argument 282 bc_rand_inc(BcRNGData* r) in bc_rand_inc() argument 301 bc_rand_setupInc(BcRNGData * r) bc_rand_setupInc() argument 338 bc_rand_seedRNG(BcRNGData * r,ulong state1,ulong state2,ulong inc1,ulong inc2) bc_rand_seedRNG() argument 353 bc_rand_fill(BcRNGData * r,BcRandUlong fulong,void * ptr) bc_rand_fill() argument 371 bc_rand_step(BcRNGData * r) bc_rand_step() argument 383 bc_rand_output(BcRNGData * r) bc_rand_output() argument 395 bc_rand_seedZeroes(BcRNG * r,BcRNGData * rng,size_t idx) bc_rand_seedZeroes() argument 467 bc_rand_propagate(BcRNG * r,BcRNGData * rng) bc_rand_propagate() argument 496 bc_rand_int(BcRNG * r) bc_rand_int() argument 518 bc_rand_bounded(BcRNG * r,BcRand bound) bc_rand_bounded() argument 536 bc_rand_seed(BcRNG * r,ulong state1,ulong state2,ulong inc1,ulong inc2) bc_rand_seed() argument 568 bc_rand_getInc(BcRNGData * r) bc_rand_getInc() argument 585 bc_rand_getRands(BcRNG * r,BcRand * s1,BcRand * s2,BcRand * i1,BcRand * i2) bc_rand_getRands() argument 605 bc_rand_push(BcRNG * r) bc_rand_push() argument 619 bc_rand_pop(BcRNG * r,bool reset) bc_rand_pop() argument 625 bc_rand_init(BcRNG * r) bc_rand_init() argument 634 bc_rand_free(BcRNG * r) bc_rand_free() argument [all...] |
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | node.c | 49 struct ng_btsocket_hci_raw_node_state r; hci_read_node_state() local 74 struct ng_btsocket_hci_raw_node_debug r; hci_read_debug_level() local 89 struct ng_btsocket_hci_raw_node_debug r; hci_write_debug_level() local 111 struct ng_btsocket_hci_raw_node_buffer r; hci_read_node_buffer_size() local 139 struct ng_btsocket_hci_raw_node_bdaddr r; hci_read_node_bd_addr() local 154 struct ng_btsocket_hci_raw_node_features r; hci_read_node_features() local 175 struct ng_btsocket_hci_raw_node_stat r; hci_read_node_stat() local 217 struct ng_btsocket_hci_raw_node_neighbor_cache r; hci_read_neighbor_cache() local 276 struct ng_btsocket_hci_raw_con_list r; hci_read_connection_list() local 336 struct ng_btsocket_hci_raw_node_link_policy_mask r; hci_read_node_link_policy_settings_mask() local 351 struct ng_btsocket_hci_raw_node_link_policy_mask r; hci_write_node_link_policy_settings_mask() local 378 struct ng_btsocket_hci_raw_node_packet_mask r; hci_read_node_packet_mask() local 393 struct ng_btsocket_hci_raw_node_packet_mask r; hci_write_node_packet_mask() local 420 struct ng_btsocket_hci_raw_node_role_switch r; hci_read_node_role_switch() local 435 struct ng_btsocket_hci_raw_node_role_switch r; hci_write_node_role_switch() local 462 struct ng_btsocket_hci_raw_node_list_names r; hci_read_node_list() local [all...] |
/freebsd/sys/sys/ |
H A D | bus.h | 945 #define bus_barrier(r, o, l, f) \ argument 947 #define bus_poke_1(r, o, v) \ argument 949 #define bus_peek_1(r, o, vp) \ argument 951 #define bus_read_1(r, o) \ argument 953 #define bus_read_multi_1(r, o, d, c) \ argument 955 #define bus_read_region_1(r, o, d, c) \ argument 957 #define bus_set_multi_1(r, o, v, c) \ argument 959 #define bus_set_region_1(r, o, v, c) \ argument 961 #define bus_write_1(r, o, v) \ argument 963 #define bus_write_multi_1(r, o, d, c) \ argument [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_powerpc_altivec_common.h | 30 #define REG_CNT(r...) _REG_CNT(r, 8, 7, 6, 5, 4, 3, 2, 1) argument 50 #define VR0(r...) VR0_(r) argument 51 #define VR1(r...) VR1_(r) argument 52 #define VR2(r...) VR2_(r, 36) argument 53 #define VR3(r...) VR3_(r, 36, 35) argument 54 #define VR4(r...) VR4_(r, 36, 35, 34, 33) argument 55 #define VR5(r...) VR5_(r, 36, 35, 34, 33, 32) argument 56 #define VR6(r...) VR6_(r, 36, 35, 34, 33, 32, 31) argument 57 #define VR7(r...) VR7_(r, 36, 35, 34, 33, 32, 31, 30) argument 70 #define RVR0(r...) RVR0_(r) argument [all …]
|
H A D | vdev_raidz_math_aarch64_neon_common.h | 33 #define REG_CNT(r...) _REG_CNT(r, 8, 7, 6, 5, 4, 3, 2, 1) argument 53 #define VR0(r...) VR0_(r) argument 54 #define VR1(r...) VR1_(r) argument 55 #define VR2(r...) VR2_(r, 36) argument 56 #define VR3(r...) VR3_(r, 36, 35) argument 57 #define VR4(r...) VR4_(r, 36, 35, 34, 33) argument 58 #define VR5(r...) VR5_(r, 36, 35, 34, 33, 32) argument 59 #define VR6(r...) VR6_(r, 36, 35, 34, 33, 32, 31) argument 60 #define VR7(r...) VR7_(r, 36, 35, 34, 33, 32, 31, 30) argument 73 #define RVR0(r...) RVR0_(r) argument [all …]
|
H A D | vdev_raidz_math_avx512f.c | 39 #define REG_CNT(r...) _REG_CNT(r, 8, 7, 6, 5, 4, 3, 2, 1) argument 50 #define VR0(r...) VR0_(r) argument 51 #define VR1(r...) VR1_(r) argument 52 #define VR2(r...) VR2_(r, 1) argument 53 #define VR3(r...) VR3_(r, 1, 2) argument 54 #define VR4(r...) VR4_(r, 1, 2) argument 55 #define VR5(r...) VR5_(r, 1, 2, 3) argument 56 #define VR6(r...) VR6_(r, 1, 2, 3, 4) argument 57 #define VR7(r...) VR7_(r, 1, 2, 3, 4, 5) argument 68 #define VRy0(r...) VRy0_(r) argument [all …]
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 133 void RSA_free(RSA *r) in RSA_free() 180 int RSA_up_ref(RSA *r) in RSA_up_ref() 192 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r) in ossl_rsa_get0_libctx() 197 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx) in ossl_rsa_set0_libctx() 203 int RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data() 208 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data() 248 uint64_t r = 0; in icbrt64() local 272 uint32_t i, r = 0; in ilog_e() local 392 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() 420 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors() [all …]
|
/freebsd/contrib/ntp/libjsmn/ |
H A D | jsmn_test.c | 19 int r = func(); in test() local 46 int r; in test_empty() local 84 int r; in test_simple() local 116 int r; in test_primitive() local 164 int r; in test_string() local 197 int r; in test_partial_string() local 247 int r; in test_unquoted_keys() local 268 int r; in test_partial_array() local 307 int r; in test_array_nomem() local 333 int r; in test_objects_arrays() local [all …]
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mod.c | 13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() 33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 53 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_fixed_top() 104 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_add_quick() 115 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 137 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_sub_fixed_top() 191 int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_sub_quick() 207 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() 236 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 244 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1() [all …]
|
/freebsd/lib/libthread_db/arch/i386/ |
H A D | libpthread_md.c | 39 pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) in pt_reg_to_ucontext() 46 pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r) in pt_ucontext_to_reg() 53 pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc) in pt_fpreg_to_ucontext() 68 pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r) in pt_ucontext_to_fpreg() 82 pt_fxsave_to_ucontext(const char* r, ucontext_t *uc) in pt_fxsave_to_ucontext() 89 pt_ucontext_to_fxsave(const ucontext_t *uc, char *r) in pt_ucontext_to_fxsave()
|
/freebsd/sys/net/ |
H A D | mp_ring.c | 57 space_available(struct ifmp_ring *r, union ring_state s) in space_available() 70 increment_idx(struct ifmp_ring *r, uint16_t idx, uint16_t n) in increment_idx() 93 drain_ring_locked(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_locked() 167 drain_ring_lockless(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_lockless() 250 struct ifmp_ring *r; in ifmp_ring_alloc() local 289 ifmp_ring_free(struct ifmp_ring *r) in ifmp_ring_free() 318 ifmp_ring_enqueue(struct ifmp_ring *r, void **items, int n, int budget, int abdicate) in ifmp_ring_enqueue() 393 ifmp_ring_enqueue(struct ifmp_ring *r, void **items, int n, int budget, int abdicate) in ifmp_ring_enqueue() 475 ifmp_ring_check_drainage(struct ifmp_ring *r, int budget) in ifmp_ring_check_drainage() 511 ifmp_ring_reset_stats(struct ifmp_ring *r) in ifmp_ring_reset_stats() [all …]
|