Searched refs:insrc (Results 1 – 2 of 2) sorted by relevance
386 vlog "cd $ZONEROOT && $stage1 "$insrc" | install_flar"758 insrc=$2760 if [[ -z "$intype" || -z "$insrc" ]]; then769 if [[ "$insrc" == "-" ]]; then774 if [[ "$(echo $insrc | cut -c 1)" != "/" ]]; then775 fatal "$e_path_abs" "$insrc"778 if [[ ! -e "$insrc" ]]; then779 log "$e_not_found" "$insrc"783 if [[ ! -r "$insrc" ]]; then784 log "$e_not_readable" "$insrc"[all …]
112 uint32_t *insrc = ixa->ixa_ipsec_insrc; in ipsec_getassocbyconn() local232 if (!ip_addr_match((uint8_t *)insrc, in ipsec_getassocbyconn()