Searched refs:_INIT_NET_STRATEGY (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dsmf_include.sh121 # -> (_INIT_NET_IF, _INIT_NET_STRATEGY)
124 # interface if we are booting from the network. _INIT_NET_STRATEGY is
126 # Valid values for _INIT_NET_STRATEGY are "none", "dhcp", and "rarp".
132 _INIT_NET_STRATEGY="none" export _INIT_NET_STRATEGY
140 _INIT_NET_STRATEGY="$3" export _INIT_NET_STRATEGY
/illumos-gate/usr/src/cmd/svc/milestone/
H A Didentity-node56 case "$_INIT_NET_STRATEGY" in
H A Dnet-routing-setup83 if [ "$_INIT_NET_STRATEGY" = "dhcp" ] && \
H A Dnet-svc239 if [ "$_INIT_NET_STRATEGY" = "dhcp" ]; then
H A Dnet-physical107 if [ -n "$_INIT_NET_IF" -a "$_INIT_NET_STRATEGY" = "dhcp" ]; then
431 if [ "$_INIT_NET_STRATEGY" = "rarp" -o -z "$hostname" ]; then
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh72 if [ -n "$_INIT_NET_IF" -a "$_INIT_NET_STRATEGY" = "dhcp" ]; then
390 if [ "$_INIT_NET_STRATEGY" = "rarp" -o -z "$hostname" ]; then

Completed in 110 milliseconds