Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool44 error_out() function
368error_out 2 "Don't know how to handle ${kernel} -- ${prefix}/lib/modules/${kernel}/build/Makefile …
431 error_out 2 "Please provide path to a filter-file together with --filterfile" >&2
433 error_out 2 "Filterfile ${1} not found" >&2
441 error_out 2 "Please provide the name of the kmod together with --kmodname" >&2
454 error_out 2 "Please provide a prefix with --prefix" >&2
462 error_out 2 "Please provide the name of the repo together with --repo" >&2
470 error_out 2 "Please provide the name of the kmod together with --kmodname" >&2
527 error_out 2 "please pass target arch with --target"
529 error_out 2 "please pass kmodname with --kmodname"
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c897 goto error_out; in getifaddrs2()
907 goto error_out; in getifaddrs2()
945 goto error_out; in getifaddrs2()
951 goto error_out; in getifaddrs2()
958 goto error_out; in getifaddrs2()
964 goto error_out; in getifaddrs2()
975 goto error_out; in getifaddrs2()
983 goto error_out; in getifaddrs2()
1002 error_out: in getifaddrs2()
1039 goto error_out; in getlifaddrs2()
[all …]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c381 goto error_out; in os_raid_response_error()
426 error_out: in os_raid_response_error()
457 goto error_out; in os_aio_response_error()
533 error_out: in os_aio_response_error()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3240 auto error_out = [&](llvm::StringRef error_message, std::string description) { in SaveTranscript() local
3255 return error_out("Unable to create file", in SaveTranscript()
3265 return error_out("Unable to write to destination file", in SaveTranscript()
/freebsd/sys/netinet/
H A Dsctp_output.c6510 error_out: in sctp_copy_mbufchain()
6528 goto error_out; in sctp_copy_mbufchain()
6583 goto error_out; in sctp_copy_mbufchain()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c142046 goto error_out;
142056 goto error_out;
142227 error_out:
169572 if( ((i64)fVal)!=fVal ) goto error_out;
169577 goto error_out;
169579 if( iVal<=0 ) goto error_out;
169593 error_out:
183716 goto error_out;
183723 goto error_out;
183742 goto error_out;
[all …]