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

/solaris-userland/components/pflogd/pflogd.Solaris/
H A Dpflog51 function failure function
59 PFLOGD_LOGFILE="$(get_property "$2")" || failure
60 PFLOGD_SNAPLEN="$(get_property "$3")" || failure
61 PFLOGD_IFACE="$(get_property "$4")" || failure
62 PFLOGD_DELAY="$(get_property "$5")" || failure
63 PFLOGD_FILTER="$(get_property "$6")" || failure
/solaris-userland/components/ftp-proxy/ftp-proxy.Solaris/
H A Dftp-proxy50 failure() function
77 FTPPX_ANONYMOUS="$(get_property "$2")" || failure
78 FTPPX_PROXY_ADDRESS="$(get_property "$3")" || failure
79 FTPPX_PROXY_LISTEN_ADDRESS="$(get_property "$4")" || failure
80 FTPPX_DEBUG_LEVEL="$(get_property "$5")" || failure
81 FTPPX_MAXSESSIONS="$(get_property "$6")" || failure
82 FTPPX_PROXY_LISTEN_PORT="$(get_property "$7")" || failure
83 FTPPX_REVERSE_MODE_ADDRESS="$(get_property "$8")" || failure
84 FTPPX_REVERSE_MODE_PORT="$(get_property "$9")" || failure
85 FTPPX_REWRITE_SOURCE_PORT="$(get_property "${10}")" || failure
[all...]

Completed in 11 milliseconds