Home
last modified time | relevance | path

Searched refs:local_only (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.h88 extern volatile boolean_t local_only;
94 if ((wrap_enabled || local_only) && \
99 if ((wrap_enabled || local_only) && \
104 if ((wrap_enabled || local_only) && \
H A Drpcb_check.c212 if (local_only) { in rpcb_check()
H A Drpcbind.c172 volatile boolean_t local_only = B_TRUE; variable
1123 local_only = get_smf_prop("local_only", B_TRUE); in rpcb_check_init()
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnlockmgr35 if set -- `svcprop -t -p config/local_only $BIND_FMRI`; then
53 svccfg -s $BIND_FMRI setprop config/local_only = boolean: false
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail68 local=`/usr/bin/svcprop -p config/local_only $SMF_FMRI 2>/dev/null`
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile188 setprop config/local_only = true
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c4379 int local_only) in lookup_name2sid() argument
4415 if (local_only) in lookup_name2sid()