/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/ |
H A D | gcpu.c | 600 mptwalk_data_t *mw; in gcpu_mptwalk_init() local 618 mw = mdb_alloc(sizeof (mptwalk_data_t), UM_SLEEP); in gcpu_mptwalk_init() 619 mw->mw_traceaddr = wsp->walk_addr; in gcpu_mptwalk_init() 620 mw->mw_tracenent = nent; in gcpu_mptwalk_init() 621 mw->mw_tracesz = nent * sizeof (gcpu_poll_trace_t); in gcpu_mptwalk_init() 622 mw->mw_trace = mdb_alloc(mw->mw_tracesz, UM_SLEEP); in gcpu_mptwalk_init() 624 if (mdb_vread(mw->mw_trace, mw->mw_tracesz, wsp->walk_addr) != in gcpu_mptwalk_init() 625 mw->mw_tracesz) { in gcpu_mptwalk_init() 626 mdb_free(mw->mw_trace, mw->mw_tracesz); in gcpu_mptwalk_init() 627 mdb_free(mw, sizeof (mptwalk_data_t)); in gcpu_mptwalk_init() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | MultiLineLabel.java | 226 public void setMarginWidth(int mw) { margin_width = mw; repaint(); } in setMarginWidth() argument 271 int mw = Math.max((d.width - max_width)/2, 0); in paint() local 278 x = mw; in paint() 285 x = d.width - mw - line_widths[i]; in paint()
|
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1608 metaslab_walk_data_t *mw = wsp->walk_data; in metaslab_walk_step() local 1612 if (mw->mw_curvdev >= mw->mw_numvdevs) in metaslab_walk_step() 1615 if (mw->mw_mss == NULL) { in metaslab_walk_step() 1619 ASSERT(mw->mw_curms == 0); in metaslab_walk_step() 1620 ASSERT(mw->mw_nummss == 0); in metaslab_walk_step() 1622 vdevp = mw->mw_vdevs[mw->mw_curvdev]; in metaslab_walk_step() 1624 GETMEMB(vdevp, "vdev", vdev_ms_count, mw->mw_nummss)) { in metaslab_walk_step() 1628 mw->mw_mss = mdb_alloc(mw->mw_nummss * sizeof (void*), in metaslab_walk_step() 1630 if (mdb_vread(mw->mw_mss, mw->mw_nummss * sizeof (void*), in metaslab_walk_step() 1637 if (mw->mw_curms >= mw->mw_nummss) { in metaslab_walk_step() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 910 tavor_mwhdl_t mw; in tavor_mw_alloc() local 963 mw = (tavor_mwhdl_t)rsrc->tr_addr; in tavor_mw_alloc() 964 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mw)) in tavor_mw_alloc() 972 tavor_mr_keycalc(state, mpt->tr_indx, &mw->mr_rkey); in tavor_mw_alloc() 983 mpt_entry.mem_key = mw->mr_rkey; in tavor_mw_alloc() 1010 mw->mr_mptrsrcp = mpt; in tavor_mw_alloc() 1011 mw->mr_pdhdl = pd; in tavor_mw_alloc() 1012 mw->mr_rsrcp = rsrc; in tavor_mw_alloc() 1013 *mwhdl = mw; in tavor_mw_alloc() 1040 tavor_mwhdl_t mw; in tavor_mw_free() local [all …]
|
H A D | tavor_wr.c | 2201 tavor_mwhdl_t mw; in tavor_wr_bind_check() local 2209 mw = (tavor_mwhdl_t)wr->wr.rc.rcwr.bind->bind_ibt_mw_hdl; in tavor_wr_bind_check() 2210 if (mw == NULL) { in tavor_wr_bind_check() 2227 mutex_enter(&mw->mr_lock); in tavor_wr_bind_check() 2236 mutex_exit(&mw->mr_lock); in tavor_wr_bind_check() 2244 if (mw->mr_rkey != wr->wr.rc.rcwr.bind->bind_rkey) { in tavor_wr_bind_check() 2246 mutex_exit(&mw->mr_lock); in tavor_wr_bind_check() 2256 mutex_exit(&mw->mr_lock); in tavor_wr_bind_check() 2275 mutex_exit(&mw->mr_lock); in tavor_wr_bind_check() 2284 mutex_exit(&mw->mr_lock); in tavor_wr_bind_check() [all …]
|
H A D | tavor_ci.c | 2123 tavor_ci_free_mw(ibc_hca_hdl_t hca, ibc_mw_hdl_t mw) in tavor_ci_free_mw() argument 2140 if (mw == NULL) { in tavor_ci_free_mw() 2149 mwhdl = (tavor_mwhdl_t)mw; in tavor_ci_free_mw() 2171 tavor_ci_query_mw(ibc_hca_hdl_t hca, ibc_mw_hdl_t mw, in tavor_ci_query_mw() argument 2189 if (mw == NULL) { in tavor_ci_query_mw() 2197 mwhdl = (tavor_mwhdl_t)mw; in tavor_ci_query_mw()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 1229 hermon_mwhdl_t mw; in hermon_mw_alloc() local 1279 mw = (hermon_mwhdl_t)rsrc->hr_addr; in hermon_mw_alloc() 1280 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mw)) in hermon_mw_alloc() 1288 mw->mr_rkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_mw_alloc() 1299 mpt_entry.mem_key = mw->mr_rkey; in hermon_mw_alloc() 1326 mw->mr_mptrsrcp = mpt; in hermon_mw_alloc() 1327 mw->mr_pdhdl = pd; in hermon_mw_alloc() 1328 mw->mr_rsrcp = rsrc; in hermon_mw_alloc() 1329 mw->mr_rkey = hermon_mr_key_swap(mw->mr_rkey); in hermon_mw_alloc() 1330 *mwhdl = mw; in hermon_mw_alloc() [all …]
|
H A D | hermon_wr.c | 2114 hermon_mwhdl_t mw; in hermon_wr_bind_check() local 2120 mw = (hermon_mwhdl_t)wr->wr.rc.rcwr.bind->bind_ibt_mw_hdl; in hermon_wr_bind_check() 2121 if (mw == NULL) { in hermon_wr_bind_check() 2132 mutex_enter(&mw->mr_lock); in hermon_wr_bind_check() 2141 mutex_exit(&mw->mr_lock); in hermon_wr_bind_check() 2146 if (mw->mr_rkey != wr->wr.rc.rcwr.bind->bind_rkey) { in hermon_wr_bind_check() 2148 mutex_exit(&mw->mr_lock); in hermon_wr_bind_check() 2155 mutex_exit(&mw->mr_lock); in hermon_wr_bind_check() 2171 mutex_exit(&mw->mr_lock); in hermon_wr_bind_check() 2177 mutex_exit(&mw->mr_lock); in hermon_wr_bind_check() [all …]
|
H A D | hermon_ci.c | 1547 hermon_ci_free_mw(ibc_hca_hdl_t hca, ibc_mw_hdl_t mw) in hermon_ci_free_mw() argument 1555 mwhdl = (hermon_mwhdl_t)mw; in hermon_ci_free_mw() 1570 hermon_ci_query_mw(ibc_hca_hdl_t hca, ibc_mw_hdl_t mw, in hermon_ci_query_mw() argument 1578 mwhdl = (hermon_mwhdl_t)mw; in hermon_ci_query_mw()
|
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibci.h | 298 ibt_status_t (*ibc_free_mw)(ibc_hca_hdl_t hca, ibc_mw_hdl_t mw); 299 ibt_status_t (*ibc_query_mw)(ibc_hca_hdl_t hca, ibc_mw_hdl_t mw,
|
/titanic_41/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 4621 modify_win_t mw; in cs_request_window() local 4723 mw.Attributes = ( in cs_request_window() 4727 mw.AccessSpeed = rw->win_params.AccessSpeed; in cs_request_window() 4729 if ((error = cs_modify_mem_window(*wh, &mw, rw, socket_num)) != in cs_request_window() 4836 cs_modify_window(window_handle_t wh, modify_win_t *mw) in cs_modify_window() argument 4885 mw->Attributes &= ( in cs_modify_window() 4892 mw->Attributes &= ~WIN_DATA_WIDTH_VALID; in cs_modify_window() 4894 if ((error = cs_modify_mem_window(wh, mw, NULL, NULL)) != CS_SUCCESS) { in cs_modify_window() 4915 cs_modify_mem_window(window_handle_t wh, modify_win_t *mw, in cs_modify_mem_window() argument 4946 if (mw->Attributes & WIN_ACCESS_SPEED_VALID) { in cs_modify_mem_window() [all …]
|
H A D | cs_stubs.c | 298 csx_ModifyWindow(window_handle_t wh, modify_win_t *mw) in csx_ModifyWindow() argument 304 return (CardServices(ModifyWindow, wh, mw)); in csx_ModifyWindow()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1648 Mate Wierdl <mw@moni.msci.memphis.edu> 2355 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 19511 17cf 0042 Z-COMAX Highpower XG-622H (400mw) 802.11b/g mini-PCI Adapter 19548 168c 2062 EnGenius EMP-8602 (400mw) or Compex WLM54AG (SuperAG) 19549 168c 2063 EnGenius EMP-8602 (400mw) or Compex WLM54AG
|