| /ohac/ohac/usr/src/cmd/clcommands/include/ |
| NameValue.h | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 40 // Construct a null name-value pair. 43 // Construct a name-value pair with a null value. 46 // Construct a name-value pair. 55 // Change the name. 61 // Get the name. 71 // The name 72 char *name; member in class:NameValue
|
| clgetopt.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 69 char *name; /* name of long option */ member in struct:option
|
| /ohac/ohacds/usr/src/cmd/ha-services/siebel/lib/ |
| libloghost.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 39 * return the name returned by uname() - gethostname() will not 50 struct utsname name; local 59 rc = uname(&name); 62 if (strlcpy(hostname, name.nodename,
|
| /ohac/ohac/usr/src/common/cl/orbtest/fi_support/ |
| fi_driver.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 37 // and its string name of the function. The ENTRY() macro defined in 63 // convert entry function name and arguments imbedded in the module name to 75 // // Get module name. 98 char *name; // string name of entry function member in struct:fi_entry_t 105 // Compare the specified test (argv[0]) against each string name in the 108 // argv[0] will be the its string name. 114 // Parses a module name into a test entry point and arguments [all...] |
| /ohac/ohac/usr/src/lib/libsds_sc/common/ |
| bind_library.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 43 char name[64] = ""; local 52 clname.name = name; 53 clname.len = sizeof (name);
|
| /ohac/ohac/usr/src/cmd/cl_apid/ |
| nvstrpair.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 49 * Makes its own local copy of the name and value (or value array). 50 * Name and value (or value array) returned are references to the local 66 * Construct from nvpair, from name and scalar value, 67 * or from name and array value. If constructued from nvpair, 151 char *name, *value_str; member in class:nvstrpair
|
| /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/xml/ |
| ClnasExport.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 42 // name: The name of the nas device 49 ClnasExport::createNasDevice(char *name, char *type, char *userid) 51 CHECKVALUE(name); 56 newXmlAttr(nas, "name", name); 73 // nasDeviceName: the name of the nas device 87 if (strcmp((char *)temp->name, (char *)"nasdevice") == 0) { 88 char *name = (char *)xmlGetProp(temp local [all...] |
| CldeviceExport.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 48 // name: The name of the device 49 // ctd: The ctd (unix disk name) for the device 55 CldeviceExport::createDevice(char *name, char *ctd) 57 CHECKVALUE(name); 63 newXmlAttr(device, "name", name); 78 // deviceName: The name of the device 79 // node: The name of the nod 93 char *name = (char *)xmlGetProp(temp, local [all...] |
| ClnodeExport.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 43 // name: The name of the node 49 ClnodeExport::createNode(char *name, char *id) 54 newXmlAttr(node, "name", name); 69 // name: The name of the farmNode 72 // adap1: The name of the 1st transport adapter 73 // adap2: The name of the 2nd transport adapte 209 char *name = (char *)xmlGetProp(temp, local [all...] |
| CltelemetryattributeExport.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 43 // Create a "telemetryObjectType" xmlNode with the given name. 46 CltelemetryattributeExport::createTelemetryObjectType(char *name) 48 CHECKVALUE(name); 53 newXmlAttr(tot, "name", name); 69 char *name, 73 CHECKVALUE(name); 78 if (strcmp((char *)temp->name, 80 char *name = (char *)xmlGetProp(temp local [all...] |
| clsnmphost_xml.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 66 sprintf(buffer, "//snmphost[@name=\"%s\"]", 136 char *name = (char *)xmlGetProp(nodes->nodeTab[i], local 139 if (name) 140 comms->add(name); 157 // Set the host name 158 char *temp = (char *)xmlGetProp(node, (unsigned char *)"name"); 162 // Get the community name 167 // Get the node name
|
| /ohac/ohac/usr/src/lib/cmass/sensors/process/mem/ |
| segment.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 44 char name[MAXPATHLEN + 1]; member in struct:segment
|
| /ohac/ohac/usr/src/lib/librgm/common/ |
| rgm_prop_descriptions.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 43 const char *name; member in struct:description_mappings
|
| /ohac/ohac/usr/src/lib/libscxcfg/common/ |
| scxcfg_property.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 39 name = p; 45 return (left.name > right.name); 50 return (left.name < right.name); 52 string name; member in struct:scxcfg_property
|
| scxcfg_data.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 45 name(k), value(v) {}; 47 name = p; 52 return (left.name > right.name); 56 return (left.name < right.name); 58 string name; member in struct:Prop
|
| /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/cldevice/ |
| cldevice_list.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 75 (void) sprintf(cmdbuf, "/usr/sbin/didadm -L -o name,fullpath"); 111 char name[128]; local 113 name[0] = '\0'; 116 if (strcmp(name, "") == 0) { 117 (void) sprintf(name, temp); 119 list.addRow(name, temp); 120 name[0] = '\0';
|
| cldevice_status.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 165 char name[32]; local 169 name[0] = ' '; 170 name[1] = '\0'; 175 if (strcmp(name, " ") == 0) { 179 (void) sprintf(name, temp); 184 (void) sprintf(name, temp); 188 (void) sprintf(name, ""); 194 status->addRow(name, node, temp); 195 name[0] = ' ' [all...] |
| /ohac/ohac/usr/src/common/cl/cl_comm/ |
| cl_comm_schema.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 48 char name[24]; // "idlversion_NNNNN\0" local 97 // sending node's local name server. But this 129 (void) os::snprintf(name, sizeof (name), 131 cobj = ctxp->resolve(name, e); 169 (void) os::snprintf(name, sizeof (name), 171 cobj = ctxp->resolve(name, e);
|
| /ohac/ohac/usr/src/common/cl/clconf/ |
| ccr_cctree.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 117 // returns a child by relative name of this node. Returns 118 // NULL if not found. The name doesn't contain this node (parent) 119 // The name is just one level deep (doesn't contain seperators). 122 // returns a child by relative name of this node. Create if 123 // necessary. Returns NULL if the name is bad. The name doesn't 127 // Get a child by the relative name. Create child if not found. 128 // The name given is one that starts from this (including this). 129 // The name may contain seperators and as a result we may creat 227 char *name; member in class:ccr_node [all...] |
| /ohac/ohac/usr/src/common/cl/interfaces/ixx/ |
| SequenceDecl.h | 50 void name(Expr *e) { name_ = e; } function in class:SequenceDecl 51 Expr *name() { return (name_); } function in class:SequenceDecl
|
| /ohac/ohac/usr/src/lib/libfence/common/ |
| fence.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 41 name(n) {}; 43 name = n; 45 string name; member in struct:Node
|
| /ohac/ohac/usr/src/cmd/cfgchk/java/com/sun/cluster/cfgchk/datasrc/dataObject/ |
| MountPoint.java | 18 * information: Portions Copyright [yyyy] [name of copyright owner] 38 private String name = null; field in class:MountPoint 47 name = mp; 50 logger.fine("name: " + name); 59 logger.fine(" ===>> this name: " + name + 69 return name; 73 return name;
|
| /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clsnmphost/ |
| clsnmphost_show.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 174 char name[128]; local 175 name[0] = '\0'; 180 // <name> <community>\n 188 } else if (strcmp(name, "") == 0) { 189 (void) sprintf(name, temp); 191 GETTEXT("SNMP Host Name"), 192 name); 196 show_obj->addProperty(name, 199 name[0] = '\0' [all...] |
| /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clsnmpmib/ |
| clsnmpmib_show.cc | 17 // information: Portions Copyright [yyyy] [name of copyright owner] 145 char name[128]; local 146 name[0] = '\0'; 159 // Get the name 160 } else if (strcmp(name, "") == 0) { 161 (void) sprintf(name, temp); 163 GETTEXT("SNMP MIB Name"), 164 name); 169 show_obj->addProperty(name, 175 show_obj->addProperty(name, [all...] |
| /ohac/ohac/usr/src/cmd/clcommands/utils/print-show/ |
| print-show.cc | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 60 * <name>\t<value>\n 69 * representing the "name", followed by a tab, and one or more 73 readProps(char *name, char *value) 88 nv = new NameValue(name, value); 93 // End the name and reset counter 95 name[i] = '\0'; 99 name[i++] = c; 139 char name[100]; local 141 NameValue *nv = readProps(name, value) [all...] |