/dflybsd-src/crypto/libressl/ssl/ |
H A D | tls13_record.c | 35 struct tls13_record *rec = NULL; in tls13_record_new() local 51 tls13_record_free(struct tls13_record *rec) in tls13_record_free() 63 tls13_record_version(struct tls13_record *rec) in tls13_record_version() 69 tls13_record_content_type(struct tls13_record *rec) in tls13_record_content_type() 75 tls13_record_header(struct tls13_record *rec, CBS *cbs) in tls13_record_header() 86 tls13_record_content(struct tls13_record *rec, CBS *cbs) in tls13_record_content() 101 tls13_record_data(struct tls13_record *rec, CBS *cbs) in tls13_record_data() 107 tls13_record_set_data(struct tls13_record *rec, uint8_t *data, size_t data_len) in tls13_record_set_data() 121 tls13_record_recv(struct tls13_record *rec, tls_read_cb wire_read, in tls13_record_recv() 168 tls13_record_send(struct tls13_record *rec, tls_write_cb wire_write, in tls13_record_send()
|
H A D | s3_cbc.c | 116 ssl3_cbc_remove_padding(SSL3_RECORD_INTERNAL *rec, unsigned int eiv_len, in ssl3_cbc_remove_padding() 195 ssl3_cbc_copy_mac(unsigned char* out, const SSL3_RECORD_INTERNAL *rec, in ssl3_cbc_copy_mac()
|
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_i2c.c | 43 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_pre_xfer() local 85 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_post_xfer() local 104 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_get_clock() local 119 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_get_data() local 133 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_set_clock() local 146 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_set_data() local 161 const struct amdgpu_i2c_bus_rec *rec, in amdgpu_i2c_create() 254 const struct amdgpu_i2c_bus_rec *rec, in amdgpu_i2c_add()
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_i2c.c | 94 struct radeon_i2c_bus_rec *rec = &i2c->rec; in pre_xfer() local 164 struct radeon_i2c_bus_rec *rec = &i2c->rec; in post_xfer() local 183 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_clock() local 198 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_data() local 212 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_clock() local 225 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_data() local 331 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r100_hw_i2c_xfer() local 584 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r500_hw_i2c_xfer() local 817 struct radeon_i2c_bus_rec *rec = &i2c->rec; in radeon_hw_i2c_xfer() local 909 struct radeon_i2c_bus_rec *rec, in radeon_i2c_create() [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | record-full.c | 264 struct record_full_entry *rec; in record_full_reg_alloc() local 280 record_full_reg_release (struct record_full_entry *rec) in record_full_reg_release() 293 struct record_full_entry *rec; in record_full_mem_alloc() local 308 record_full_mem_release (struct record_full_entry *rec) in record_full_mem_release() 321 struct record_full_entry *rec; in record_full_end_alloc() local 332 record_full_end_release (struct record_full_entry *rec) in record_full_end_release() 341 record_full_entry_release (struct record_full_entry *rec) in record_full_entry_release() 362 record_full_list_release (struct record_full_entry *rec) in record_full_list_release() 388 record_full_list_release_following (struct record_full_entry *rec) in record_full_list_release_following() 441 record_full_arch_list_add (struct record_full_entry *rec) in record_full_arch_list_add() [all …]
|
/dflybsd-src/sys/vfs/hammer/ |
H A D | hammer_object.c | 104 hammer_rec_cmp(hammer_base_elm_t elm, hammer_record_t rec) in hammer_rec_cmp() 138 hammer_rec_overlap_cmp(hammer_record_t rec, void *data) in hammer_rec_overlap_cmp() 182 hammer_rec_scan_cmp(hammer_record_t rec, void *data) in hammer_rec_scan_cmp() 201 hammer_rec_find_cmp(hammer_record_t rec, void *data) in hammer_rec_find_cmp() 219 hammer_rec_trunc_cmp(hammer_record_t rec, void *data) in hammer_rec_trunc_cmp() 538 hammer_rec_scan_callback(hammer_record_t rec, void *data) in hammer_rec_scan_callback() 1590 hammer_record_t rec; in hammer_ip_next() local
|
H A D | hammer_inode.c | 1561 hammer_record_t rec; in hammer_destroy_inode_callback() local 2264 hammer_setup_child_callback(hammer_record_t rec, void *data) in hammer_setup_child_callback()
|
/dflybsd-src/sys/kern/ |
H A D | kern_intr.c | 259 intrec_t rec = NULL; in register_int() local 420 intrec_t rec; in unregister_int() local 719 intrec_t rec, nrec; in ithread_fast_handler() local 839 intrec_t rec, nrec; in ithread_handler() local 1036 intrec_t rec, nrec; in ithread_emergency() local 1094 intrec_t rec; in sysctl_intrnames() local
|
/dflybsd-src/games/backgammon/common_source/ |
H A D | save.c | 45 static const char rec[] = "\" to recover your game.\n\n"; variable
|
/dflybsd-src/sys/net/ |
H A D | if_poll.c | 560 const struct stpoll_rec *rec = &st_ctx->pr[i]; in stpoll_handler() local 621 struct stpoll_rec *rec = &st_ctx->pr[st_ctx->poll_handlers]; in stpoll_register() local 855 const struct iopoll_rec *rec = &io_ctx->pr[i]; in rxpoll_handler() local 941 const struct iopoll_rec *rec = &io_ctx->pr[i]; in txpoll_handler() local 1267 struct iopoll_rec *rec = &io_ctx->pr[io_ctx->poll_handlers]; in iopoll_register() local
|
/dflybsd-src/sys/vfs/nfs/ |
H A D | nfs_socket.c | 2652 struct nfsrv_rec *rec; in nfsrv_rcv() local 2810 struct nfsrv_rec *rec; in nfsrv_getstream() local 2867 struct nfsrv_rec *rec; in nfsrv_dorec() local
|
H A D | nfs_syscalls.c | 826 struct nfsrv_rec *rec; in nfsrv_zapsock() local
|
/dflybsd-src/sys/dev/raid/tws/ |
H A D | tws_services.c | 91 struct tws_trace_rec *rec = (struct tws_trace_rec *)sc->trace_q.q; in tws_trace() local
|
/dflybsd-src/sys/netgraph7/netflow/ |
H A D | netflow.c | 622 struct netflow_v5_record *rec; in export_add() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | haifa-sched.c | 1496 basic_block rec; in priority() local 5518 basic_block rec; in add_to_speculative_block() local 5766 basic_block rec; in sched_create_recovery_block() local 5796 sched_create_recovery_edges (basic_block first_bb, basic_block rec, in sched_create_recovery_edges() 5843 basic_block rec; in create_check_block_twin() local 6116 fix_recovery_deps (basic_block rec) in fix_recovery_deps()
|
H A D | ipa-prop.c | 1209 tree rec, ref_field, ref_offset, fld, fld_offset, ptr_field, delta_field; in ipa_get_member_ptr_load_param() local 1360 tree rec, rec2, cond; in ipa_analyze_indirect_call_uses() local
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_overlay.c | 965 struct drm_intel_overlay_put_image *rec) in check_overlay_dst() 979 static int check_overlay_scaling(struct put_image_params *rec) in check_overlay_scaling() 995 struct drm_intel_overlay_put_image *rec, in check_overlay_src()
|
/dflybsd-src/lib/libc/gen/ |
H A D | getcap.c | 1042 nfcmp(char *nf, char *rec) in nfcmp()
|
/dflybsd-src/stand/lib/ |
H A D | cd9660.c | 281 struct iso_directory_record rec; in cd9660_open() local
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | hdspe.h | 100 uint32_t rec; member
|
/dflybsd-src/contrib/lvm2/dist/lib/device/ |
H A D | dev-cache.c | 411 static int _insert(const char *path, int rec) in _insert()
|
/dflybsd-src/contrib/awk/ |
H A D | lib.c | 586 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */ in refldbld()
|
/dflybsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | read_termcap.c | 649 _nc_nfcmp(const char *nf, char *rec) in _nc_nfcmp()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | haifa-sched.c | 1619 basic_block rec; in priority() local 7950 basic_block rec; in add_to_speculative_block() local 8185 basic_block rec; in sched_create_recovery_block() local 8215 sched_create_recovery_edges (basic_block first_bb, basic_block rec, in sched_create_recovery_edges() 8269 basic_block rec; in create_check_block_twin() local 8542 fix_recovery_deps (basic_block rec) in fix_recovery_deps()
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/ |
H A D | tncs.c | 694 enum IMV_Action_Recommendation rec; in tncs_derive_recommendation() local
|