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

1 2 3 4 5 6 7

  /ohac/ohac/usr/src/common/cl/sys/
node_order.h 40 // Can be constructed with or without a nodeid argument
44 // Set the internal value to the argument if it is a valid nodeid.
62 // lower changes the internal value to the next lowest nodeid according
67 // higher changes the internal value to the next higher nodeid according
88 nodeid_t nodeid; member in class:node_order
  /ohac/ohac/usr/src/common/cl/orbtest/repl_sample/faults/
entry_register.cc 58 nodeid_t nodeid; local
62 nodeid = non_root_node(2);
64 if (nodeid == 0) {
71 os::printf(" Second non-root node is: %d\n", nodeid);
76 &nodeid,
77 (int)sizeof (nodeid),
entry_common.h 42 // Helper to pass a nodeid and two mc_sema cookies to a fault on/off function
44 nodeid_t nodeid; member in struct:__anon174
66 // Get the primary nodeid for the specified service
71 // nodeid (or -1 if error)
79 // Get the nth secondary nodeid for the specified service
84 // nodeid (or -1 if error)
entry_stress_aux.h 47 // Helper structure for passing a mc_sema cookie and a nodeid
51 nodeid_t nodeid; member in struct:__anon180
  /ohac/ohac/usr/src/common/cl/orb/infrastructure/
copy.h 45 sol::nodeid_t nodeid; member in class:copy_args
  /ohac/ohac/usr/src/head/fmm/
hbrsimu.h 38 hb_nodeid_t nodeid; member in struct:__anon318
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clnode/
clnode_evacuate.cc 51 scconf_nodeid_t nodeid; local
71 scconf_err = scconf_get_nodeid(nodename, &nodeid);
110 scswitch_err = scswitch_evacuate_devices(nodeid);
clnode_show_rev.cc 80 nodeid_t nodeid; local
84 // The node could be specified as nodeid or nodename.
87 scconf_err = scconf_get_nodeid(the_node, &nodeid);
101 if (scconf_get_nodename(nodeid, &nodename) !=
  /ohac/ohac/usr/src/cmd/haglbd/
nodehashtable.h 36 uint_t nodeid; member in struct:nodelist
49 uint_t nodeid);
52 uint_t nodeid, char * nodename);
55 uint_t nodeid, char * nodename);
58 uint_t nodeid, char * nodename);
  /ohac/ohac/usr/src/cmd/scdpm/
diskpath_component_types.h 43 uint_t nodeid; member in struct:nodeid_elem
diskpath_validate.c 74 int nodeid; local
122 nodeid = scdpm_get_nodeid(diskpath);
123 if (nodeid < 0) {
124 return (nodeid);
237 if ((nodeid == ALL_NODEIDS) && (head != NULL)) {
263 if ((nodeid == ALL_NODEIDS) && (head == NULL)) {
272 } else if (nodeid != ALL_NODEIDS) {
277 if (head->nodeid == (uint_t)nodeid) {
  /ohac/ohac/usr/src/cmd/support/
read_map_file.c 39 uint_t nodeid; member in struct:map_file_ent
66 "nodeid %d type %d \n", ent.gminor, ent.lminor,
67 ent.nodeid, ent.type);
  /ohac/ohac/usr/src/common/cl/orbtest/repl_sample_ru/faults/
entry_common.h 42 // Helper to pass a nodeid and two mc_sema cookies to a fault on/off function
44 nodeid_t nodeid; member in struct:__anon184
66 // Get the primary nodeid for the specified service
71 // nodeid (or -1 if error)
79 // Get the nth secondary nodeid for the specified service
84 // nodeid (or -1 if error)
  /ohac/ohac/usr/src/common/cl/pxfs/server/
fsmgr_server_impl.h 62 // Helper function - gets the nodeid of the client this server is
89 nodeid_t nodeid; // nodeid for removing locks member in class:fsmgr_server_ii
  /ohac/ohac/usr/src/common/cl/vm/
vm_coord.h 124 // generate stream for given nodeid/vp_type
187 nodeid_t nodeid; member in class:vm_coord
  /ohac/ohac/usr/src/lib/librgmx/common/
rgmx_main.cc 58 scconf_nodeid_t nodeid; local
106 scxcfg_nodeid_t nodeid; local
109 if (rgm_get_nodeid(NULL, &nodeid) != 0) {
120 "rgmx_startup(): Cannot get nodeid");
125 nodename = rgm_get_nodename(nodeid);
137 // lni = nodeid.
141 (void) lnManager->createLogicalNodeFromMapping((sol::nodeid_t)nodeid,
142 NULL, (rgm::lni_t)nodeid, rgm::LN_UP);
151 nodeid, nodename);
rgmx_cnfg_server.cc 72 sol::nodeid_t nodeid; local
77 nodeid = orb_conf::local_nodeid();
78 local_addr = rgmx_cfg_getaddr(nodeid);
  /ohac/ohac/usr/src/lib/libsds_sc/common/
getnodelist.c 54 scconf_nodeid_t nodeid; local
75 if (scconf_get_nodeid(nlp->scstat_node_name, &nodeid) !=
80 *nnp = nodeid;
gettransport.c 58 scconf_nodeid_t nodeid; local
  /ohac/ohac/usr/src/common/cl/cmm/
ucmm_impl.h 72 void node_is_down(sol::nodeid_t nodeid, sol::incarnation_num incn);
151 remote_ucmm_proxy_impl(sol::nodeid_t nodeid, sol::incarnation_num incn);
155 sol::nodeid_t nodeid; // id of remote node member in class:remote_ucmm_proxy_impl
  /ohac/ohac/usr/src/common/cl/orb/msg/
msg_stats.h 85 nodeid_t nodeid; member in struct:cl_msg_stats
  /ohac/ohac/usr/src/common/cl/tm/
user_sci.cc 41 int nodeid = clconf_obj_get_id(clconf_obj_get_parent( local
43 tgt_pid = (nodeid) ? (nodeid - 1) : 0;
53 // the target pid is set to nodeid in the SCI constructor
  /ohac/ohac/usr/src/lib/librdt/inc/
rdtapi.h 57 int nodeid; /* sender's nodeid */ member in struct:__anon357
78 int rdt_connect(rdt_handle_t *hdl, int nodeid,
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clquorum/
clquorum_list.cc 53 nodeid_t nodeid; local
140 if (scconf_get_nodeid(quorum_name, &nodeid) !=
153 nodeid) {
162 conf_node_bitmask = 1LL << (nodeid-1);
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clzonecluster/
clzonecluster_move.cc 68 nodeid_t nodeid; local
156 nodeid = clconf_cluster_get_nodeid_by_nodename(nodename);
157 (void) get_zone_state_on_node(zone_cluster, nodeid, &state);

Completed in 1920 milliseconds

1 2 3 4 5 6 7