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

/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c577 boolean_t isrpc; local
614 /* Check that iswait and isrpc have valid boolean values */
622 (((isrpc = prop[PT_ISRPC_INDEX].ip_value.iv_boolean) != B_TRUE) &&
623 (isrpc != B_FALSE))) {
625 } else if (isrpc) {
708 if (!cfg->istlx || !isrpc) {
858 if (isrpc) {
874 if (!isrpc && (cfg->svc_name != NULL)) {

Completed in 23 milliseconds