Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c18 lm_tcp_con_t *con) in lm_tcp_complete_bufs() argument
28 con->dpc_info.dpc_completed_tail, con->dpc_info.dpc_bufs_completed); in lm_tcp_complete_bufs()
30 DbgBreakIf(con->rq_nbytes < con->dpc_info.dpc_actual_bytes_completed); in lm_tcp_complete_bufs()
31 con->rq_nbytes -= con->dpc_info.dpc_actual_bytes_completed; in lm_tcp_complete_bufs()
33 lm_bd_chain_bds_consumed(&con->bd_chain, con->dpc_info.dpc_bd_used); in lm_tcp_complete_bufs()
34 con->dpc_info.dpc_bd_used = 0; in lm_tcp_complete_bufs()
47 if (!con->rq_completion_calls) { in lm_tcp_complete_bufs()
53 con->rq_completion_calls++; in lm_tcp_complete_bufs()
192 lm_tcp_con_t * con, in lm_tcp_abort_bufs() argument
201 DbgBreakIf( ! (pdev && con) ); in lm_tcp_abort_bufs()
[all …]
H A Dlm_l4fp.h17 lm_tcp_con_t *con);
23 lm_tcp_con_t *con, /* Rx OR Tx connection */
36 lm_tcp_con_t * con, /* L4 connection to abort buffers on */
91 lm_tcp_con_t * con
97 lm_tcp_con_t * con
121 static __inline lm_tcp_buffer_t * lm_tcp_next_entry_dpc_active_list(lm_tcp_con_t * con) in lm_tcp_next_entry_dpc_active_list() argument
123 if (con->dpc_info.dpc_completed_tail) { in lm_tcp_next_entry_dpc_active_list()
124 return (lm_tcp_buffer_t *)s_list_next_entry(con->dpc_info.dpc_completed_tail); in lm_tcp_next_entry_dpc_active_list()
126 return (lm_tcp_buffer_t *)s_list_peek_head(&con->active_tb_list); in lm_tcp_next_entry_dpc_active_list()
H A Dlm_l4tx.c353 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags; in lm_tcp_tx_complete_tcp_fp()
354 con->dpc_info.dpc_flags = 0; in lm_tcp_tx_complete_tcp_fp()
552 lm_tcp_con_t * con; in lm_toe_service_tx_intr() local
568 tcp = con->tcp_state; in lm_toe_service_tx_intr()
570 mm_acquire_tcp_lock(pdev, con); in lm_toe_service_tx_intr()
571 lm_tcp_tx_complete_tcp_fp(pdev, con->tcp_state, con); in lm_toe_service_tx_intr()
572 mm_release_tcp_lock(pdev, con); in lm_toe_service_tx_intr()
573 con = (lm_tcp_con_t *)s_list_next_entry(&con->dpc_info.link); in lm_toe_service_tx_intr()
574 tcp = con->tcp_state; in lm_toe_service_tx_intr()
580 tcp = con->tcp_state; in lm_toe_service_tx_intr()
[all …]
H A Dlm_l4rx.c374 con->rq_completion_calls++; in lm_tcp_complete_tcp_buf()
1084 …if (lm_tcp_next_entry_dpc_active_list(con) && con->u.rx.gen_info.dpc_peninsula_nbytes && con->dpc_… in lm_tcp_rx_complete_tcp_fp()
1097 con->u.rx.gen_info.peninsula_nbytes += con->u.rx.gen_info.dpc_peninsula_nbytes; in lm_tcp_rx_complete_tcp_fp()
1140 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags; in lm_tcp_rx_complete_tcp_fp()
1141 con->dpc_info.dpc_flags = 0; in lm_tcp_rx_complete_tcp_fp()
1165 if (!d_list_is_empty(&con->u.rx.gen_info.peninsula_list) && _lm_tcp_ok_to_indicate(con)) { in lm_tcp_rx_complete_tcp_fp()
1658 lm_tcp_con_t * con; in lm_toe_service_rx_intr() local
1684 tcp = con->tcp_state; in lm_toe_service_rx_intr()
1687 lm_tcp_rx_complete_tcp_fp(pdev, con->tcp_state, con); in lm_toe_service_rx_intr()
1689 con = (lm_tcp_con_t *)s_list_next_entry(&con->dpc_info.link); in lm_toe_service_rx_intr()
[all …]
H A Dlm_l4sp.c1621 lm_tcp_con_t * con; in lm_tcp_init_tcp_phys_mem() local
1634 con = tcp->tx_con; in lm_tcp_init_tcp_phys_mem()
1652 con = tcp->rx_con; in lm_tcp_init_tcp_phys_mem()
1723 lm_tcp_con_t * con; in lm_tcp_init_tcp_virt_mem() local
1729 con = tcp->tx_con; in lm_tcp_init_tcp_virt_mem()
1742 con = tcp->rx_con; in lm_tcp_init_tcp_virt_mem()
3124 con = tcp->tx_con; in lm_tcp_init_tcp_state_machine()
3259 con = tcp->tx_con; in lm_tcp_post_initiate_offload_request()
4002 lm_tcp_rx_complete_tcp_fp(pdev, con->tcp_state, con); in lm_tcp_service_deferred_cqes()
4004 lm_tcp_tx_complete_tcp_fp(pdev, con->tcp_state, con); in lm_tcp_service_deferred_cqes()
[all …]
H A Dlm_l4sp.h26 IN lm_tcp_con_t * con);
31 IN lm_tcp_con_t * con);
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c558 generate_err_msg (con, in gen_unknown_gov_err()
571 generate_err_msg (con, in gen_no_suitable_gov_err()
583 generate_err_msg (con, in gen_cpufreq_err()
686 gen_cpufreq_err (con, msg, in check_authorization()
697 gen_cpufreq_err (con, msg, in check_authorization()
709 gen_cpufreq_err (con, msg, in check_authorization()
724 gen_cpufreq_err (con, msg, in check_authorization()
733 gen_cpufreq_err (con, msg, in check_authorization()
818 gen_cpufreq_err (con, msg, in set_cpufreq_gov()
847 gen_cpufreq_err (con, msg, in set_cpufreq_gov()
[all …]
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c123 run_request_run(r, con, msg, NULL); in handle_run()
130 dbus_connection_send(con, reply, NULL); in handle_run()
171 dbus_connection_send(con, reply, NULL); in handle_start()
178 dbus_connection_send(con, reply, NULL); in handle_start()
196 dbus_connection_send (con, reply, NULL); in handle_kill()
204 dbus_connection_send(con, reply, NULL); in handle_kill()
214 handle_run(con, msg); in filter()
217 handle_start(con, msg, FALSE); in filter()
220 handle_start(con, msg, TRUE); in filter()
223 handle_kill(con, msg); in filter()
[all …]
H A Drunner.c57 DBusConnection *con; member
115 if (con == NULL || msg == NULL) in send_reply()
128 dbus_connection_send(con, reply, NULL); in send_reply()
165 send_reply(rd->con, rd->msg, HALD_RUN_FAILED, 0, NULL); in run_exited()
183 if(rd->con != NULL && rd->emit_pid_exited) { in run_exited()
192 dbus_connection_send(rd->con, signal, NULL); in run_exited()
210 send_reply(rd->con, rd->msg, HALD_RUN_TIMEOUT, 0, NULL); in run_timedout()
278 if (con && msg) in run_request_run()
279 send_reply(con, msg, HALD_RUN_FAILED, 0, NULL); in run_request_run()
297 rd->con = con; in run_request_run()
[all …]
H A Drunner.h47 gboolean run_request_run(run_request *r, DBusConnection *con, DBusMessage *msg, GPid *out_pid);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c424 SSL *con; member
430 SSL *con; member
508 so->con = ti->con;
745 rfd = SSL_get_rfd(so->con);
746 wfd = SSL_get_wfd(so->con);
856 rfd = SSL_get_rfd(so->con);
857 wfd = SSL_get_wfd(so->con);
937 sfdctls(fin, fout, con) in sfdctls() argument
940 SSL *con;
948 SM_ASSERT(con != NULL);
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c502 if (con == NULL) in printConnection()
527 if (!con) in addConnection()
660 if (con == NULL) in __s_api_freeConnection()
662 if (con->serverAddr) in __s_api_freeConnection()
664 if (con->auth) in __s_api_freeConnection()
672 free(con); in __s_api_freeConnection()
718 *conp = con; in makeConnection()
992 con->ld = ld; in makeConnection()
997 *conp = con; in makeConnection()
1027 *conp = con; in makeConnection()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_constraints.c117 struct constraint *con; in alloc_constraint_state() local
121 FOR_EACH_PTR(list, con) { in alloc_constraint_state()
125 show_special(con->op), con->id); in alloc_constraint_state()
126 } END_FOR_EACH_PTR(con); in alloc_constraint_state()
298 struct constraint *con; in unmet_constraint() local
317 FOR_EACH_PTR(list, con) { in unmet_constraint()
320 con_str = constraint_id_to_str(con->id); in unmet_constraint()
330 if (con->op == '<' || con->op == req_op) { in unmet_constraint()
335 } END_FOR_EACH_PTR(con); in unmet_constraint()
345 if (!insert_string(&saved_constraints, con)) in save_new_constraint()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_global.c580 Dwarf_Global_Context con = 0; in dwarf_global_cu_offset() local
587 con = global->gl_context; in dwarf_global_cu_offset()
589 if (con == NULL) { in dwarf_global_cu_offset()
640 Dwarf_Global_Context con = 0; in dwarf_global_name_offsets() local
649 con = global->gl_context; in dwarf_global_name_offsets()
651 if (con == NULL) { in dwarf_global_name_offsets()
665 dbg = con->pu_dbg; in dwarf_global_name_offsets()
749 Dwarf_Global_Context con = 0; in dwarf_get_globals_header() local
756 con = global->gl_context; in dwarf_get_globals_header()
757 if (con == NULL) { in dwarf_get_globals_header()
[all …]
H A Ddwarf_rnglists.c448 con->rc_offsets_array = 0; in _dwarf_dealloc_rnglists_context()
449 con->rc_offset_entry_count = 0; in _dwarf_dealloc_rnglists_context()
450 free(con); in _dwarf_dealloc_rnglists_context()
467 Dwarf_Rnglists_Context con = 0; in dwarf_get_rnglist_offset_index_value() local
483 offset_len = con->rc_offset_size; in dwarf_get_rnglist_offset_index_value()
484 offsetptr = con->rc_offsets_array + in dwarf_get_rnglist_offset_index_value()
494 con->rc_offsets_off_in_sect; in dwarf_get_rnglist_offset_index_value()
571 Dwarf_Rnglists_Context con = 0; in dwarf_get_rnglist_context_basics() local
590 *version = con->rc_version; in dwarf_get_rnglist_context_basics()
636 Dwarf_Rnglists_Context con = 0; in dwarf_get_rnglist_rle() local
[all …]
H A Ddwarf_loclists.c549 con->lc_offsets_array = 0; in _dwarf_dealloc_loclists_context()
550 con->lc_offset_entry_count = 0; in _dwarf_dealloc_loclists_context()
551 free(con); in _dwarf_dealloc_loclists_context()
568 Dwarf_Loclists_Context con = 0; in dwarf_get_loclist_offset_index_value() local
584 offset_len = con->lc_offset_size; in dwarf_get_loclist_offset_index_value()
585 offsetptr = con->lc_offsets_array + in dwarf_get_loclist_offset_index_value()
595 con->lc_offsets_off_in_sect; in dwarf_get_loclist_offset_index_value()
678 Dwarf_Loclists_Context con = 0; in dwarf_get_loclist_context_basics() local
697 *version = con->lc_version; in dwarf_get_loclist_context_basics()
746 Dwarf_Loclists_Context con = 0; in dwarf_get_loclist_lle() local
[all …]
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dfparseln.c78 char esc, con, nl, com; in fparseln() local
88 con = str[1]; in fparseln()
121 if (s && con) { /* Check and eliminate continuations */ in fparseln()
124 if (*cp == con && !isescaped(ptr, cp, esc)) { in fparseln()
158 if (cp[1] == con) in fparseln()
162 if (cp[1] != com && cp[1] != con && cp[1] != esc) in fparseln()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py37 cur = con.cursor()
353 cur = con.cursor()
386 cur = con.cursor()
404 cur = con.cursor()
413 cur = con.cursor()
427 cur = con.cursor()
457 cur = con.cursor()
470 cur = con.cursor()
482 cur = con.cursor()
494 cur = con.cursor()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c374 struct console con; in _change_color()
381 ioctl(cur_term->Filedes, CONIOGETDATA, &con); in _change_color()
383 con.l[con.page].colors[BOLD] = in _change_color()
385 ioctl(cur_term->Filedes, CONIOSETDATA, &con); in _change_color()
H A Dstart_col.c58 struct console con; in start_color() local
72 ioctl(cur_term->Filedes, CONIOGETDATA, &con); in start_color()
73 if (!con.color) in start_color()
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.c113 DBusConnection *con = NULL; in attach_to_hald() local
120 if ((con = dbus_bus_get(DBUS_BUS_SYSTEM, &error)) == NULL) { in attach_to_hald()
131 if (!libhal_ctx_set_dbus_connection(ctx, con)) in attach_to_hald()
154 DBusConnection *con = libhal_ctx_get_dbus_connection(ctx); in detach_from_hald() local
166 dbus_connection_unref(con); in detach_from_hald()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h13 #define mm_acquire_tcp_lock(_pdev, con) LOCK() argument
14 #define mm_release_tcp_lock(_pdev, con) UNLOCK() argument
184 lm_tcp_con_t * con
196 IN lm_tcp_con_t * con, /* connection handle */
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l4.c130 lm_tcp_con_t * con /* connection to be checked */ in mm_tcp_indicating_bufs() argument
141 IN lm_tcp_con_t * con, /* connection handle */ in mm_tcp_abort_bufs() argument
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c605 struct icb_ext *iext, *con; in ud_common_ad() local
669 con = &ip->i_con[ip->i_con_used]; in ud_common_ad()
671 con->ib_prn = SWAP_16(lad->lad_ext_prn); in ud_common_ad()
672 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_common_ad()
674 con->ib_prn = ip->i_icb_prn; in ud_common_ad()
675 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_common_ad()
677 con->ib_count = length & 0x3FFFFFFF; in ud_common_ad()
678 con->ib_flags = (length >> 30) & IB_MASK; in ud_common_ad()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java302 Constructor con = cobj.getDeclaredConstructor(paramClasses); in getInstance() local
306 ret = con.newInstance(params); in getInstance()

12