Searched defs:returns (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java573 // Process the incoming vector, adding any unique returns.
575 private static void addUnique(Vector incoming, Vector returns, int max) { argument
582 if (!returns.contains(o) && returns.size() < max) {
583 returns.addElement(o);
H A DParser.java101 * @param returns Hashtable for the returns. The returns are
111 ParserRecord returns)
173 // Merge in returns. Use OR operator so all returned
189 // Routines for dealing with parse returns record.
382 // Merge in returns.
107 evaluate(AttributeString tag, char op, Object pattern, boolean invert, ParserRecord returns) argument
H A DServiceLocationAttribute.java832 * @param returns A Vector in which to put the attribute when done.
845 Vector returns,
867 returns.addElement(newAttr);
843 mergeDuplicateAttributes(ServiceLocationAttribute newAttr, Hashtable attrTable, Vector returns, boolean dontTypeCheck) argument
H A DTransact.java61 protected Vector returns = null; field in class:Transact
211 * @param ret Vector for returns.
1010 returns = ret;
1054 returns,
1129 * @param vResult A vector in which to put the returns.
H A DServiceStoreInMemory.java133 private Vector ret = null; // for returns.
172 private Vector records = null; // for returns.
220 private Vector records = null; // for returns.
324 // returns object. Since deletions may have removed everything
327 boolean setReturn(BVCollector returns) { argument
334 returns.setReturn(rec);
377 boolean getAll(BVCollector returns) { argument
385 match = match | rec.setReturn(returns);
406 boolean matchDoesNotContain(Object pattern, BVCollector returns) { argument
419 // Add to prospective returns
443 matchEqual(Object pattern, BVCollector returns) argument
485 matchNotEqual(Object pattern, BVCollector returns) argument
505 matchLessEqual(Object pattern, BVCollector returns) argument
529 matchNotLessEqual(Object pattern, BVCollector returns) argument
552 matchGreaterEqual(Object pattern, BVCollector returns) argument
575 matchNotGreaterEqual(Object pattern, BVCollector returns) argument
920 private ParserBVCollector returns; // For gathering results. field in class:ServiceStoreInMemory.InMemoryEvaluator
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c1418 /* wait until cm handler returns for BLOCKING cases */
1442 /* if CM busy in cm handler, wait until cm handler returns */
1472 * processed, but CM still returns ret_status as abort
2264 * returns If the function is called in blocking mode, returns
2277 ibt_ud_returns_t *returns)
2282 attr, mode, returns);
2284 retval = ibcm_validate_dqpn_data(attr, mode, returns);
2289 return (ibcm_ud_get_dqpn(attr, mode, returns));
2450 * ibt_register_service() returns
2276 ibt_ud_get_dqpn(ibt_ud_dest_attr_t *attr, ibt_execution_mode_t mode, ibt_ud_returns_t *returns) argument
[all...]

Completed in 382 milliseconds