Searched defs:join (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/ |
H A D | ib_mcast.c | 41 * @v join Join (rather than leave) group 45 int join, union ib_mad *mad ) { 53 ( join ? IB_MGMT_METHOD_SET : IB_MGMT_METHOD_DELETE ); 66 * Handle multicast membership record join response 92 DBGC ( ibdev, "IBDEV %p QPN %lx join failed: %s\n", 132 * @v gid Multicast GID to join 160 /* Initiate multicast membership join */ 165 DBGC ( ibdev, "IBDEV %p QPN %lx could not create join " 200 /* Cancel multicast membership join, if applicable */ 44 ib_mcast_mad( struct ib_device *ibdev, union ib_gid *gid, int join, union ib_mad *mad ) argument
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | ministring.cpp | 434 RTCString::join(const RTCList<RTCString, RTCString *> &a_rList, function in class:RTCString
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcthread.cpp | 70 RCThread::Scope scope, RCThread::State join, PRUint32 stackSize): 77 (PRThreadScope)scope, (PRThreadState)join, stackSize); 69 RCThread( RCThread::Scope scope, RCThread::State join, PRUint32 stackSize) argument
|
Completed in 66 milliseconds