Searched refs:status (Results 1 - 25 of 3538) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c375 static void readelf_usage(int status);
1194 case 1: return "NT_PRSTATUS (Process status)";
1199 case 10: return "NT_PSTATUS (Linux process status)";
7749 readelf_usage(int status) argument
7752 exit(status);
/freebsd-11-stable/contrib/apr/time/unix/
H A Dtime.c170 apr_status_t status = apr_time_exp_get(t, xt); local
171 if (status == APR_SUCCESS)
173 return status;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c1188 int status = ARCHIVE_FATAL; local
1196 status = zip_read_data_deflate(a, &uncompressed_buffer,
1204 status = zip_read_data_zipx_lzma_alone(a, &uncompressed_buffer,
1211 if (status == ARCHIVE_OK)
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c2399 reply(code, "End of status.");
2411 lreply(211, "%s FTP server status:", hostname);
2414 lreply(211, "FTP server status:");
2534 reply(211, "End of status.");
2766 * and exit with supplied status.
2769 dologout(int status)
2782 _exit(status);
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c495 if (ep->status != 0)
526 ng_hci_lp_con_cfm(con, ep->status);
529 if (ep->status != 0)
698 if (ep->status != 0)
719 ng_hci_lp_con_cfm(con, ep->status);
722 if (ep->status != 0)
881 * Do we have to send notification if ep->status != 0?
883 * ONLY if ep->status == 0.
886 if (ep->status == 0) {
927 if (ep->status
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure496 # Exit status is that of the last command.
561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1589 $as_echo "$as_me: program exited with status $ac_status" >&5
2199 # Pass precious variables to config.status.
8839 # config.status only pays attention to the cache file if you give it
8980 : "${CONFIG_STATUS=./config.status}"
9397 # Files that config.status was made for.
9429 sqlite config.status 3.35.5
9434 This config.status script is free software; the Free Software Foundation
9584 # This happens for instance with `./config.status confi
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h208 int (*status)(int,int*,int*,int); member in struct:sqlite3_api_routines
529 #define sqlite3_status sqlite3_api->status
H A Dsqlite3.c1796 ** about the status of a lock, or to break stale locks. The SQLite
3972 ** SQLite provides these two interfaces for reporting on the status
7205 ** If another thread changes the autocommit status of the database
9001 ** These interfaces return the current status of an [sqlite3_str] object.
9033 ** ^These interfaces are used to retrieve runtime status information
9037 ** are of the form [status parameters | SQLITE_STATUS_...].)^
9067 ** KEYWORDS: {status parameters}
9069 ** These integer constants designate various run-time status parameters
9130 ** New status parameters may be added from time to time.
9147 ** ^This interface is used to retrieve runtime status informatio
197836 UErrorCode status = U_ZERO_ERROR; local
197925 UErrorCode status; local
198025 UErrorCode status = U_ZERO_ERROR; local
198219 UErrorCode status = U_ZERO_ERROR; local
198328 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dconfigure507 # Exit status is that of the last command.
574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1738 $as_echo "$as_me: program exited with status $ac_status" >&5
2275 # Pass precious variables to config.status.
2489 # If we didn't sleep, we still need to ensure time stamps of config.status and
2806 if test -f $srcdir/config.status; then
12667 int status = $lt_dlunknown;
12671 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12674 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12682 return status;
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.h840 /** enum of HTTP status */
871 /** HTTP response status */
872 enum http_status status; member in struct:http2_stream
H A Dconfig_file.c806 int status; member in struct:config_collate_arg
812 if(m->status)
815 m->status = 1;
826 if(m.status) {
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.h466 /** current status */
468 /** initial status */
485 /** variable with current status */
486 status; member in struct:serviced_query
495 /** do we know edns probe status already, for UDP_EDNS queries */
503 /** the UDP or TCP query that is pending, see status which */
656 * This takes into account the pre-deleted status of it; it will be deleted
H A Doutside_network.c2318 sq->status = serviced_initial;
2402 if(sq->status == serviced_query_UDP_EDNS ||
2403 sq->status == serviced_query_UDP ||
2404 sq->status == serviced_query_UDP_EDNS_FRAG ||
2405 sq->status == serviced_query_UDP_EDNS_fallback) {
2508 if(sq->status == serviced_query_UDP_EDNS_FRAG) {
2557 if(sq->status == serviced_initial) {
2559 sq->status = serviced_query_UDP_EDNS;
2561 sq->status = serviced_query_UDP;
2564 serviced_encode(sq, buff, (sq->status
[all...]
H A Dlisten_dnsport.c2188 char status[4]; local
2204 if(snprintf(status, 4, "%d", h2_stream->status) != 3) {
2206 "invalid status");
2231 headers[0].name = (uint8_t*)":status";
2233 headers[0].value = (uint8_t*)status;
2273 /** HTTP status to descriptive string */
2311 msg = http_status_to_str(h2_stream->status);
2321 * sending out. Message body will contain descriptive string for HTTP status.
2323 * @param h2_stream: http2 stream containing HTTP status t
2330 char status[4]; local
[all...]
H A Dauthzone.c1476 int status; local
1482 status = sldns_fp2wire_rr_buf(in, rr, &rr_len, &dname_len,
1484 if(status == LDNS_WIREPARSE_ERR_INCLUDE && rr_len == 0) {
1538 if(status != 0) {
1540 state->lineno, LDNS_WIREPARSE_OFFSET(status),
1541 sldns_get_errorstr_parse(status));
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c1128 int status; local
1136 status = sldns_str2wire_dname_buf(str, nm, &nmlen);
1137 if(status != 0) {
1139 LDNS_WIREPARSE_OFFSET(status),
1140 sldns_get_errorstr_parse(status));
2049 /** do the status command */
2281 /** do the status command */
2335 /** get status of a mesh state */
2401 if(!ssl_printf(ssl, "# type cl name seconds module status\n"))
2959 } else if(cmdcmp(p, "status",
[all...]
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in491 rm -f config.status config.log config.h
/freebsd-11-stable/etc/rc.d/
H A Dipfw22 extra_commands="status"
135 status=$(sysctl -n net.inet.ip.fw.enable)
136 : ${status:=0}
138 status=$((${status} + $(sysctl -i -n net.inet6.ip6.fw.enable)))
140 if [ ${status} -eq 0 ]; then
/freebsd-11-stable/contrib/less/
H A Dmain.c403 quit(status)
404 int status;
412 if (status < 0)
413 status = save_status;
415 save_status = status;
440 exit(status);
H A Dfuncs.h5 public void quit LESSPARAMS ((int status));
H A Dfilename.c931 * the exit status tells whether the file itself
935 int status = pclose(fd);
936 if (returnfd > 1 && status == 0) {
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c53 ** 1.20.00.14 02/05/2007 Erich Chen bug fix for incorrect ccb_h.status report
650 pccb->ccb_h.status |= CAM_SCSI_STATUS_ERROR;
657 pccb->ccb_h.status |= CAM_AUTOSNS_VALID;
776 pccb->ccb_h.status |= CAM_RELEASE_SIMQ;
798 srb->pccb->ccb_h.status |= CAM_REQ_CMP;
807 srb->pccb->ccb_h.status |= CAM_DEV_NOT_THERE;
814 srb->pccb->ccb_h.status |= CAM_DEV_NOT_THERE;
828 srb->pccb->ccb_h.status |= CAM_UNCOR_PARITY;
893 srb->pccb->ccb_h.status |= CAM_CMD_TIMEOUT;
984 srb->pccb->ccb_h.status |
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c206 ipoib_dbg_data(priv, "recv completion: id %d, status: %d\n",
207 wr_id, wc->status);
217 if (unlikely(wc->status != IB_WC_SUCCESS)) {
218 if (wc->status != IB_WC_WR_FLUSH_ERR) {
220 "(status=%d, wrid=%d vend_err %x)\n",
221 wc->status, wr_id, wc->vendor_err);
337 ipoib_dbg_data(priv, "send completion: id %d, status: %d\n",
338 wr_id, wc->status);
360 if (wc->status != IB_WC_SUCCESS &&
361 wc->status !
[all...]
H A Dipoib_cm.c489 ipoib_dbg_data(priv, "cm recv completion: id %d, status: %d\n",
490 wr_id, wc->status);
514 if (unlikely(wc->status != IB_WC_SUCCESS)) {
516 "(status=%d, wrid=%d vend_err %x)\n",
517 wc->status, wr_id, wc->vendor_err);
680 ipoib_dbg_data(priv, "cm send completion: id %d, status: %d\n",
681 wr_id, wc->status);
704 if (wc->status != IB_WC_SUCCESS &&
705 wc->status != IB_WC_WR_FLUSH_ERR) {
709 "(status
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c1179 char status[SND_STATUSLEN]; local
1208 snprintf(status, sizeof(status), "at ? %s", PCM_KLDSTRING(snd_uaudio));
1230 pcm_setstatus(dev, status);

Completed in 1216 milliseconds

1234567891011>>