Home
last modified time | relevance | path

Searched defs:con (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c108 ng_l2cap_con_p con = NULL; in ng_l2cap_new_con() local
155 ng_l2cap_con_ref(ng_l2cap_con_p con) in ng_l2cap_con_ref()
176 ng_l2cap_con_unref(ng_l2cap_con_p con) in ng_l2cap_con_unref()
207 ng_l2cap_discon_timeout(ng_l2cap_con_p con) in ng_l2cap_discon_timeout()
229 ng_l2cap_discon_untimeout(ng_l2cap_con_p con) in ng_l2cap_discon_untimeout()
250 ng_l2cap_free_con(ng_l2cap_con_p con) in ng_l2cap_free_con()
302 ng_l2cap_con_p con = NULL; in ng_l2cap_con_by_addr() local
319 ng_l2cap_con_p con = NULL; in ng_l2cap_con_by_handle() local
334 ng_l2cap_new_chan(ng_l2cap_p l2cap, ng_l2cap_con_p con, u_int16_t psm, int idtype) in ng_l2cap_new_chan()
454 ng_l2cap_new_cmd(ng_l2cap_con_p con, ng_l2cap_chan_p ch, u_int8_t ident, in ng_l2cap_new_cmd()
[all …]
H A Dng_l2cap_evnt.c93 ng_l2cap_receive(ng_l2cap_con_p con) in ng_l2cap_receive()
163 ng_l2cap_process_signal_cmd(ng_l2cap_con_p con) in ng_l2cap_process_signal_cmd()
278 ng_l2cap_process_lesignal_cmd(ng_l2cap_con_p con) in ng_l2cap_process_lesignal_cmd()
360 static int ng_l2cap_process_cmd_urq(ng_l2cap_con_p con, uint8_t ident) in ng_l2cap_process_cmd_urq()
368 static int ng_l2cap_process_cmd_urs(ng_l2cap_con_p con, uint8_t ident) in ng_l2cap_process_cmd_urs()
382 ng_l2cap_process_cmd_rej(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_cmd_rej()
456 ng_l2cap_process_con_req(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_con_req()
520 ng_l2cap_process_con_rsp(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_con_rsp()
643 ng_l2cap_process_cfg_req(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_cfg_req()
776 ng_l2cap_process_cfg_rsp(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_cfg_rsp()
[all …]
H A Dng_l2cap_llpi.c72 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_con_req() local
143 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_con_cfm() local
212 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_con_ind() local
293 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_discon_ind() local
355 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_qos_req() local
444 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_qos_ind() local
489 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_enc_change() local
543 ng_l2cap_lp_send(ng_l2cap_con_p con, u_int16_t dcid, struct mbuf *m0) in ng_l2cap_lp_send()
663 ng_l2cap_con_p con = NULL; in ng_l2cap_lp_receive() local
798 ng_l2cap_lp_deliver(ng_l2cap_con_p con) in ng_l2cap_lp_deliver()
[all …]
H A Dng_l2cap_cmds.c65 ng_l2cap_con_wakeup(ng_l2cap_con_p con) in ng_l2cap_con_wakeup()
242 ng_l2cap_con_fail(ng_l2cap_con_p con, u_int16_t result) in ng_l2cap_con_fail()
343 ng_l2cap_con_p con = NULL; in ng_l2cap_process_command_timeout() local
H A Dng_l2cap_ulpi.c67 ng_l2cap_con_p con = NULL; in ng_l2cap_l2ca_con_req() local
226 ng_l2cap_con_p con = NULL; in ng_l2cap_l2ca_con_rsp_req() local
988 ng_l2cap_l2ca_receive(ng_l2cap_con_p con) in ng_l2cap_l2ca_receive()
1097 ng_l2cap_l2ca_clt_receive(ng_l2cap_con_p con) in ng_l2cap_l2ca_clt_receive()
1480 ng_l2cap_con_p con = NULL; in ng_l2cap_l2ca_ping_req() local
1556 ng_l2cap_l2ca_ping_rsp(ng_l2cap_con_p con, u_int32_t token, u_int16_t result, in ng_l2cap_l2ca_ping_rsp()
1609 ng_l2cap_con_p con = NULL; in ng_l2cap_l2ca_get_info_req() local
1677 ng_l2cap_l2ca_get_info_rsp(ng_l2cap_con_p con, u_int32_t token, in ng_l2cap_l2ca_get_info_rsp()
H A Dng_l2cap_main.c297 ng_l2cap_con_p con = NULL; in ng_l2cap_lower_rcvmsg() local
551 ng_l2cap_con_p con = NULL; in ng_l2cap_default_rcvmsg() local
733 ng_l2cap_con_p con = NULL; in ng_l2cap_cleanup() local
H A Dng_l2cap_misc.h65 #define ng_l2cap_link_cmd(con, cmd) \ argument
H A Dng_l2cap_var.h142 ng_l2cap_con_p con; /* pointer to connection */ member
176 ng_l2cap_con_p con; /* L2CAP connection */ member
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c146 ng_hci_unit_con_p con = LIST_FIRST(&unit->con_list); in ng_hci_unit_clean() local
259 ng_hci_unit_con_p con = NULL; in ng_hci_new_con() local
309 ng_hci_free_con(ng_hci_unit_con_p con) in ng_hci_free_con()
336 ng_hci_unit_con_p con = NULL; in ng_hci_con_by_handle() local
352 ng_hci_unit_con_p con = NULL; in ng_hci_con_by_bdaddr() local
407 ng_hci_con_timeout(ng_hci_unit_con_p con) in ng_hci_con_timeout()
428 ng_hci_con_untimeout(ng_hci_unit_con_p con) in ng_hci_con_untimeout()
H A Dng_hci_evnt.c254 ng_hci_unit_con_p con = NULL, winner = NULL; send_data_packets() local
350 sync_con_queue(ng_hci_unit_p unit,ng_hci_unit_con_p con,int completed) sync_con_queue() argument
474 ng_hci_unit_con_p con = NULL; le_connection_complete() local
678 ng_hci_unit_con_p con = NULL; con_compl() local
804 ng_hci_unit_con_p con = NULL; con_req() local
889 ng_hci_unit_con_p con = NULL; discon_compl() local
935 ng_hci_unit_con_p con = NULL; encryption_change() local
982 ng_hci_unit_con_p con = NULL; read_remote_features_compl() local
1035 ng_hci_unit_con_p con = NULL; qos_setup_compl() local
1090 ng_hci_unit_con_p con = NULL; role_change() local
1127 ng_hci_unit_con_p con = NULL; num_compl_pkts() local
1185 ng_hci_unit_con_p con = NULL; mode_change() local
1240 ng_hci_unit_con_p con = NULL; read_clock_offset_compl() local
1292 ng_hci_unit_con_p con = NULL; qos_violation() local
[all...]
H A Dng_hci_ulpi.c129 ng_hci_unit_con_p con = NULL; in ng_hci_lp_acl_con_req() local
493 ng_hci_unit_con_p con = NULL; in ng_hci_lp_le_con_req() local
671 ng_hci_unit_con_p con = NULL; in ng_hci_lp_discon_req() local
755 ng_hci_lp_con_cfm(ng_hci_unit_con_p con, int status) in ng_hci_lp_con_cfm()
819 ng_hci_lp_enc_change(ng_hci_unit_con_p con, int status) in ng_hci_lp_enc_change()
852 ng_hci_lp_con_ind(ng_hci_unit_con_p con, u_int8_t *uclass) in ng_hci_lp_con_ind()
908 ng_hci_unit_con_p con = NULL; in ng_hci_lp_con_rsp() local
1092 ng_hci_lp_discon_ind(ng_hci_unit_con_p con, int reason) in ng_hci_lp_discon_ind()
1157 ng_hci_unit_con_p con = NULL; in ng_hci_lp_qos_req() local
1263 ng_hci_lp_qos_cfm(ng_hci_unit_con_p con, int status) in ng_hci_lp_qos_cfm()
[all …]
H A Dng_hci_main.c793 ng_hci_unit_con_p con = NULL; in ng_hci_acl_rcvdata() local
910 ng_hci_unit_con_p con = NULL; in ng_hci_sco_rcvdata() local
H A Dng_hci_cmds.c500 ng_hci_unit_con_t *con = NULL; in process_link_policy_params() local
623 ng_hci_unit_con_p con = NULL; process_hc_baseband_params() local
[all...]
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c535 DBusConnection *con; in wpa_dbus_register_object_per_iface() local
584 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface() local
657 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
699 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
733 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
757 DBusConnection *con = eloop_ctx; in flush_object_timeout_handler() local
767 static void recursive_flush_changed_properties(DBusConnection *con, in recursive_flush_changed_properties()
797 void wpa_dbus_flush_all_changed_properties(DBusConnection *con) in wpa_dbus_flush_all_changed_properties()
820 void wpa_dbus_flush_object_changed_properties(DBusConnection *con, in wpa_dbus_flush_object_changed_properties()
H A Ddbus_common_i.h19 DBusConnection *con; member
H A Ddbus_common.c33 static void dispatch_data(DBusConnection *con) in dispatch_data()
53 DBusConnection *con = eloop_ctx; in dispatch_initial_dbus_messages() local
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c523 double br, un, con, res; in br_mispredict() local
558 double br, cl, cl2, cl3, uo, re, un, con, res, is; in br_mispredictib() local
604 double br, cl, uo, uo_r, re, con, un, res; in br_mispredict_broad() local
675 double con, un, memd, res; in splitload() local
700 double con, un, memd, res; in splitload_sb() local
773 double con, un, memd, res; in contested() local
797 double con, un, memd, res; in contested_has() local
822 double con, un, memd, memtoo, res; in contestedbroad() local
851 double con, un, ld, res; in blockstoreforward() local
913 double con, res, me, un; in datasharing() local
[all …]
/freebsd/usr.sbin/ngctl/
H A Dconnect.c61 struct ngm_connect con; in ConnectCmd() local
/freebsd/crypto/openssl/test/
H A Dservername_test.c100 SSL *con = NULL; in client_setup_sni_before_state() local
152 SSL *con = NULL; in client_setup_sni_after_state() local
H A Dclienthellotest.c62 SSL *con = NULL; in test_client_hello() local
/freebsd/usr.bin/tip/tip/
H A Dacu.c59 con(void) in con() function
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c422 SSL *con; member
428 SSL *con; member
947 sfdctls(fin, fout, con) in sfdctls() argument
/freebsd/lib/libutil/
H A Dfparseln.c81 char esc, con, nl, com; in fparseln() local
/freebsd/contrib/blocklist/port/
H A Dfparseln.c91 char esc, con, nl, com; in fparseln() local
/freebsd/crypto/openssl/apps/
H A Ds_server.c2338 SSL *con = NULL; in sv_body() local
2835 static int is_retryable(SSL *con, int i) in is_retryable()
2845 static int init_ssl_connection(SSL *con) in init_ssl_connection()
2948 static void print_connection_info(SSL *con) in print_connection_info()
3043 SSL *con; in www_body() local
3499 SSL *con; in rev_body() local

12