Searched refs:status (Results 326 - 350 of 3538) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dvalgrindtest.c239 int status = 0; local
326 status = pcap_set_snaplen(pd, 65535);
327 if (status != 0)
329 device, pcap_statustostr(status));
330 status = pcap_set_promisc(pd, 1);
331 if (status != 0)
333 device, pcap_statustostr(status));
335 status = pcap_set_rfmon(pd, 1);
336 if (status != 0)
338 device, pcap_statustostr(status));
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh83 status=$?
85 if [ "$status" -ne 0 ]; then
86 exit $status
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh73 status=$?
74 [[ $status != $expexit ]] && fail "Exited with unexpected status code: $status"
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh90 status=$?
91 if [ "$status" -ne 0 ]; then
93 exit $status
134 status=$?
135 if [ "$status" -eq 0 ]; then
139 exit $status
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dotherchild.c56 void (*maintenance) (int reason, void *, int status),
105 int status)
115 (*ocr->maintenance) (reason, ocr->data, status);
128 DWORD status; local
140 else if (!GetExitCodeProcess(ocr->proc->hproc, &status)) {
146 else if (status == STILL_ACTIVE) {
153 (*ocr->maintenance) (APR_OC_REASON_DEATH, ocr->data, status);
158 int status;
163 waitret = waitpid(ocr->proc->pid, &status, WNOHANG);
166 (*ocr->maintenance) (APR_OC_REASON_DEATH, ocr->data, status);
55 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
191 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dspawnvp.c69 int status = -1; /* initialise return code, in case we fail */ local
104 status = spawnvp(mode, path, quoted_argv);
114 * return the status code returned by `spawnvp',
117 return status;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c82 int status = AH_TRUE; local
89 status = ar5312SetPowerModeAwake(ah, setChip);
103 return status;
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dshadow.c47 int status; local
58 waitpid(pid, &status, 0);
59 return (status);
/freebsd-11-stable/lib/libc/uuid/
H A Duuid_compare.c48 uuid_compare(const uuid_t *a, const uuid_t *b, uint32_t *status) argument
52 if (status != NULL)
53 *status = uuid_s_ok;
/freebsd-11-stable/lib/libc/db/hash/
H A Dndbm.c95 int status; local
100 status = (db->get)(db, &dbtkey, &dbtretdata, 0);
101 if (status) {
118 int status; local
122 status = (db->seq)(db, &dbtretkey, &dbtretdata, R_FIRST);
123 if (status)
138 int status; local
142 status = (db->seq)(db, &dbtretkey, &dbtretdata, R_NEXT);
143 if (status)
158 int status; local
[all...]
/freebsd-11-stable/tools/regression/zfs/zpool/add/
H A Ddisks.t34 expect "${exp}" ${ZPOOL} status ${name0}
36 expect_fl ${ZPOOL} status -x ${name0}
40 expect_ok ${ZPOOL} status -x ${name0}
41 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
56 expect "${exp}" ${ZPOOL} status ${name0}
58 expect_fl ${ZPOOL} status -x ${name0}
H A Dlog.t26 expect "${exp}" ${ZPOOL} status ${name0}
28 expect_fl ${ZPOOL} status -x ${name0}
47 expect "${exp}" ${ZPOOL} status ${name0}
49 expect_fl ${ZPOOL} status -x ${name0}
67 expect "${exp}" ${ZPOOL} status ${name0}
69 expect_fl ${ZPOOL} status -x ${name0}
90 expect "${exp}" ${ZPOOL} status ${name0}
92 expect_fl ${ZPOOL} status -x ${name0}
111 expect "${exp}" ${ZPOOL} status ${name0}
113 expect_fl ${ZPOOL} status
[all...]
H A Dmirror.t29 expect "${exp}" ${ZPOOL} status ${name0}
31 expect_fl ${ZPOOL} status -x ${name0}
52 expect "${exp}" ${ZPOOL} status ${name0}
54 expect_fl ${ZPOOL} status -x ${name0}
82 expect "${exp}" ${ZPOOL} status ${name0}
84 expect_fl ${ZPOOL} status -x ${name0}
/freebsd-11-stable/sys/dev/isci/
H A Disci_io_request.c98 ccb->ccb_h.status &= ~CAM_STATUS_MASK;
113 ccb->ccb_h.status |= CAM_REQ_CMP;
117 ccb->ccb_h.status |= CAM_REQ_CMP;
141 csio->scsi_status = response_buffer->status;
142 ccb->ccb_h.status |= CAM_SCSI_STATUS_ERROR;
143 ccb->ccb_h.status |= CAM_AUTOSNS_VALID;
147 "isci: bus=%x target=%x lun=%x cdb[0]=%x status=%x key=%x asc=%x ascq=%x\n",
156 ccb->ccb_h.status |= CAM_REQ_TERMIO;
164 ccb->ccb_h.status |= CAM_REQ_TERMIO;
177 ccb->ccb_h.status |
693 SCI_STATUS status; local
892 SCI_STATUS status; local
924 SCI_STATUS status; local
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-ifmsg.c120 vxge_hal_status_e status; local
130 status = vxge_hal_device_register_poll(
140 return (status);
165 vxge_hal_status_e status; local
225 status = vxge_hal_device_register_poll(hldev->header.pdev,
231 if (status != VXGE_HAL_OK) {
234 __FILE__, __func__, __LINE__, status);
235 return (status);
248 status = VXGE_HAL_OK;
251 status
[all...]
/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_base.c57 uint8_t mask, uint8_t status, int how)
70 if ((r & mask) == status)
77 if ((ppb_rstr(bus) & mask) == status)
158 * Reset the EPP timeout bit in the status register
184 * Read the status register and update the status info
187 ppb_get_status(device_t bus, struct ppb_status *status) argument
193 r = status->status = ppb_rstr(bus);
195 status
56 ppb_poll_bus(device_t bus, int max, uint8_t mask, uint8_t status, int how) argument
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dallow-deny-users.sh22 status=$?
24 if (test $status -eq 0 && ! $should_succeed) \
25 || (test $status -ne 0 && $should_succeed); then
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dlink_policy.c72 if (rp.status != 0x00) {
74 hci_status2str(rp.status), rp.status);
118 /* send request and expect status response */
141 if (ep->status != 0x00) {
143 hci_status2str(ep->status), ep->status);
188 if (rp.status != 0x00) {
190 hci_status2str(rp.status), rp.status);
[all...]
H A Dstatus.c2 * status.c
30 * $Id: status.c,v 1.2 2003/05/21 22:40:30 max Exp $
31 * $FreeBSD: stable/11/usr.sbin/bluetooth/hccontrol/status.c 330449 2018-03-05 07:26:05Z eadler $
71 if (rp.status != 0x00) {
73 hci_status2str(rp.status), rp.status);
113 if (rp.status != 0x00) {
115 hci_status2str(rp.status), rp.status);
152 if (rp.status !
[all...]
/freebsd-11-stable/usr.bin/setchannel/
H A Dsetchannel.c92 int status; local
109 status = 0;
224 status = 1;
230 status = 1;
236 status = 1;
241 status = 1;
250 status = 1;
257 status = 1;
263 status = 1;
272 status
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimexsup.c40 int status
44 if (status & STA_NANO)
47 (void)status;
/freebsd-11-stable/stand/efi/libefi/
H A Ddevpath.c42 EFI_STATUS status; local
44 status = BS->HandleProtocol(handle, &ImageDevicePathGUID,
46 if (EFI_ERROR(status))
55 EFI_STATUS status; local
57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath);
58 if (EFI_ERROR(status))
67 EFI_STATUS status; local
72 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL,
74 if (EFI_ERROR(status))
126 EFI_STATUS status; local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-tc.c53 typedef PCHAR (TC_CALLCONV *TcFcnStatusGetString) (TC_STATUS status);
441 TC_STATUS status; local
459 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts);
461 if (status != TC_SUCCESS)
483 status = g_TcFunctions.FreePortList(pPorts);
538 TC_STATUS status; local
585 status = g_TcFunctions.InstanceOpenByName(p->opt.device, &pt->TcInstance);
587 if (status != TC_SUCCESS)
590 pcap_snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "Error opening TurboCap adapter: %s", g_TcFunctions.StatusGetString(status));
618 status
702 TC_STATUS status; local
837 TC_STATUS status; local
894 TC_STATUS status; local
1048 TC_STATUS status; local
1130 TC_STATUS status; local
1212 TC_STATUS status; local
[all...]
/freebsd-11-stable/tools/regression/zfs/zpool/offline/
H A Draidz2.t17 echo "status: One or more devices has been taken offline by the administrator."
32 expect "${exp}" ${ZPOOL} status ${name0}
34 expect_fl ${ZPOOL} status -x ${name0}
41 echo "status: One or more devices has been taken offline by the administrator."
56 expect "${exp}" ${ZPOOL} status ${name0}
58 expect_fl ${ZPOOL} status -x ${name0}
65 echo "status: One or more devices has been taken offline by the administrator."
80 expect "${exp}" ${ZPOOL} status ${name0}
82 expect_fl ${ZPOOL} status -x ${name0}
92 echo "status
[all...]
/freebsd-11-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h56 #define dr_status status
77 #define ns_status status
85 #define rdr_status status
88 #define rlr_status status
92 #define rr_status status
95 #define sfr_status status

Completed in 170 milliseconds

<<11121314151617181920>>