Searched refs:status (Results 126 - 150 of 2466) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libproc/
H A Dproc_create.c45 int status; local
60 phdl->status = PS_RUN;
70 if (waitpid(pid, &status, WUNTRACED) == -1) {
76 /* Check for an unexpected status. */
77 if (WIFSTOPPED(status) == 0)
78 DPRINTFX("ERROR: child process %d status 0x%x", pid, status);
80 phdl->status = PS_STOP;
96 int status; local
128 phdl->status
[all...]
/freebsd-9.3-release/sys/contrib/ia64/libuwx/test/
H A Ddumpmyself.c15 int status; local
20 status = uwx_register_callbacks(
25 printf("uwx_register_callbacks returned %d\n", status);
60 int status; local
72 status = uwx_step(uenv);
73 if (status != UWX_OK) {
74 printf("uwx_step returned %d\n", status);
77 status = uwx_get_reg(uenv, UWX_REG_PFS, &val);
78 if (status != UWX_OK) {
79 printf("uwx_get_reg returned %d\n", status);
[all...]
/freebsd-9.3-release/usr.bin/getopt/
H A Dgetopt.c17 int status = 0; local
23 status = 1; /* getopt routine gave message */
36 return status;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.include.ksh56 status=$?
61 exit $status
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_exit.h21 extern void tuklib_exit(int status, int err_status, int show_error)
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dnt_gss_common.h41 void gss_verr(int exitval, int status, const char *fmt, va_list ap)
44 void gss_err(int exitval, int status, const char *fmt, ...)
/freebsd-9.3-release/tools/regression/zfs/zpool/create/
H A Ddisks.t13 expect_ok ${ZPOOL} status -x ${name0}
14 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
25 expect "${exp}" ${ZPOOL} status ${name0}
27 expect_fl ${ZPOOL} status -x ${name0}
31 expect_ok ${ZPOOL} status -x ${name0}
32 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
47 expect "${exp}" ${ZPOOL} status ${name0}
49 expect_fl ${ZPOOL} status -x ${name0}
H A Dlog.t13 expect_ok ${ZPOOL} status -x ${name0}
14 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
27 expect "${exp}" ${ZPOOL} status ${name0}
29 expect_fl ${ZPOOL} status -x ${name0}
33 expect_ok ${ZPOOL} status -x ${name0}
34 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
50 expect "${exp}" ${ZPOOL} status ${name0}
52 expect_fl ${ZPOOL} status -x ${name0}
56 expect_ok ${ZPOOL} status -x ${name0}
57 expect "pool '${name0}' is healthy" ${ZPOOL} status
[all...]
H A Doption-f_replication_level_mismatch_1.t13 expect_fl ${ZPOOL} status -x ${name0}
17 expect_ok ${ZPOOL} status -x ${name0}
18 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
35 expect "${exp}" ${ZPOOL} status ${name0}
37 expect_fl ${ZPOOL} status -x ${name0}
41 expect_fl ${ZPOOL} status -x ${name0}
45 expect_ok ${ZPOOL} status -x ${name0}
46 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
63 expect "${exp}" ${ZPOOL} status ${name0}
65 expect_fl ${ZPOOL} status
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dwaitpid.c12 int status; member in struct:unreaped
36 pid_t waitpid (pid, status, options)
38 int *status;
54 *status = unreaped[i].status;
67 pid_t p = wait3 (status, options, (struct rusage *) 0);
69 pid_t p = wait (status);
78 unreaped[n-1].status = *status;
/freebsd-9.3-release/crypto/heimdal/appl/kf/
H A Dkfd.c126 krb5_error_code status; local
139 status = krb5_auth_con_init (context, &auth_context);
140 if (status)
141 krb5_err(context, 1, status, "krb5_auth_con_init");
143 status = krb5_auth_con_setaddrs_from_fd (context,
146 if (status)
147 krb5_err(context, 1, status, "krb5_auth_con_setaddr");
152 status = krb5_sname_to_principal (context,
157 if (status)
158 krb5_err(context, 1, status, "krb5_sname_to_principa
[all...]
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati.c389 SATI_STATUS status = SATI_FAILURE; local
470 status = sati_report_luns_translate_command(
478 status = sati_inquiry_translate_command(
486 status = sati_mode_sense_6_translate_command(
492 status = sati_mode_sense_10_translate_command(
500 status = sati_mode_select_6_translate_command(
506 status = sati_mode_select_10_translate_command(
514 status = sati_test_unit_ready_translate_command(
522 status = sati_read_capacity_10_translate_command(
530 status
718 SATI_STATUS status=SATI_FAILURE; local
797 SATI_STATUS status = SATI_COMPLETE; local
1127 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
[all...]
H A Dsati_verify.c155 SATI_STATUS status; local
170 status = sati_move_set_sector_count(sequence,scsi_io,ata_io,sector_count,0);
171 if (status != SATI_SUCCESS)
172 return status;
198 SATI_STATUS status; local
215 status = sati_move_set_sector_count(sequence,scsi_io,ata_io,sector_count,0);
216 if (status != SATI_SUCCESS)
217 return status;
243 SATI_STATUS status; local
259 status
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h249 u8 status, u64 out_param);
255 int mthca_SYS_EN(struct mthca_dev *dev, u8 *status);
256 int mthca_SYS_DIS(struct mthca_dev *dev, u8 *status);
257 int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm, u8 *status);
258 int mthca_UNMAP_FA(struct mthca_dev *dev, u8 *status);
259 int mthca_RUN_FW(struct mthca_dev *dev, u8 *status);
260 int mthca_QUERY_FW(struct mthca_dev *dev, u8 *status);
261 int mthca_ENABLE_LAM(struct mthca_dev *dev, u8 *status);
262 int mthca_DISABLE_LAM(struct mthca_dev *dev, u8 *status);
263 int mthca_QUERY_DDR(struct mthca_dev *dev, u8 *status);
[all...]
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecContext.c49 /* Invalid_operation set in the status field. */
61 context->status = 0; /* cleared */
113 /* decContextStatusToString -- convert status flags to a string */
115 /* context is a context with valid status field */
123 Int status = context->status; local
124 if (status == DEC_Conversion_syntax)
126 if (status == DEC_Division_by_zero)
128 if (status == DEC_Division_impossible)
130 if (status
222 decContextSetStatus(decContext * context, uInt status) argument
[all...]
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dopentest.c57 int status = 0; local
120 status = pcap_set_snaplen(pd, snaplen);
121 if (status != 0)
123 device, pcap_statustostr(status));
125 status = pcap_set_promisc(pd, 1);
126 if (status != 0)
128 device, pcap_statustostr(status));
131 status = pcap_set_rfmon(pd, 1);
132 if (status != 0)
134 device, pcap_statustostr(status));
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlin-lwp.c66 process has exited the exit status is only reported if the
134 /* Convert wait status STATUS to a string. Used for printing debug argument
138 status_to_str (int status)
142 if (WIFSTOPPED (status))
144 strsignal (WSTOPSIG (status)));
145 else if (WIFSIGNALED (status))
147 strsignal (WSTOPSIG (status)));
149 snprintf (buf, sizeof (buf), "%d (exited)", WEXITSTATUS (status));
311 int status;
322 pid = waitpid (GET_LWP (ptid), &status,
305 int status; local
356 int status; local
600 int status; local
706 int status; local
873 int pid, status; local
1026 select_event_lwp(struct lwp_info **orig_lp, int *status) argument
1097 int status; local
1199 int status = 0; local
1595 status, ourstatus); local
[all...]
/freebsd-9.3-release/sys/boot/i386/efi/
H A Defimd.c65 EFI_STATUS status; local
74 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle);
75 if (status == 0)
76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa);
77 bi->bi_fpswa = (status == 0) ? (uint64_t)fpswa : 0;
95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages,
97 if (EFI_ERROR(status)) {
99 (long)status);
111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver);
112 if (EFI_ERROR(status)) {
129 EFI_STATUS status; local
[all...]
/freebsd-9.3-release/tools/test/ptrace/
H A Dscescx.c44 decode_wait_status(int status) argument
52 if (WIFCONTINUED(status)) {
56 if (WIFEXITED(status)) {
61 snprintf(b, sizeof(b), "EXIT(%d)", WEXITSTATUS(status));
64 if (WIFSIGNALED(status)) {
69 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WTERMSIG(status)));
71 if (WCOREDUMP(status))
74 if (WIFSTOPPED(status)) {
79 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WSTOPSIG(status)));
177 wait_info(int pid, int status, struc argument
193 int status; local
259 int status; local
312 int c, status, use_vfork; local
[all...]
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dprintcap.c99 int status; local
108 if ((status = cgetent(&bp, printcapdb, XXX)) < 0)
109 return status;
110 status = getprintcap_int(bp, pp);
112 return status;
116 * Map the status values returned by cgetfirst/cgetnext into those
122 firstnextmap(int *status) argument
124 switch (*status) {
128 *status = 0;
131 *status
151 int status; local
173 int status; local
379 int status; local
403 int status; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.create.ksh64 status=$?
67 exit $status
H A Dtst.exec.ksh70 status=$?
73 exit $status
H A Dtst.exitexit.ksh64 status=$?
67 exit $status
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.hvmenable.ksh62 status=$?
64 exit $status
/freebsd-9.3-release/etc/periodic/daily/
H A D405.status-ata-raid17 echo 'Checking status of ATA raid partitions:'
23 status=`/sbin/atacontrol status $raid`
24 echo $status
25 raid_rc=`echo $status | grep -v READY | wc -l`

Completed in 563 milliseconds

1234567891011>>