Searched refs:mw (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dguard.cc167 mutex_wrapper mw; local
170 mw.unlock = false;
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_verbs.c728 struct ib_mw *mw; local
733 mw = pd->device->alloc_mw(pd);
734 if (!IS_ERR(mw)) {
735 mw->device = pd->device;
736 mw->pd = pd;
737 mw->uobject = NULL;
741 return mw;
744 int ib_dealloc_mw(struct ib_mw *mw) argument
749 pd = mw->pd;
750 ret = mw
[all...]
H A Dib_verbs.h1020 struct ib_mw *mw,
1022 int (*dealloc_mw)(struct ib_mw *mw);
1773 * @mw: The memory window to bind.
1778 struct ib_mw *mw,
1782 return mw->device->bind_mw ?
1783 mw->device->bind_mw(qp, mw, mw_bind) :
1789 * @mw: The memory window to deallocate.
1791 int ib_dealloc_mw(struct ib_mw *mw);
1777 ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c567 #define MW(mw, me) ((mw) + me)
592 int mw; local
598 mw = jd_flag ? MONTH_WIDTH_B_J : MONTH_WIDTH_B;
633 printf("%s\n", center(t, s, mpl * mw));
641 mw, wcenter(ws, year[i].name, mw));
645 wprintf(L"%-*ls ", mw, wcenter(ws1, ws, mw));
663 MW(mw, yea
680 int mw; local
[all...]
/freebsd-9.3-release/contrib/amd/amq/
H A Damq.c90 int mw = strlen(mt->mt_mountinfo); local
93 if (mw > *mwid)
94 *mwid = mw;
215 int mw = strlen(mi->mi_mountinfo); local
218 if (mw > *mwid)
219 *mwid = mw;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c920 struct ib_mw *mw; local
925 mw = pd->device->alloc_mw(pd);
926 if (!IS_ERR(mw)) {
927 mw->device = pd->device;
928 mw->pd = pd;
929 mw->uobject = NULL;
933 return mw;
937 int ib_dealloc_mw(struct ib_mw *mw) argument
942 pd = mw->pd;
943 ret = mw
[all...]
H A Dcma.c3020 struct iboe_mcast_work *mw = container_of(work, struct iboe_mcast_work, work);
3021 struct cma_multicast *mc = mw->mc;
3027 kfree(mw);
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1164 struct ib_mw *mw,
1166 int (*dealloc_mw)(struct ib_mw *mw);
2076 * @mw: The memory window to bind.
2081 struct ib_mw *mw,
2085 return mw->device->bind_mw ?
2086 mw->device->bind_mw(qp, mw, mw_bind) :
2092 * @mw: The memory window to deallocate.
2094 int ib_dealloc_mw(struct ib_mw *mw);
2080 ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp156 virtual int divert(int ncols, const string *mw, int *sep);
294 void do_divert(int alphabetic, int ncols, const string *mw, int *sep);
298 int divert(int ncols, const string *mw, int *sep);
327 int divert(int ncols, const string *mw, int *sep);
654 int block_entry::divert(int ncols, const string *mw, int *sep) argument
656 do_divert(0, ncols, mw, sep);
660 void block_entry::do_divert(int alphabetic, int ncols, const string *mw, argument
669 if (mw[i].empty())
679 printfs("(n;%1)", mw[j]);
775 int alphabetic_block_entry::divert(int ncols, const string *mw, in argument
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h334 struct ib_mw *mw,
H A Diw_cxgb_provider.c708 static int iwch_dealloc_mw(struct ib_mw *mw) argument
714 mhp = to_iwch_mw(mw);
716 mmid = (mw->rkey) >> 8;
720 CTR4(KTR_IW_CXGB, "%s ib_mw %p mmid 0x%x ptr %p", __FUNCTION__, mw, mmid, mhp);
H A Diw_cxgb_qp.c514 struct ib_mw *mw,
531 mhp = to_iwch_mw(mw);
546 CTR4(KTR_IW_CXGB, "%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p", __FUNCTION__, idx,
547 mw, mw_bind);
563 wqe->bind.mw_stag = htobe32(mw->rkey);
513 iwch_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h703 int (*bind_mw)(struct ibv_qp *qp, struct ibv_mw *mw,
705 int (*dealloc_mw)(struct ibv_mw *mw);
/freebsd-9.3-release/contrib/gdb/
H A Dlibtool.m4745 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c1493 const struct memwin *mw; local
1508 mw = &t4_memwin[0];
1514 mw = &t5_memwin[0];
1518 for (i = 0; i < n; i++, mw++) {
1521 (mw->base + bar0) | V_BIR(0) |
1522 V_WINDOW(ilog2(mw->aperture) - 10));
1658 const struct memwin *mw; local
1663 mw = &t4_memwin[win];
1667 mw = &t5_memwin[win];
1671 *base = mw
[all...]

Completed in 362 milliseconds