Searched refs:status (Results 151 - 175 of 5679) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-objdir.exp2 exit status 0
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtest.c50 isc_result_t status; local
52 status = dhcp_context_create(DHCP_CONTEXT_PRE_DB | DHCP_CONTEXT_POST_DB,
54 if (status != ISC_R_SUCCESS) {
56 isc_result_totext(status));
60 status = omapi_init ();
61 if (status != ISC_R_SUCCESS) {
63 isc_result_totext(status));
72 status = omapi_generic_new (&listener, MDL);
73 if (status != ISC_R_SUCCESS) {
75 isc_result_totext (status));
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dstatus.cpp29 #include "utils/process/status.hpp"
48 /// Constructs a new status object based on the status value of waitpid(2).
50 /// \param dead_pid_ The PID of the process this status belonged to.
51 /// \param stat_loc The status value returnd by waitpid(2).
52 process::status::status(const int dead_pid_, int stat_loc) : function in class:process::status
64 /// Constructs a new status object based on fake values.
66 /// \param exited_ If not none, specifies the exit status of the program.
69 process::status function in class:process::status
[all...]
/netbsd-current/external/bsd/unbound/dist/libunbound/python/examples/
H A Ddns-lookup.py41 status, result = ctx.resolve("www.nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
42 if status == 0 and result.havedata:
44 elif status != 0:
45 print("Error:", unbound.ub_strerror(status))
H A Dasync-lookup.py42 def call_back(my_data,status,result):
44 if status == 0 and result.havedata:
50 status, async_id = ctx.resolve_async("www.nic.cz", my_data, call_back, unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
52 while (status == 0) and (not my_data['done_flag']):
53 status = ctx.process()
56 if (status != 0):
57 print("Resolve error:", unbound.ub_strerror(status))
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dstatus.hh0 /* status type definition
25 // The status returned by various connection functions.
26 enum status enum in namespace:cc1_plugin
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dstatus.hh0 /* status type definition
25 // The status returned by various connection functions.
26 enum status enum in namespace:cc1_plugin
/netbsd-current/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.encode/
H A Dencode.exp30 catch "exec ln -s $srcdir/libsframe.decode/DATA2 ." status
36 catch "exec rm DATA2" status
/netbsd-current/external/mpl/dhcp/dist/dhcpctl/
H A Ddhcpctl.c50 isc_result_t status; local
53 status = dhcp_context_create(DHCP_CONTEXT_PRE_DB | DHCP_CONTEXT_POST_DB,
55 if (status != ISC_R_SUCCESS)
56 return status;
58 status = omapi_init();
59 if (status != ISC_R_SUCCESS)
60 return status;
62 status = omapi_object_type_register (&dhcpctl_callback_type,
73 if (status != ISC_R_SUCCESS)
74 return status;
107 isc_result_t status; local
171 isc_result_t status; local
223 isc_result_t status; local
256 isc_result_t status; local
308 isc_result_t status; local
376 isc_result_t status; local
406 isc_result_t status; local
442 isc_result_t status; local
477 isc_result_t status; local
512 isc_result_t status; local
539 isc_result_t status; local
571 isc_result_t status; local
604 isc_result_t status; local
656 isc_result_t status; local
712 isc_result_t status; local
769 isc_result_t status; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_dsn_fix.c7 /* fix DSN status
11 /* const char *smtpd_dsn_fix(status, reply_class)
12 /* const char *status;
15 /* smtpd_dsn_fix() transforms DSN status codes according to the
16 /* status information that is actually being reported. The
20 /* when reporting sender address status information, and vice
27 /* DSN when reporting non-address status information. For
28 /* example, if something rejects HELO with DSN status 4.1.1
35 /* when reporting sender or recipient address status information,
44 /* .IP status
96 smtpd_dsn_fix(const char *status, const char *reply_class) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dcleanup_strerror.c7 /* cleanup status code to string
13 /* const unsigned status; /* cleanup status */
26 /* cleanup_strerror() maps a status code returned by the \fIcleanup\fR
33 /* Panic: unknown status.
64 * Mapping from status code to printable string. One message may suffer from
84 /* cleanup_strerror - map status code to printable string */
86 const char *cleanup_strerror(unsigned status) argument
90 if (status == CLEANUP_STAT_OK)
94 if (cleanup_stat_map[i].status
102 cleanup_stat_detail(unsigned status) argument
[all...]
H A Dflush_clnt.c123 int status; local
132 status = FLUSH_STAT_DENY;
134 status = mail_command_client(MAIL_CLASS_PUBLIC, var_flush_service,
140 msg_info("%s: status %d", myname, status);
142 return (status);
150 int status; local
159 status = FLUSH_STAT_DENY;
161 status = mail_command_client(MAIL_CLASS_PUBLIC, var_flush_service,
167 msg_info("%s: status
177 int status; local
214 int status; local
239 int status; local
[all...]
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Defidelay.c34 EFI_STATUS status; local
39 status = uefi_call_wrapper(BS->Stall, 1, us);
40 if (EFI_ERROR(status)) {
41 StatusToString(errmsg, status);
47 (uintmax_t)status);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Damdgpu_dc_dmub_srv.c70 enum dmub_status status; local
72 status = dmub_srv_cmd_queue(dmub, cmd);
73 if (status == DMUB_STATUS_OK)
76 if (status != DMUB_STATUS_QUEUE_FULL)
84 status = dmub_srv_cmd_queue(dmub, cmd);
85 if (status == DMUB_STATUS_OK)
89 DC_ERROR("Error queuing DMUB command: status=%d\n", status);
96 enum dmub_status status; local
98 status
107 enum dmub_status status; local
118 enum dmub_status status; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c63 /* an LMDB database. The result value is an LMDB status code
67 /* an LMDB status code (zero in case of success).
71 /* value is an LMDB status code (zero in case of success).
74 /* recovery. The result value is an LMDB status code (zero
78 /* recovery. The result value is an LMDB status code (zero
82 /* recovery. The result value is an LMDB status code (zero
87 /* status code (zero in case of success). This wrapper supports
91 /* database. This may be used for file status queries or
98 /* an LMDB status code (zero in case of success).
304 #define SLMDB_API_RETURN(slmdb, status) d
386 int status = 0; local
422 slmdb_recover(SLMDB *slmdb, int status) argument
549 int status; local
563 int status; local
601 int status; local
644 int status; local
688 int status = 0; local
775 int status = 0; local
816 int status = 0; local
871 int status; local
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dnamed-nzd2nzf.c30 int status; local
45 status = mdb_env_create(&env);
46 if (status != MDB_SUCCESS) {
48 mdb_strerror(status));
52 status = mdb_env_open(env, path, DNS_LMDB_FLAGS, 0600);
53 if (status != MDB_SUCCESS) {
55 mdb_strerror(status));
59 status = mdb_txn_begin(env, 0, MDB_RDONLY, &txn);
60 if (status != MDB_SUCCESS) {
62 mdb_strerror(status));
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dsignal.c45 signal_sub (int *number, void (*handler)(int), int *status) argument
49 if (status != NULL)
52 *status = (int) ret;
65 signal_sub_int (int *number, int *handler, int *status) argument
69 if (status != NULL)
72 *status = (int) ret;
87 int status; local
88 signal_sub (number, handler, &status);
89 return status;
101 int status; local
114 alarm_sub_i4(int * seconds __attribute__ ((unused)), void (*handler)(int) __attribute__ ((unused)), GFC_INTEGER_4 *status) argument
144 alarm_sub_i8(int *seconds __attribute__ ((unused)), void (*handler)(int) __attribute__ ((unused)), GFC_INTEGER_8 *status) argument
175 alarm_sub_int_i4(int *seconds __attribute__ ((unused)), int *handler __attribute__ ((unused)), GFC_INTEGER_4 *status) argument
205 alarm_sub_int_i8(int *seconds __attribute__ ((unused)), int *handler __attribute__ ((unused)), GFC_INTEGER_8 *status) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dsignal.c45 signal_sub (int *number, void (*handler)(int), int *status) argument
49 if (status != NULL)
52 *status = (int) ret;
65 signal_sub_int (int *number, int *handler, int *status) argument
69 if (status != NULL)
72 *status = (int) ret;
87 int status; local
88 signal_sub (number, handler, &status);
89 return status;
101 int status; local
114 alarm_sub_i4(int * seconds __attribute__ ((unused)), void (*handler)(int) __attribute__ ((unused)), GFC_INTEGER_4 *status) argument
144 alarm_sub_i8(int *seconds __attribute__ ((unused)), void (*handler)(int) __attribute__ ((unused)), GFC_INTEGER_8 *status) argument
175 alarm_sub_int_i4(int *seconds __attribute__ ((unused)), int *handler __attribute__ ((unused)), GFC_INTEGER_4 *status) argument
205 alarm_sub_int_i8(int *seconds __attribute__ ((unused)), int *handler __attribute__ ((unused)), GFC_INTEGER_8 *status) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dallocfail.sh58 # We have status 0 for an allocation failure at:
71 if ./allocfail $i >/dev/null 2>&1; status=$?; then
74 if [ $status -gt 1 ]; then
84 if [ $status -eq 0 ]; then
90 elif [ $status -eq 1 ]; then
95 if [ $status -ne $prev_status ]; then
96 echo "Status changed to $status at $i"
98 prev_status=$status
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dallocfail.sh58 # We have status 0 for an allocation failure at:
71 if ./allocfail $i >/dev/null 2>&1; status=$?; then
74 if [ $status -gt 1 ]; then
84 if [ $status -eq 0 ]; then
90 elif [ $status -eq 1 ]; then
95 if [ $status -ne $prev_status ]; then
96 echo "Status changed to $status at $i"
98 prev_status=$status
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dallocfail.sh58 # We have status 0 for an allocation failure at:
71 if ./allocfail $i >/dev/null 2>&1; status=$?; then
74 if [ $status -gt 1 ]; then
84 if [ $status -eq 0 ]; then
90 elif [ $status -eq 1 ]; then
95 if [ $status -ne $prev_status ]; then
96 echo "Status changed to $status at $i"
98 prev_status=$status
/netbsd-current/external/mpl/bind/dist/bin/tests/system/formerr/
H A Dtests.sh18 status=0
25 status=$((status + 1))
33 status=$((status + 1))
43 status=$((status + 1))
46 echo_i "exit status: $status"
48 [ $status
[all...]
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dnot.c11 int status; local
28 waitpid(pid, &status, 0);
29 if (!WIFEXITED(status)) {
30 if (WIFSIGNALED(status))
33 pid, WTERMSIG(status));
38 return !WEXITSTATUS(status);
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_exit.c24 tuklib_exit(int status, int err_status, int show_error) argument
26 if (status != err_status) {
32 status = err_status;
46 if (status != err_status) {
49 // Just set the exit status.
53 status = err_status;
56 exit(status);
/netbsd-current/tests/kernel/
H A Dh_fpufork.c45 int status; local
57 if ((child = wait(&status)) == -1)
59 if (WIFSIGNALED(status))
60 errx(1, "child exited on signal %d", WTERMSIG(status));
61 if (!WIFEXITED(status))
63 return WEXITSTATUS(status);

Completed in 302 milliseconds

1234567891011>>