Searched refs:con (Results 1 - 25 of 30) 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)
26 DbgBreakIf(con->dpc_info.dpc_completed_tail == NULL);
27 s_list_split(&con->active_tb_list, &completed_bufs,
28 con->dpc_info.dpc_completed_tail, con->dpc_info.dpc_bufs_completed);
29 con->dpc_info.dpc_completed_tail = NULL;
30 DbgBreakIf(con->rq_nbytes < con->dpc_info.dpc_actual_bytes_completed);
31 con->rq_nbytes -= con
15 lm_tcp_complete_bufs( struct _lm_device_t *pdev, lm_tcp_state_t *tcp, lm_tcp_con_t *con) argument
69 lm_tcp_complete_nbytes( struct _lm_device_t *pdev, lm_tcp_state_t *tcp, lm_tcp_con_t *con, u32_t completed_bytes, u8_t push ) argument
189 lm_tcp_abort_bufs( struct _lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con, lm_status_t stat ) argument
[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) argument
123 if (con->dpc_info.dpc_completed_tail) {
124 return (lm_tcp_buffer_t *)s_list_next_entry(con->dpc_info.dpc_completed_tail);
126 return (lm_tcp_buffer_t *)s_list_peek_head(&con->active_tb_list);
H A Dlm_l4tx.c112 /* check if tx con is already closed */
114 DbgMessage(pdev, WARNl4tx, "post tx buf failed, posting is blocked (cid=%d, con->flags=%x)\n",
334 void lm_tcp_tx_complete_tcp_fp(lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con) argument
353 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags;
354 con->dpc_info.dpc_flags = 0;
357 if (con->dpc_info.dpc_completed_tail != NULL) {
358 lm_tcp_complete_bufs(pdev, tcp, con);
362 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_FIN_CMP) {
363 con
552 lm_tcp_con_t * con; local
[all...]
H A Dlm_l4sp.h26 IN lm_tcp_con_t * con);
31 IN lm_tcp_con_t * con);
H A Dlm_l4rx.c336 lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con, lm_tcp_buffer_t * tcp_buf, u32_t completed_bytes)
343 con->app_buf_bytes_acc_comp += completed_bytes;
346 tcp_buf->app_buf_xferred = con->app_buf_bytes_acc_comp;
348 con->app_buf_bytes_acc_comp = 0;
349 if (GET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT)) {
350 RESET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT);
363 DbgBreakIf(s_list_entry_cnt(&con->active_tb_list) != 1);
364 lm_bd_chain_bds_consumed(&con->bd_chain, tcp_buf->bd_used);
366 con->buffer_completed_cnt ++;
370 entry = s_list_pop_head(&con
335 lm_tcp_complete_tcp_buf( lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con, lm_tcp_buffer_t * tcp_buf, u32_t completed_bytes) argument
1063 lm_tcp_rx_complete_tcp_fp(lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con) argument
1658 lm_tcp_con_t * con; local
[all...]
H A Dlm_l4sp.c1588 DbgMessage(pdev, INFORMl4rx, "Calc #frags for rx-con initial_rcv_wnd: %d frag_cnt: %d\n", tcp->tcp_cached.initial_rcv_wnd, frag_cnt);
1621 lm_tcp_con_t * con; local
1634 con = tcp->tx_con;
1646 lm_bd_chain_add_page(pdev,&con->bd_chain,phy_mblk[block_idx].free, phy_mblk[block_idx].free_phy, bd_size, TRUE);
1651 /* rx-con */
1652 con = tcp->rx_con;
1723 lm_tcp_con_t * con; local
1729 con = tcp->tx_con;
1736 _lm_tcp_init_qe_buffer(pdev, &con->history_cqes, mblk->free, pdev->params.l4_history_cqe_cnt, cqe_size);
1742 con
3057 lm_tcp_con_t *con = tcp->rx_con; local
3250 lm_tcp_con_t *con = tcp->tx_con; local
3983 lm_tcp_con_t * con = tcp->tx_con; local
4048 lm_tcp_con_t *con; local
5829 lm_tcp_tx_complete_tcp_sp( IN struct _lm_device_t * pdev, IN lm_tcp_state_t * tcp, IN lm_tcp_con_t * con) argument
[all...]
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c523 generate_err_msg(DBusConnection *con, argument
545 if (!dbus_connection_send (con, err_msg, NULL)) {
548 dbus_connection_flush (con);
553 gen_unknown_gov_err(DBusConnection *con, argument
558 generate_err_msg (con,
566 gen_no_suitable_gov_err(DBusConnection *con, argument
571 generate_err_msg (con,
579 gen_cpufreq_err(DBusConnection *con, argument
583 generate_err_msg (con,
652 check_authorization(DBusConnection *con, DBusMessag argument
753 set_cpufreq_gov(DBusConnection *con, DBusMessage *msg, void *udata) argument
900 set_cpufreq_performance(DBusConnection *con, DBusMessage *msg, void *udata) argument
1072 get_cpufreq_gov(DBusConnection *con, DBusMessage *msg, void *udata) argument
1139 get_cpufreq_performance(DBusConnection *con, DBusMessage *msg, void *udata) argument
1205 get_cpufreq_avail_gov(DBusConnection *con, DBusMessage *msg, void *udata) argument
1255 hald_dbus_cpufreq_filter(DBusConnection *con, DBusMessage *msg, void *udata) argument
[all...]
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c90 handle_run(DBusConnection *con, DBusMessage *msg) argument
123 run_request_run(r, con, msg, NULL);
130 dbus_connection_send(con, reply, NULL);
135 handle_start(DBusConnection *con, DBusMessage *msg, gboolean is_singleton) argument
160 if (run_request_run(r, con, NULL, &pid)) {
171 dbus_connection_send(con, reply, NULL);
178 dbus_connection_send(con, reply, NULL);
183 handle_kill(DBusConnection *con, DBusMessage *msg) argument
196 dbus_connection_send (con, reply, NULL);
204 dbus_connection_send(con, repl
209 filter(DBusConnection *con, DBusMessage *msg, void *user_data) argument
[all...]
H A Drunner.c57 DBusConnection *con; member in struct:__anon633
109 send_reply(DBusConnection *con, DBusMessage *msg, guint32 exit_type, gint32 return_code, gchar **error) argument
115 if (con == NULL || msg == NULL)
128 dbus_connection_send(con, reply, NULL);
165 send_reply(rd->con, rd->msg, HALD_RUN_FAILED, 0, NULL);
176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error);
183 if(rd->con != NULL && rd->emit_pid_exited) {
192 dbus_connection_send(rd->con, signal, NULL);
210 send_reply(rd->con, rd->msg, HALD_RUN_TIMEOUT, 0, NULL);
242 run_request_run (run_request *r, DBusConnection *con, DBusMessag argument
[all...]
H A Drunner.h47 gboolean run_request_run(run_request *r, DBusConnection *con, DBusMessage *msg, GPid *out_pid);
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dfparseln.c78 char esc, con, nl, com; local
88 con = str[1];
121 if (s && con) { /* Check and eliminate continuations */
124 if (*cp == con && !isescaped(ptr, cp, esc)) {
158 if (cp[1] == con)
162 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dstart_col.c60 struct console con; local
74 ioctl(cur_term->Filedes, CONIOGETDATA, &con);
75 if (!con.color)
H A Dvidupdate.c376 struct console con;
383 ioctl(cur_term->Filedes, CONIOGETDATA, &con);
385 con.l[con.page].colors[BOLD] =
387 ioctl(cur_term->Filedes, CONIOSETDATA, &con);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c424 SSL *con; member in struct:tls_obj
430 SSL *con; member in struct:tls_info
466 return SSL_pending(so->con) > 0;
508 so->con = ti->con;
728 r = SSL_read(so->con, (char *) buf, size);
734 switch (ssl_err = SSL_get_error(so->con, r))
745 rfd = SSL_get_rfd(so->con);
746 wfd = SSL_get_wfd(so->con);
747 try = tls_retry(so->con, rf
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c498 printConnection(FILE *fp, Connection *con) argument
502 if (con == NULL)
505 (void) fprintf(fp, "tid= %d: connectionID=%d\n", t, con->connectionId);
506 (void) fprintf(fp, "tid= %d: usedBit=%d\n", t, con->usedBit);
507 (void) fprintf(fp, "tid= %d: threadID=%d\n", t, con->threadID);
508 if (con->serverAddr) {
510 t, con->serverAddr);
512 printCred(fp, con->auth);
523 addConnection(Connection *con) argument
527 if (!con)
658 __s_api_freeConnection(Connection *con) argument
690 Connection *con = NULL; local
1715 Connection *con = NULL; local
[all...]
H A Dns_connmgmt.h288 int __s_api_conn_mt_add(Connection *con, ns_conn_user_t *, ns_ldap_error_t **);
H A Dns_internal.h901 void __s_api_freeConnection(Connection *con);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_global.c455 Dwarf_Global_Context con = 0; local
462 con = global->gl_context;
464 if (con == NULL) {
471 *cu_header_offset = con->pu_offset_of_cu_header;
494 Dwarf_Global_Context con = 0; local
503 con = global->gl_context;
505 if (con == NULL) {
510 off = con->pu_offset_of_cu_header;
519 dbg = con->pu_dbg;
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.c115 DBusConnection *con = NULL; local
122 if ((con = dbus_bus_get(DBUS_BUS_SYSTEM, &error)) == NULL) {
133 if (!libhal_ctx_set_dbus_connection(ctx, con))
156 DBusConnection *con = libhal_ctx_get_dbus_connection(ctx); local
168 dbus_connection_unref(con);
/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()
14 #define mm_release_tcp_lock(_pdev, con) UNLOCK()
102 DbgMessage(pdev, INFORMl4, "Acquiring tcp lock for con %p\n", tcp_con);
109 DbgMessage(pdev, INFORMl4, "Releasing tcp lock for con %p\n", tcp_con);
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 */
141 IN lm_tcp_con_t * con, /* connection handle */
138 mm_tcp_abort_bufs( IN struct _lm_device_t * pdev, IN lm_tcp_state_t * tcp, IN lm_tcp_con_t * con, IN lm_status_t status ) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java302 Constructor con = cobj.getDeclaredConstructor(paramClasses);
306 ret = con.newInstance(params);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c176 struct icb_ext *iext, *con; local
761 con = &ip->i_con[ip->i_con_used];
762 con->ib_prn = 0;
763 con->ib_block = SWAP_32(sad->sad_ext_loc);
764 con->ib_count = length & 0x3FFFFFFF;
765 con->ib_flags = (length >> 30) & IB_MASK;
824 con = &ip->i_con[ip->i_con_used];
825 con->ib_prn = SWAP_16(lad->lad_ext_prn);
826 con->ib_block = SWAP_32(lad->lad_ext_loc);
827 con
[all...]
H A Dudf_bmap.c607 struct icb_ext *iext, *con; local
671 con = &ip->i_con[ip->i_con_used];
673 con->ib_prn = SWAP_16(lad->lad_ext_prn);
674 con->ib_block = SWAP_32(lad->lad_ext_loc);
676 con->ib_prn = ip->i_icb_prn;
677 con->ib_block = SWAP_32(sad->sad_ext_loc);
679 con->ib_count = length & 0x3FFFFFFF;
680 con->ib_flags = (length >> 30) & IB_MASK;
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1949 envresp_constants_t con[SGENV_MAX_SENSORS_PER_KEY]; member in union:__anon9810
1964 resp.msg_len = sizeof (buf.con);
1965 resp.msg_buf = (caddr_t)buf.con;
2060 buf.con[i].id.tag_id;
2062 buf.con[i].lo;
2064 buf.con[i].hi;

Completed in 130 milliseconds

12