HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /ohac/ohac/usr/src/cmd/ns_test/
parallel_client.cc 38 int id; member in struct:__anon35
49 (void) printf("Could not get nameserver for %d\n", p->id);
83 p[idx].id = idx;
  /ohac/ohac/usr/src/common/cl/orb/invo/
arg_info.h 64 CORBA::TypeId id; member in class:arg_info
  /ohac/ohac/usr/src/common/cl/orbtest/nameserver_fi/faults/
bind_newctx.cc 82 int id = (int)os::atoi(argv[1]); local
83 nodeid_t nameserver_primary = (nodeid_t)id;
122 int id = (int)os::atoi(argv[1]); local
123 nodeid_t nameserver_primary = (nodeid_t)id;
161 int id = (int)os::atoi(argv[1]); local
162 nodeid_t nameserver_primary = (nodeid_t)id;
lookup.cc 75 int id = (int)os::atoi(argv[1]); local
77 nodeid_t new_primary = (nodeid_t)id;
resolve.cc 74 int id = (int)os::atoi(argv[1]); local
75 nodeid_t new_primary = (nodeid_t)id;
bind.cc 83 int id = (int)os::atoi(argv[1]); local
84 nodeid_t nameserver_primary = (nodeid_t)id;
123 int id = (int)os::atoi(argv[1]); local
124 nodeid_t nameserver_primary = (nodeid_t)id;
163 int id = (int)os::atoi(argv[1]); local
164 nodeid_t nameserver_primary = (nodeid_t)id;
bind_ctx.cc 83 int id = (int)os::atoi(argv[1]); local
84 nodeid_t nameserver_primary = (nodeid_t)id;
123 int id = (int)os::atoi(argv[1]); local
124 nodeid_t nameserver_primary = (nodeid_t)id;
163 int id = (int)os::atoi(argv[1]); local
164 nodeid_t nameserver_primary = (nodeid_t)id;
listns.cc 79 int id = (int)os::atoi(argv[1]); local
80 nodeid_t new_primary = (nodeid_t)id;
rebind.cc 83 int id = (int)os::atoi(argv[1]); local
84 nodeid_t nameserver_primary = (nodeid_t)id;
122 int id = (int)os::atoi(argv[1]); local
123 nodeid_t nameserver_primary = (nodeid_t)id;
163 int id = (int)os::atoi(argv[1]); local
164 nodeid_t nameserver_primary = (nodeid_t)id;
rebind_ctx.cc 81 int id = (int)os::atoi(argv[1]); local
82 nodeid_t nameserver_primary = (nodeid_t)id;
121 int id = (int)os::atoi(argv[1]); local
122 nodeid_t nameserver_primary = (nodeid_t)id;
160 int id = (int)os::atoi(argv[1]); local
161 nodeid_t nameserver_primary = (nodeid_t)id;
unbind.cc 84 int id = (int)os::atoi(argv[1]); local
85 nodeid_t nameserver_primary = (nodeid_t)id;
122 int id = (int)os::atoi(argv[1]); local
123 nodeid_t nameserver_primary = (nodeid_t)id;
161 int id = (int)os::atoi(argv[1]); local
162 nodeid_t nameserver_primary = (nodeid_t)id;
  /ohac/ohac/usr/src/common/cl/orbtest/repl_sample/faults/
entry_dep_shutdown_aux.h 46 mc_sema::cookie id; member in struct:__anon178
  /ohac/ohac/usr/src/common/cl/orbtest/hatypes/tests/
test_upgrade.cc 93 short id = server_ref->getid(e); local
test_versioning.cc 205 int16_t id = server_ref->getid(e); local
206 if (id != 1234) {
209 "was expecting 1234\n", id);
  /ohac/ohac/usr/src/common/cl/orbtest/nameserver_fi/
testobj_impl.h 65 int32_t id(Environment &) { return (idnum); } function in class:testobj_impl
  /ohac/ohac/usr/src/common/cl/pxfs/device/
