| /ohac/ohac/usr/src/cmd/adminconsole/cports/ |
| cports.c | 56 sport_t *sp; local 61 if ((sp = getsportbyhost(host)) != NULL) { 62 (void) printf("%s %s %s\n", sp->host, sp->tcnam, 63 sp->portnum);
|
| /ohac/ohac/usr/src/common/cl/orbtest/test_kproxy/ |
| test_kproxy_client.cc | 85 test_kproxy::server_var sp = test_kproxy::server::_narrow(obj_ref); local 86 ASSERT(!CORBA::is_nil(sp)); 89 int16_t rslt = sp->execute(f_name, f_argv, true, e);
|
| /ohac/ohac/usr/src/tools/ctf/cvt/ |
| stack.c | 53 stk_t *sp; local 55 sp = xmalloc(sizeof (stk_t)); 56 sp->st_nument = STACK_SEEDSIZE; 57 sp->st_top = -1; 58 sp->st_data = xmalloc(sizeof (void *) * sp->st_nument); 59 sp->st_free = freep; 61 return (sp); 65 stack_free(stk_t *sp) 69 if (sp->st_free) [all...] |
| /ohac/ohac/usr/src/common/cl/orb/transport/ |
| endpoint_registry.cc | 118 sendstream *sp; local 295 sp = epp->get_sendstream(resourcep); 299 return (sp);
|
| /ohac/ohacgeo/usr/src/lib/libhsq/common/ |
| libhsq.c | 106 status_str_t *sp; local 109 for (sp = &hb_status_array[0], i = 0; i < 3; i++, sp++) { 110 if (sp->status == st) { 114 return (sp->str); 125 status_str_t *sp; local 128 for (sp = &hb_plugin_status_array[0], i = 0; i < 3; i++, sp++) { 129 if (sp->status == st) { 133 return (sp->str) [all...] |
| /ohac/ohac/usr/src/cmd/sccheck/com/sun/cluster/sccheck/ |
| SessionV1.java | 166 public void initServer(Server s, ServerProtocol sp, boolean clmode) 173 serverProts.addElement(new ServerProtocolState(sp)); 176 publicName = sp.readString(); 177 sp.readLocale(); 178 sp.readAuthStr(); 179 brief = sp.readBoolean(); 180 minSeverity = sp.readInt(); 304 public void joinSession(ServerProtocol sp) throws ProtocolException { 305 logger.trace("SessionV1.joinSession() -- ENTER -- sprot" + sp.getID()); 307 // use sp directly in order to send only to new clien [all...] |
| SessionV2.java | 184 public void initServer(Server s, ServerProtocol sp, boolean clmode) 192 serverProts.addElement(new ServerProtocolState(sp)); 195 publicName = sp.readString(); 196 sp.readLocale(); 197 sp.readAuthStr(); 198 brief = sp.readBoolean(); 199 minSeverity = sp.readInt(); 200 specifiedChecklistFile = sp.readString(); 201 buf = sp.readString(); 368 public void joinSession(ServerProtocol sp) throws ProtocolException [all...] |
| /ohac/ohac/usr/src/lib/librgmx/common/ |
| rgmx_cnfg_common_xdr.cc | 72 char *sp = *cpp; /* sp is the actual string pointer */ local 82 if (sp == NULL) { 87 size = (sp != NULL) ? strlen(sp) : NULL_STRING; 110 if (sp == NULL) 111 *cpp = sp = (char *)mem_alloc(nodesize); 112 if (sp == NULL) { 116 sp[size] = 0; 123 return (xdr_opaque(xdrs, sp, (uint_t)size)) [all...] |
| /ohac/ohac/usr/src/cmd/adminconsole/lib/libcluster/common/ |
| clustdb.c | 202 sport_t *sp; local 204 sp = getsportbyhost(host); 206 return (sp);
|
| /ohac/ohac/usr/src/cmd/pnm/common/ |
| pnmd_server.c | 168 struct servent *sp = NULL; local 192 if ((sp = getservbyname("pnmd", "tcp")) == NULL) { 197 sin.sin_port = (in_port_t)sp->s_port; /* in network order */ 203 * - if it has not been tried already. Here sp != NULL means that we 207 if (ret < 0 && errno == EADDRINUSE && sp) { /*lint !e746 */ [all...] |
| /ohac/ohac/usr/src/common/cl/repl/rma/ |
| rma.cc | 184 hxdoor_service *sp = rma::the().lookup_service(sid); local 185 ASSERT(sp != NULL && sp->lock_held()); 187 ASSERT(sp->get_state() != replica_int::RMA_SERVICE_FREEZE_PREPARE); 190 sp->record_state(replica_int::RMA_SERVICE_FREEZE_PREPARE); 192 sp->unlock(); 200 hxdoor_service *sp = rma::the().lookup_service(sid); local 201 ASSERT(sp != NULL && sp->lock_held()); 204 sp->record_state(replica_int::RMA_SERVICE_FREEZE) 217 hxdoor_service *sp = rma::the().lookup_service(sid); local 231 hxdoor_service *sp = rma::the().lookup_service(info.sid); local 245 hxdoor_service *sp = rma::the().lookup_service(sid); local 266 hxdoor_service *sp = rma::the().lookup_service(sid); local 281 hxdoor_service *sp = rma::the().lookup_service(sid); local 344 hxdoor_service *sp = rma::the().lookup_service(sid); local 419 hxdoor_service *sp = rma::the().lookup_service(sid); local [all...] |
| /ohac/ohac/usr/src/common/cl/transports/tcp/ |
| raw_dlpi.h | 402 raw_dlpi_perhb_stats *sp; member in class:raw_dlpi_conn_stats
|
| /ohac/ohac/usr/src/lib/libdid/common/ |
| did_shared.c | 534 char *sp, *s; local 540 sp = malloc(2); 541 if (sp == NULL) { 546 (void) strcpy(sp, "0"); 547 *out = sp; 551 sp = malloc((uint_t)idlen*2+1); 552 if (sp == NULL) { 558 s = sp; 561 (void) sprintf(sp, "%02x", id[i] & 0xff); 562 sp += 2 571 char *sp = NULL; local 606 char *sp = NULL; local [all...] |
| /ohac/ohacgeo/usr/src/cmd/hbs/ |
| gchb_resd.c | 167 cluster *sp; local 185 sp = NULL; 210 if ((sp = alloc_cluster()) == NULL) { 215 prepend_cluster(sp); 217 if ((rc = get_table_properties(sp, tname)) < 0) { 238 for (sp = clusterlh; sp; sp = nextsp) { 239 nextsp = sp->next; 240 cluster_free(sp); 457 cluster *sp; local 554 cluster *sp; local 703 cluster *sp; local 726 cluster *sp; local 758 cluster *sp; local 857 cluster *sp; local 999 cluster *sp; local [all...] |
| gchb_reqd.c | 196 state_transition(uint_t nstatus, cluster *sp) 208 sp->name, Status[sp->state], Status[nstatus]); 212 sp->name, Status[sp->state], Status[nstatus], sp->suspend)); 215 sp->state = nstatus; 217 sp->HBwasOK = B_TRUE; 219 "cluster %s HBwasOK flag set to TRUE\n", sp->name)); 222 if ((nstatus != HSQ_HB_STAT_ERROR) || sp->HBwasOK) 290 cluster *sp; local 519 cluster *sp; local 756 cluster *sp; local 1187 cluster *sp; local 1314 cluster *sp; local 1555 cluster *sp; local 1675 cluster *sp; local 1763 cluster *sp = (cluster *) ptr; local 1966 cluster *sp; local 1979 cluster *sp; local 2089 cluster *sp; local 2238 cluster *sp; local 2328 cluster *sp; local 2435 cluster *sp; local [all...] |
| /ohac/ohac/usr/src/common/cl/libuos/ |
| uos_misc.cc | 139 const signame_t *sp; 148 for (sp = signames; sp < &signames[SIGCNT]; sp++) { 149 if (sp->signum == val) { 150 *sigp = sp->signum; 156 for (sp = signames; sp < &signames[SIGCNT]; sp++) { 157 if (strcmp(sp->sigstr, s) == 0) 1173 char *sp = *cpp; \/* sp is the actual string pointer *\/ local [all...] |
| /ohac/ohac/usr/src/common/cl/repl/repl_mgr/ |
| repl_mgr_impl.cc | 2077 rm_repl_service *sp; local [all...] |
| /ohac/ohac/usr/src/lib/libpnm/common/ |
| libpnm.c | 205 pnm_status_free(pnm_status_t *sp) 207 if (sp->backups) 208 free(sp->backups); 262 status_str_t *sp; local 265 for (sp = &status_array[0], i = 0; i < 2; i++, sp++) 266 if (sp->status == st) 268 return (sp->str); 2167 struct servent *sp = NULL; local [all...] |
| /ohac/ohac/usr/src/lib/librgmserver/common/ |
| rgm_rg_impl.cc | 4906 boolean_t sp = B_FALSE; local [all...] |
| /ohac/ohac/usr/src/cmd/did/ |
| didadm.c | 4364 char *sp, *s; local [all...] |
| /ohac/ohac/usr/src/uts/common/io/rsmrdt/ |
| rsmrdt.c | 5142 struct opsrsm_param *sp = &opsrsmp->opsrsm_param; local [all...] |