Home
last modified time | relevance | path

Searched refs:con (Results 1 – 25 of 69) sorted by relevance

123

/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_misc.c160 con->state, con->flags); in ng_l2cap_con_ref()
208 con->state, con->flags); in ng_l2cap_discon_timeout()
230 con->state, con->flags); in ng_l2cap_discon_untimeout()
263 if (f->con == con) in ng_l2cap_free_con()
282 con->state, con->flags); in ng_l2cap_free_con()
286 bzero(con, sizeof(*con)); in ng_l2cap_free_con()
342 ch->con = con; in ng_l2cap_new_chan()
433 cmd->con = con; in ng_l2cap_new_cmd()
454 KASSERT((cmd->con == con), in ng_l2cap_cmd_by_ident()
477 con->state, con->flags); in ng_l2cap_lp_timeout()
[all …]
H A Dng_l2cap_llpi.c76 if (con != NULL) { in ng_l2cap_lp_con_req()
81 con->con_handle); in ng_l2cap_lp_con_req()
97 if (con == NULL) in ng_l2cap_lp_con_req()
154 if (con == NULL) { in ng_l2cap_lp_con_cfm()
224 if (con != NULL) { in ng_l2cap_lp_con_ind()
662 con->rx_pkt->m_pkthdr.len, con->rx_pkt_len); in ng_l2cap_lp_receive()
716 con->rx_pkt->m_pkthdr.len, con->rx_pkt_len); in ng_l2cap_lp_receive()
765 while (con->pending < con->l2cap->num_pkts && con->tx_pkt != NULL) { in ng_l2cap_lp_deliver()
767 con->tx_pkt = con->tx_pkt->m_nextpkt; in ng_l2cap_lp_deliver()
834 con->flags); in ng_l2cap_process_lp_timeout()
[all …]
H A Dng_l2cap_evnt.c262 con->rx_pkt = m; in ng_l2cap_process_signal_cmd()
366 con->rx_pkt = NULL; in ng_l2cap_process_con_req()
422 con->rx_pkt = NULL; in ng_l2cap_process_con_rsp()
430 con->con_handle); in ng_l2cap_process_con_rsp()
533 con->rx_pkt = NULL; in ng_l2cap_process_cfg_req()
667 con->rx_pkt = NULL; in ng_l2cap_process_cfg_rsp()
684 con->con_handle); in ng_l2cap_process_cfg_rsp()
925 con->con_handle); in ng_l2cap_process_discon_rsp()
975 con->rx_pkt = ng_l2cap_prepend(con->rx_pkt, sizeof(*hdr)); in ng_l2cap_process_echo_req()
998 con->rx_pkt = NULL; in ng_l2cap_process_echo_req()
[all …]
H A Dng_l2cap_cmds.c64 ng_l2cap_con_wakeup(ng_l2cap_con_p con) in ng_l2cap_con_wakeup() argument
72 KASSERT((cmd->con == con), in ng_l2cap_con_wakeup()
231 ng_l2cap_p l2cap = con->l2cap; in ng_l2cap_con_fail()
240 con->flags |= NG_L2CAP_CON_DYING; in ng_l2cap_con_fail()
243 while (!TAILQ_EMPTY(&con->cmd_list)) { in ng_l2cap_con_fail()
244 cmd = TAILQ_FIRST(&con->cmd_list); in ng_l2cap_con_fail()
250 KASSERT((cmd->con == con), in ng_l2cap_con_fail()
313 if (ch->con == con) in ng_l2cap_con_fail()
317 ng_l2cap_free_con(con); in ng_l2cap_con_fail()
329 ng_l2cap_con_p con = NULL; in ng_l2cap_process_command_timeout() local
[all …]
H A Dng_l2cap_ulpi.c85 if (con == NULL) { in ng_l2cap_l2ca_con_req()
113 cmd = ng_l2cap_new_cmd(ch->con, ch, ng_l2cap_get_ident(con), in ng_l2cap_l2ca_con_req()
245 con = ch->con; in ng_l2cap_l2ca_con_rsp_req()
456 cmd = ng_l2cap_new_cmd(ch->con, ch, ng_l2cap_get_ident(ch->con), in ng_l2cap_l2ca_cfg_req()
943 con->rx_pkt = NULL; in ng_l2cap_l2ca_receive()
1027 con->rx_pkt = NULL; in ng_l2cap_l2ca_clt_receive()
1118 cmd = ng_l2cap_new_cmd(ch->con, ch, ng_l2cap_get_ident(ch->con), in ng_l2cap_l2ca_discon_req()
1326 if (con == NULL) { in ng_l2cap_l2ca_ping_req()
1343 cmd = ng_l2cap_new_cmd(con, NULL, ng_l2cap_get_ident(con), in ng_l2cap_l2ca_ping_req()
1448 if (con == NULL) { in ng_l2cap_l2ca_get_info_req()
[all …]
H A Dng_l2cap_main.c307 if (con == NULL) in ng_l2cap_lower_rcvmsg()
317 if (con->pending < 0) { in ng_l2cap_lower_rcvmsg()
322 con->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
325 con->pending = 0; in ng_l2cap_lower_rcvmsg()
328 ng_l2cap_lp_deliver(con); in ng_l2cap_lower_rcvmsg()
576 e2->state = con->state; in ng_l2cap_default_rcvmsg()
578 e2->flags = con->flags; in ng_l2cap_default_rcvmsg()
579 if (con->tx_pkt != NULL) in ng_l2cap_default_rcvmsg()
581 if (con->rx_pkt != NULL) in ng_l2cap_default_rcvmsg()
733 ng_l2cap_con_p con = NULL; in ng_l2cap_cleanup() local
[all …]
H A Dng_l2cap_misc.h62 #define ng_l2cap_link_cmd(con, cmd) \ argument
64 TAILQ_INSERT_TAIL(&(con)->cmd_list, (cmd), next); \
65 ng_l2cap_con_ref((con)); \
70 TAILQ_REMOVE(&((cmd)->con->cmd_list), (cmd), next); \
71 ng_l2cap_con_unref((cmd)->con); \
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c260 con = kmalloc(sizeof(*con), M_NETGRAPH_HCI, in ng_hci_new_con()
262 if (con != NULL) { in ng_hci_new_con()
263 con->unit = unit; in ng_hci_new_con()
298 return (con); in ng_hci_new_con()
316 NG_HCI_BUFF_ACL_FREE(con->unit->buffer, con->pending); in ng_hci_free_con()
318 NG_HCI_BUFF_SCO_FREE(con->unit->buffer, con->pending); in ng_hci_free_con()
322 bzero(con, sizeof(*con)); in ng_hci_free_con()
339 return (con); in ng_hci_con_by_handle()
356 return (con); in ng_hci_con_by_bdaddr()
412 ng_callout(&con->con_timo, con->unit->node, NULL, in ng_hci_con_timeout()
[all …]
H A Dng_hci_evnt.c271 winner = con; in send_data_packets()
475 if (con == NULL) { in con_compl()
480 if (con == NULL) { in con_compl()
485 bcopy(&ep->bdaddr, &con->bdaddr, sizeof(con->bdaddr)); in con_compl()
620 if (con == NULL) { in con_req()
623 bcopy(&ep->bdaddr, &con->bdaddr, sizeof(con->bdaddr)); in con_req()
802 if (con == NULL) { in qos_setup_compl()
816 con->state, h); in qos_setup_compl()
855 if (con != NULL) in role_change()
910 con->con_handle, con->pending, p); in num_compl_pkts()
[all …]
H A Dng_hci_ulpi.c151 if (con != NULL) { in ng_hci_lp_acl_con_req()
152 switch (con->state) { in ng_hci_lp_acl_con_req()
216 if (con == NULL) { in ng_hci_lp_acl_con_req()
221 bcopy(&ep->bdaddr, &con->bdaddr, sizeof(con->bdaddr)); in ng_hci_lp_acl_con_req()
229 ng_hci_free_con(con); in ng_hci_lp_acl_con_req()
511 if (con == NULL) { in ng_hci_lp_discon_req()
757 if (con == NULL) { in ng_hci_lp_con_rsp()
968 if (con == NULL) { in ng_hci_lp_qos_req()
989 con->con_handle); in ng_hci_lp_qos_req()
1165 if (con == NULL) { in ng_hci_process_con_timeout()
[all …]
H A Dng_hci_main.c778 ng_hci_unit_con_p con = NULL; in ng_hci_acl_rcvdata() local
830 if (con == NULL) { in ng_hci_acl_rcvdata()
843 con_handle, con->link_type); in ng_hci_acl_rcvdata()
853 con->state, con_handle); in ng_hci_acl_rcvdata()
859 if (NG_BT_ITEMQ_FULL(&con->conq)) { in ng_hci_acl_rcvdata()
865 NG_BT_ITEMQ_DROP(&con->conq); in ng_hci_acl_rcvdata()
898 ng_hci_unit_con_p con = NULL; in ng_hci_sco_rcvdata() local
950 if (con == NULL) { in ng_hci_sco_rcvdata()
963 con_handle, con->link_type); in ng_hci_sco_rcvdata()
973 con->state, con_handle); in ng_hci_sco_rcvdata()
[all …]
H A Dng_hci_cmds.c490 ng_hci_unit_con_t *con = NULL; in process_link_policy_params() local
498 con = ng_hci_con_by_handle(unit, h); in process_link_policy_params()
499 if (con == NULL) { in process_link_policy_params()
507 con->link_type); in process_link_policy_params()
510 con->role = rp->role; in process_link_policy_params()
611 ng_hci_unit_con_p con = NULL; in process_hc_baseband_params() local
626 con = LIST_FIRST(&unit->con_list); in process_hc_baseband_params()
629 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in process_hc_baseband_params()
630 ng_hci_con_untimeout(con); in process_hc_baseband_params()
633 ng_hci_lp_discon_ind(con, 0x16); in process_hc_baseband_params()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_common.c37 dbus_connection_dispatch(con); in dispatch_data()
53 DBusConnection *con = eloop_ctx; in dispatch_initial_dbus_messages() local
54 dispatch_data(con); in dispatch_initial_dbus_messages()
61 dbus_connection_ref(priv->con); in process_watch()
73 dispatch_data(priv->con); in process_watch()
77 dbus_connection_unref(priv->con); in process_watch()
210 dbus_connection_ref(priv->con); in process_wakeup_main()
285 if (priv->con) { in wpas_dbus_init_common()
313 priv->con, NULL); in wpas_dbus_init_common_finish()
321 if (priv->con) { in wpas_dbus_deinit_common()
[all …]
H A Ddbus_new_helpers.c481 obj_desc->connection = iface->con; in wpa_dbus_ctrl_iface_init()
534 DBusConnection *con; in wpa_dbus_register_object_per_iface() local
545 con = ctrl_iface->con; in wpa_dbus_register_object_per_iface()
546 obj_desc->connection = con; in wpa_dbus_register_object_per_iface()
583 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface() local
683 dbus_connection_send(con, msg, NULL); in do_send_prop_changed_signal()
710 dbus_connection_send(con, msg, NULL); in do_send_deprecated_prop_changed_signal()
742 DBusConnection *con = eloop_ctx; in flush_object_timeout_handler() local
759 wpa_dbus_flush_object_changed_properties(con, path); in recursive_flush_changed_properties()
880 iface->con, obj_desc)) { in wpa_dbus_mark_property_changed()
[all …]
H A Ddbus_new.c159 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_interface()
217 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_scan_done()
262 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_bss()
323 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_blob()
402 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_network()
497 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_network_request()
561 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_wps_event_pbc_overlap()
599 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_wps_event_success()
645 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_wps_event_fail()
711 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_wps_event_m2d()
[all …]
/dragonfly/usr.sbin/ngctl/
H A Dconnect.c59 struct ngm_connect con; in ConnectCmd() local
70 snprintf(con.path, sizeof(con.path), "%s", av[1]); in ConnectCmd()
71 snprintf(con.ourhook, sizeof(con.ourhook), "%s", av[2]); in ConnectCmd()
72 snprintf(con.peerhook, sizeof(con.peerhook), "%s", av[3]); in ConnectCmd()
80 NGM_CONNECT, &con, sizeof(con)) < 0) { in ConnectCmd()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c1540 SSL *con = NULL; in sv_body() local
1555 if (con == NULL) { in sv_body()
1556 con = SSL_new(ctx); in sv_body()
1571 SSL_clear(con); in sv_body()
1573 if (SSL_is_dtls(con)) { in sv_body()
1611 SSL_set_debug(con, 1); in sv_body()
1835 if (con != NULL) { in sv_body()
1837 SSL_set_shutdown(con, in sv_body()
1839 SSL_free(con); in sv_body()
1868 i = SSL_accept(con); in init_ssl_connection()
[all …]
H A Ds_client.c904 SSL *con = NULL; in s_client_main() local
1082 con = SSL_new(ctx); in s_client_main()
1148 SSL_set_debug(con, 1); in s_client_main()
1150 if (SSL_is_dtls(con)) { in s_client_main()
1189 SSL_set_debug(con, 1); in s_client_main()
1347 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in s_client_main()
1351 if (SSL_in_init(con) && !SSL_total_renegotiations(con)) { in s_client_main()
1383 SSL_shutdown(con); in s_client_main()
1644 SSL_shutdown(con); in s_client_main()
1648 if (con != NULL) { in s_client_main()
[all …]
/dragonfly/lib/libc/stdio/
H A Dfparseln.c79 char esc, con, nl, com; in fparseln() local
93 con = str[1]; in fparseln()
126 if (s && con) { /* Check and eliminate continuations */ in fparseln()
129 if (*cp == con && !isescaped(ptr, cp, esc)) { in fparseln()
169 if (cp[1] == con) in fparseln()
173 if (cp[1] != com && cp[1] != con && cp[1] != esc) in fparseln()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched-atom.c83 rtx con; in do_reorder_for_imul() local
84 con = DEP_CON (dep); in do_reorder_for_imul()
85 if (!NONDEBUG_INSN_P (con)) in do_reorder_for_imul()
87 insn1 = PATTERN (con); in do_reorder_for_imul()
99 FOR_EACH_DEP (con, SD_LIST_BACK, sd_it1, dep1) in do_reorder_for_imul()
/dragonfly/crypto/openssh/
H A Dssh-keyscan.c118 } con; typedef
121 con *fdcon;
123 static void keyprint(con *c, struct sshkey *key);
205 con *c; in key_print_wrapper()
230 keygrab_ssh2(con *c) in keygrab_ssh2()
334 keyprint(con *c, struct sshkey *key) in keyprint()
462 con *c = &fdcon[s]; in conrecycle()
477 con *c = &fdcon[s]; in congreet()
562 con *c = &fdcon[s]; in conread()
598 con *c; in conloop()
[all …]
/dragonfly/contrib/tcsh-6/nls/spanish/
H A Dset132 30 El nombre de la variable debe comenzar con una letra
54 52 No se ha hallado correspondencia con '%c'
63 61 No hay trabajo que corresponda con este patrón
82 80 No esta permitido el uso de $, ! o < con $# o $?
84 82 No esta permitido el uso de * con $# o $?
116 114 Tiempo relativo inconsistente con am/pm
/dragonfly/contrib/tcsh-6/nls/italian/
H A Dset132 30 Il nome della variabile deve iniziare con una lettera
44 42 L'argomento di -c finisce con un backslash
82 80 $, ! oppure < non utilizzabili con $# o $?
84 82 * non permesso con $# o $?
116 114 Istante relativo non consistente con am/pm
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c107 DEP_CON (dep) = con; in init_dep_1()
126 init_dep_1 (dep, pro, con, kind, ds); in init_dep()
865 if (DEP_CON (dep) == con) in sd_find_dep_between_no_cache()
1286 rtx con = DEP_CON (dep); in get_back_and_forw_lists() local
1356 rtx con = DEP_CON (dep); in sd_resolve_dep() local
1360 INSN_RESOLVED_BACK_DEPS (con)); in sd_resolve_dep()
1363 INSN_RESOLVED_BACK_DEPS (con)); in sd_resolve_dep()
1377 rtx con = DEP_CON (dep); in sd_unresolve_dep() local
1381 INSN_SPEC_BACK_DEPS (con)); in sd_unresolve_dep()
1384 INSN_HARD_BACK_DEPS (con)); in sd_unresolve_dep()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c97 DEP_CON (dep) = con; in init_dep_1()
119 init_dep_1 (dep, pro, con, kind, ds); in init_dep()
866 if (DEP_CON (dep) == con) in sd_find_dep_between_no_cache()
1296 rtx_insn *con = DEP_CON (dep); in get_back_and_forw_lists() local
1365 rtx_insn *con = DEP_CON (dep); in sd_resolve_dep() local
1369 INSN_RESOLVED_BACK_DEPS (con)); in sd_resolve_dep()
1386 rtx_insn *con = DEP_CON (dep); in sd_unresolve_dep() local
1390 INSN_SPEC_BACK_DEPS (con)); in sd_unresolve_dep()
1393 INSN_HARD_BACK_DEPS (con)); in sd_unresolve_dep()
1428 rtx_insn *con = DEP_CON (dep); in sd_delete_dep() local
[all …]

123