exec_program.h 44 // Execute the user program 'program' on the node 'id'. Returns a
45 // non-zero value if the node 'id' is dead. 'env' may contain an
50 static int execute_program(const char *program, sol::nodeid_t id,
57 // Returns true if 'id' is a current member of the cluster, false if
60 static bool is_cluster_member(nodeid_t id);
72 static int do_execution(const char *program, sol::nodeid_t id,
78 sol::nodeid_t id; member in struct:exec_program::execution_data
  /ohac/ohac/usr/src/lib/cmass/sensors/process/common/
s_zone.h 64 id_t id; member in struct:s_zone_entity
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclutils/common/
GetText.cc 90 // Get localized text by it's message ID
100 // Get detailed description associated with message ID
110 // Get suggested course of action associated with message ID
137 // Generate a message ID
143 unsigned int id; local
204 // Allocate new memory for the ID
207 // Generate the ID
208 STRLOG_MAKE_MSGID(tempstr, id);
209 (void) sprintf(msgid, "C%6.6d", id);
  /ohac/ohac/usr/src/common/cl/util/
hashtab.cc 117 id(n);
121 _ListHashTable::id(char n[]) function in class:_ListHashTable
  /ohac/ohac/usr/src/lib/cmass/agent_transport/com/sun/cluster/agent/transport/
Port.java 43 private int id; field in class:Port
56 * @param id a <code>int</code> value
59 public Port(String name, int id, boolean enabled) {
61 this.id = id;
75 * Get the port's ID number.
77 * @return port's ID.
80 return this.id;
103 * OBJECT CONSTRUCTION ONLY : the port's ID number.
105 * @param id the new ID
    [all...]
  /ohac/ohac/usr/src/lib/librgm/common/
rgm_scconf.cc 86 uint_t id; local
145 id = (uint_t)clconf_obj_get_id(node);
146 if (id == (uint_t)-1) {
155 if (nodeid == id) {
163 *nodeidp = id;
  /ohac/ohac/usr/src/lib/librgmserver/common/
rgm_error.cc 55 char id[100]; local
58 (void) sprintf(id, "ID[%s]", messageID);
  /ohac/ohac/usr/src/common/cl/orb/xdoor/
solaris_xdoor.h 139 door_id_t id; member in class:solaris_xdoor
  /ohac/ohac/usr/src/common/cl/orbtest/hatypes/
idlverObj_impl.cc 60 minverObjA_impl::id(Environment &) function in class:minverObjA_impl
130 minverObjA_impl::setid(int32_t id, Environment &)
132 idnum = id;
228 minverObjB_impl::id(Environment &) function in class:minverObjB_impl
242 minverObjB_impl::setid(int32_t id, Environment &)
244 idnum = id;
338 minverObjC_impl::id(Environment &) function in class:minverObjC_impl
352 minverObjC_impl::setid(int32_t id, Environment &)
354 idnum = id;
449 combinedObjD_impl::getid(int32_t &id, Environment &
461 combinedObjD_impl::id(Environment &) function in class:combinedObjD_impl
    [all...]
  /ohac/ohac/usr/src/common/cl/orbtest/types/
idlverObj_impl.cc 47 minverObjA_impl::id(Environment &) function in class:minverObjA_impl
104 minverObjA_impl::setid(int32_t id, Environment &)
106 idnum = id;
183 minverObjB_impl::id(Environment &) function in class:minverObjB_impl
195 minverObjB_impl::setid(int32_t id, Environment &)
197 idnum = id;
275 minverObjC_impl::id(Environment &) function in class:minverObjC_impl
287 minverObjC_impl::setid(int32_t id, Environment &)
289 idnum = id;
368 combinedObjD_impl::getid(int32_t &id, Environment &
380 combinedObjD_impl::id(Environment &) function in class:combinedObjD_impl
    [all...]

Completed in 7809 milliseconds

1 2 3 4 5