Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/shell/
H A Dsmf_include.sh131 _INIT_NET_STRATEGY="none" export _INIT_NET_STRATEGY
139 _INIT_NET_STRATEGY="$3" export _INIT_NET_STRATEGY
/titanic_44/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
/titanic_44/usr/src/cmd/svc/milestone/
H A Didentity-node56 case "$_INIT_NET_STRATEGY" in
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
H A Dnet-svc239 if [ "$_INIT_NET_STRATEGY" = "dhcp" ]; then
H A Dnet-routing-setup83 if [ "$_INIT_NET_STRATEGY" = "dhcp" ] && \