| /freebsd/lib/libgpio/ |
| H A D | gpio.c | 71 gpio_close(gpio_handle_t handle) in gpio_close() 77 gpio_pin_list(gpio_handle_t handle, gpio_config_t **pcfgs) in gpio_pin_list() 103 gpio_pin_config(gpio_handle_t handle, gpio_config_t *cfg) in gpio_pin_config() 120 gpio_pin_set_name(gpio_handle_t handle, gpio_pin_t pin, char *name) in gpio_pin_set_name() 136 gpio_pin_set_flags(gpio_handle_t handle, gpio_config_t *cfg) in gpio_pin_set_flags() 151 gpio_pin_get(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_get() 164 gpio_pin_set(gpio_handle_t handle, gpio_pin_t pin, gpio_value_t value) in gpio_pin_set() 180 gpio_pin_toggle(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_toggle() 193 gpio_pin_low(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_low() 199 gpio_pin_high(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_high() [all …]
|
| /freebsd/crypto/krb5/src/lib/kadm5/ |
| H A D | t_kadm5.c | 73 void *handle; in get_handle() local 93 free_handle(void *handle) in free_handle() 111 void *handle = get_handle("admin"); in create_simple_policy() local 123 void *handle = get_handle("admin"); in delete_policy() local 133 void *handle = get_handle("admin"); in compare_policy() local 162 void *handle = get_handle("admin"); in create_simple_princ() local 178 void *handle = get_handle("admin"); in delete_princ() local 199 void *handle = get_handle("admin"); in compare_princ() local 266 void *handle = get_handle(user); in cpw_test_fail() local 284 void *handle; in test_chpass() local [all …]
|
| /freebsd/contrib/kyua/engine/ |
| H A D | kyuafile_test.cpp | 68 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 85 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 156 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 199 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 245 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 280 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 323 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 375 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 407 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local 452 scheduler::scheduler_handle handle = scheduler::setup(); in do_load_error_test() local
|
| /freebsd/contrib/less/ |
| H A D | lglob.h | 47 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument 48 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) argument 49 #define GLOB_NAME_DONE(handle) argument 51 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 62 #define GLOB_FIRST_FAILED(handle) ((handle) == -1) argument 63 #define GLOB_NEXT_NAME(handle,fndp) _findnext(handle, fndp) argument 64 #define GLOB_NAME_DONE(handle) _findclose(handle) argument 66 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 78 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument 79 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) argument [all …]
|
| /freebsd/crypto/krb5/src/lib/kadm5/clnt/ |
| H A D | client_principal.c | 31 kadm5_server_handle_t handle = server_handle; in kadm5_create_principal() local 71 kadm5_server_handle_t handle = server_handle; in kadm5_create_principal_3() local 109 kadm5_server_handle_t handle = server_handle; in kadm5_delete_principal() local 128 kadm5_server_handle_t handle = server_handle; in kadm5_modify_principal() local 163 kadm5_server_handle_t handle = server_handle; in kadm5_get_principal() local 187 kadm5_server_handle_t handle = server_handle; in kadm5_get_principals() local 215 kadm5_server_handle_t handle = server_handle; in kadm5_rename_principal() local 235 kadm5_server_handle_t handle = server_handle; in kadm5_chpass_principal() local 258 kadm5_server_handle_t handle = server_handle; in kadm5_chpass_principal_3() local 284 kadm5_server_handle_t handle = server_handle; in kadm5_setkey_principal() local [all …]
|
| H A D | clnt_policy.c | 22 kadm5_server_handle_t handle = server_handle; in kadm5_create_policy() local 42 kadm5_server_handle_t handle = server_handle; in kadm5_delete_policy() local 63 kadm5_server_handle_t handle = server_handle; in kadm5_modify_policy() local 84 kadm5_server_handle_t handle = server_handle; in kadm5_get_policy() local 110 kadm5_server_handle_t handle = server_handle; in kadm5_get_policies() local
|
| /freebsd/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | server_kdb.c | 26 krb5_error_code kdb_init_master(kadm5_server_handle_t handle, in kdb_init_master() 84 kdb_get_active_mkey(kadm5_server_handle_t handle, krb5_kvno *act_kvno_out, in kdb_get_active_mkey() 112 krb5_error_code kdb_init_hist(kadm5_server_handle_t handle, char *r) in kdb_init_hist() 142 create_hist(kadm5_server_handle_t handle) in create_hist() 174 kdb_get_hist_key(kadm5_server_handle_t handle, krb5_keyblock **keyblocks_out, in kdb_get_hist_key() 227 kdb_free_keyblocks(kadm5_server_handle_t handle, krb5_keyblock *keyblocks) in kdb_free_keyblocks() 257 kdb_get_entry(kadm5_server_handle_t handle, in kdb_get_entry() 327 kdb_free_entry(kadm5_server_handle_t handle, in kdb_free_entry() 364 kdb_put_entry(kadm5_server_handle_t handle, in kdb_put_entry() 408 kdb_delete_entry(kadm5_server_handle_t handle, krb5_principal name) in kdb_delete_entry() [all …]
|
| H A D | server_init.c | 22 static int dup_db_args(kadm5_server_handle_t handle, char **db_args) in dup_db_args() 58 static void free_db_args(kadm5_server_handle_t handle) in free_db_args() 71 free_handle(kadm5_server_handle_t handle) in free_handle() 167 kadm5_server_handle_t handle = NULL; in kadm5_init() local 287 kadm5_server_handle_t handle = server_handle; in kadm5_lock() local 300 kadm5_server_handle_t handle = server_handle; in kadm5_unlock() local 313 kadm5_server_handle_t handle = server_handle; in kadm5_flush() local 327 int _kadm5_check_handle(void *handle) in _kadm5_check_handle() 348 kadm5_init_iprop(void *handle, char **db_args) in kadm5_init_iprop()
|
| H A D | pwqual.c | 48 pwqual_handle *list = NULL, handle = NULL; in k5_pwqual_load() local 101 pwqual_handle *hp, handle; in k5_pwqual_free_handles() local 115 k5_pwqual_name(krb5_context context, pwqual_handle handle) in k5_pwqual_name() 121 k5_pwqual_check(krb5_context context, pwqual_handle handle, in k5_pwqual_check()
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | qat_hal.c | 44 #define AE(handle, ae) ((handle)->hal_handle->aes[ae]) argument 101 qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx() 110 qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr() 128 qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr() 146 qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event() 160 qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles() 204 qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode() 225 qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode() 249 qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() 286 qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_tindex_mode() [all …]
|
| H A D | qat_uclo.c | 144 qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words() 167 qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words() 187 qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem() 209 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 250 qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae() 283 qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_create_batch_init_list() 325 qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg() 345 qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg() 370 qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory() 391 qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore() [all …]
|
| /freebsd/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api.cpp | 94 dcd_tree_handle_t handle = C_API_INVALID_TREE_HANDLE; in ocsd_create_dcd_tree() local 112 OCSD_C_API void ocsd_destroy_dcd_tree(const dcd_tree_handle_t handle) in ocsd_destroy_dcd_tree() 142 OCSD_C_API ocsd_datapath_resp_t ocsd_dt_process_data(const dcd_tree_handle_t handle, in ocsd_dt_process_data() 157 OCSD_C_API ocsd_err_t ocsd_dt_create_decoder(const dcd_tree_handle_t handle, in ocsd_dt_create_decoder() 184 OCSD_C_API ocsd_err_t ocsd_dt_remove_decoder( const dcd_tree_handle_t handle, in ocsd_dt_remove_decoder() 190 OCSD_C_API ocsd_err_t ocsd_dt_attach_packet_callback( const dcd_tree_handle_t handle, in ocsd_dt_attach_packet_callback() 237 OCSD_C_API ocsd_err_t ocsd_dt_get_decode_stats(const dcd_tree_handle_t handle, in ocsd_dt_get_decode_stats() 246 OCSD_C_API ocsd_err_t ocsd_dt_reset_decode_stats(const dcd_tree_handle_t handle, in ocsd_dt_reset_decode_stats() 255 OCSD_C_API ocsd_err_t ocsd_dt_set_gen_elem_outfn(const dcd_tree_handle_t handle, FnTraceElemIn pFn,… in ocsd_dt_set_gen_elem_outfn() 293 OCSD_C_API ocsd_err_t ocsd_def_errlog_set_strprint_cb(const dcd_tree_handle_t handle, void *p_conte… in ocsd_def_errlog_set_strprint_cb() [all …]
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_shim.c | 45 VCHIQ_SERVICE_HANDLE_T handle; member 97 int32_t vchi_msg_peek(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_peek() 132 int32_t vchi_msg_remove(VCHI_SERVICE_HANDLE_T handle) in vchi_msg_remove() 159 int32_t vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_queue() 202 int32_t vchi_bulk_queue_receive(VCHI_SERVICE_HANDLE_T handle, in vchi_bulk_queue_receive() 261 int32_t vchi_bulk_queue_transmit(VCHI_SERVICE_HANDLE_T handle, in vchi_bulk_queue_transmit() 321 int32_t vchi_msg_dequeue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_dequeue() 371 int32_t vchi_msg_queuev(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_queuev() 425 int32_t vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_hold() 541 VCHIQ_HEADER_T *header, VCHIQ_SERVICE_HANDLE_T handle, void *bulk_user) in shim_callback() [all …]
|
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | server_stubs.c | 78 static int check_handle(void *handle) in check_handle() 113 kadm5_server_handle_t handle; in new_server_handle() local 142 static void free_server_handle(kadm5_server_handle_t handle) in free_server_handle() 219 static int gss_to_krb5_name(kadm5_server_handle_t handle, in gss_to_krb5_name() 308 stub_cleanup(kadm5_server_handle_t handle, char *princ_str, in stub_cleanup() 321 stub_auth(kadm5_server_handle_t handle, int opcode, krb5_const_principal p1, in stub_auth() 329 stub_auth_pol(kadm5_server_handle_t handle, int opcode, const char *policy, in stub_auth_pol() 337 stub_auth_restrict(kadm5_server_handle_t handle, int opcode, in stub_auth_restrict() 348 changepw_not_self(kadm5_server_handle_t handle, struct svc_req *rqstp, in changepw_not_self() 371 check_self_keychange(kadm5_server_handle_t handle, struct svc_req *rqstp, in check_self_keychange() [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-netfilter-linux.c | 88 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in netfilter_read_linux() 308 netfilter_set_datalink(pcap_t *handle, int dlt) in netfilter_set_datalink() 315 netfilter_stats_linux(pcap_t *handle, struct pcap_stat *stats) in netfilter_stats_linux() 326 netfilter_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) in netfilter_inject_linux() 340 netfilter_send_config_msg(const pcap_t *handle, uint16_t msg_type, int ack, u_int8_t family, u_int1… in netfilter_send_config_msg() 428 nflog_send_config_msg(const pcap_t *handle, uint8_t family, u_int16_t group_id, const struct my_nfa… in nflog_send_config_msg() 434 nflog_send_config_cmd(const pcap_t *handle, uint16_t group_id, u_int8_t cmd, u_int8_t family) in nflog_send_config_cmd() 449 nflog_send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t copy_… in nflog_send_config_mode() 465 nfqueue_send_verdict(const pcap_t *handle, uint16_t group_id, u_int32_t id, u_int32_t verdict) in nfqueue_send_verdict() 481 nfqueue_send_config_msg(const pcap_t *handle, uint8_t family, u_int16_t group_id, const struct my_n… in nfqueue_send_config_msg() [all …]
|
| H A D | pcap-linux.c | 341 pcap_t *handle; in pcapint_create_interface() local 443 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev() 485 nl80211_init(pcap_t *handle, struct nl80211_state *state, const char *device) in nl80211_init() 539 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in add_mon_if() 644 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in del_mon_if() 698 static int pcap_protocol(pcap_t *handle) in pcap_protocol() 710 pcap_can_set_rfmon_linux(pcap_t *handle) in pcap_can_set_rfmon_linux() 790 static void pcap_cleanup_linux( pcap_t *handle ) in pcap_cleanup_linux() 944 static void pcap_breakloop_linux(pcap_t *handle) in pcap_breakloop_linux() 967 set_vlan_offset(pcap_t *handle) in set_vlan_offset() [all …]
|
| H A D | pcap-haiku.c | 56 pcap_read_haiku(pcap_t* handle, int maxPackets _U_, pcap_handler callback, in pcap_read_haiku() 165 get_promisc(pcap_t *handle) in get_promisc() 177 set_promisc(pcap_t *handle, const int enable) in set_promisc() 191 pcap_cleanup_haiku(pcap_t *handle) in pcap_cleanup_haiku() 211 pcap_inject_haiku(pcap_t *handle, const void *buffer _U_, int size _U_) in pcap_inject_haiku() 222 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku() 240 pcap_activate_haiku(pcap_t *handle) in pcap_activate_haiku() 431 pcap_t* handle = PCAP_CREATE_COMMON(errorBuffer, struct pcap_haiku); in pcapint_create_interface() local
|
| /freebsd/contrib/kyua/utils/process/ |
| H A D | executor_test.cpp | 315 do_spawn(executor::executor_handle& handle, Hook hook, in do_spawn() 381 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 399 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 452 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 480 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 514 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 540 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 562 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 623 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local 650 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd/contrib/libfido2/src/ |
| H A D | hid_hidapi.c | 22 void *handle; member 184 fido_hid_close(void *handle) in fido_hid_close() 193 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() 202 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read() 215 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() 256 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() 264 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
|
| H A D | hid_openbsd.c | 190 fido_hid_close(void *handle) in fido_hid_close() 201 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() 212 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read() 242 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() 267 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() 275 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
|
| /freebsd/contrib/libcbor/test/ |
| H A D | map_test.c | 48 struct cbor_pair *handle = cbor_map_handle(map); in test_simple_map() local 68 struct cbor_pair *handle = cbor_map_handle(map); in test_indef_simple_map() local 95 struct cbor_pair *handle = cbor_map_handle(map); in test_def_nested_map() local 119 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_key_map() local 141 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_kv_map() local 168 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_streamed_kv_map() local
|
| /freebsd/sys/dev/qat/include/common/ |
| H A D | icp_qat_hal.h | 145 #define SET_CAP_CSR(handle, csr, val) \ argument 147 #define GET_CAP_CSR(handle, csr) \ argument 149 #define SET_GLB_CSR(handle, csr, val) \ argument 156 #define GET_GLB_CSR(handle, csr) \ argument 163 #define SET_FCU_CSR(handle, csr, val) \ argument 179 #define GET_FCU_CSR(handle, csr) \ argument 190 #define AE_CSR(handle, ae) \ argument 192 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & (csr))) argument 193 #define SET_AE_CSR(handle, ae, csr, val) \ argument 195 #define GET_AE_CSR(handle, ae, csr) \ argument [all …]
|
| /freebsd/stand/uboot/ |
| H A D | glue.c | 293 ub_dev_open(int handle) in ub_dev_open() 309 ub_dev_close(int handle) in ub_dev_close() 332 dev_valid(int handle) in dev_valid() 345 dev_stor_valid(int handle) in dev_stor_valid() 358 ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() 379 dev_net_valid(int handle) in dev_net_valid() 392 ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv() 411 ub_dev_send(int handle, void *buf, int len) in ub_dev_send() 465 ub_dump_di(int handle) in ub_dump_di()
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_memory.c | 39 #define vunmap(handle) argument 54 void drm_free_agp(DRM_AGP_MEM * handle, int pages) in drm_free_agp() 67 int drm_bind_agp(DRM_AGP_MEM * handle, unsigned int start) in drm_bind_agp() 79 int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp()
|
| /freebsd/sys/libkern/ |
| H A D | iconv.c | 237 iconv_open(const char *to, const char *from, void **handle) in iconv_open() 274 iconv_close(void *handle) in iconv_close() 280 iconv_conv(void *handle, const char **inbuf, in iconv_conv() 287 iconv_conv_case(void *handle, const char **inbuf, in iconv_conv_case() 294 iconv_convchr(void *handle, const char **inbuf, in iconv_convchr() 301 iconv_convchr_case(void *handle, const char **inbuf, in iconv_convchr_case() 308 towlower(int c, void *handle) in towlower() 314 towupper(int c, void *handle) in towupper() 472 iconv_converter_tolowerstub(int c, void *handle) in iconv_converter_tolowerstub() 512 iconv_convstr(void *handle, char *dst, const char *src) in iconv_convstr() [all …]
|