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

/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c215 int c, isrpc = 0, v6_flag = 0; local
243 isrpc = 1;
258 if (isrpc) {
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c88 #define SCF_PROPERTY_ISRPC "isrpc"
246 const boolean_t isrpc)
290 if (isrpc) {
364 uint8_t isrpc; local
406 if (scf_value_get_boolean(scratch_v, &isrpc) == -1) {
412 if (isrpc)
497 boolean_t isrpc = B_FALSE; local
533 isrpc = service_is_rpc(inst);
538 res = is_correct_event(scratch_fmri, pg, isrpc);
245 is_correct_event(const char *fmri, const scf_propertygroup_t *pg, const boolean_t isrpc) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c227 * If 'isrpc' is false, the address components of the two structures are
233 boolean_t isrpc)
235 return ((isrpc || (memcmp(&si->local_addr, &si2->local_addr,
232 socket_info_equal(const socket_info_t *si, const socket_info_t *si2, boolean_t isrpc) argument
H A Dtlx.c207 * If 'isrpc' is false, the address components of the two structures are
212 tlx_info_equal(const tlx_info_t *ti, const tlx_info_t *ti2, boolean_t isrpc) argument
214 return ((isrpc || (memcmp(ti->local_addr.buf, ti2->local_addr.buf,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c88 boolean_t isrpc; member in struct:inetconfent
326 iconf->isrpc ? "rpc-": "s-"), len);
330 if (iconf->isrpc && (strcmp(iconf->protocol, "rpc/*") == 0))
395 put_prop_value_boolean(prop, PR_ISRPC_NAME, iconf->isrpc);
397 if (iconf->isrpc) {
443 iconf->isrpc = B_FALSE;
445 iconf->isrpc = B_TRUE;
721 iconf->isrpc ? iconf->rpc_prog : iconf->service) < 0)
732 if (iconf->isrpc) {
774 PR_SVC_NAME_NAME, iconf->isrpc
1226 uint8_t *isrpc; local
[all...]
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c579 boolean_t isrpc; local
616 /* Check that iswait and isrpc have valid boolean values */
624 (((isrpc = prop[PT_ISRPC_INDEX].ip_value.iv_boolean) != B_TRUE) &&
625 (isrpc != B_FALSE))) {
627 } else if (isrpc) {
710 if (!cfg->istlx || !isrpc) {
860 if (isrpc) {
876 if (!isrpc && (cfg->svc_name != NULL)) {

Completed in 78 milliseconds