Searched refs:status (Results 126 - 150 of 3538) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c639 fprintf(stderr, "\tstatus\t\t%d\n", vmexit->u.vmx.status);
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c950 char status[16]; local
995 sprintf(status, "CPU%d", pp->ki_oncpu);
997 strcpy(status, "RUN");
1001 sprintf(status, "*%.6s", pp->ki_lockname);
1007 sprintf(status, "%.6s", pp->ki_wmesg);
1015 sprintf(status, "%.6s", state_abbrev[state]);
1017 sprintf(status, "?%5d", state);
1185 status,
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c815 int status, rv, w; local
943 w = waitpid(pid, &status, 0);
948 DPRINTF("Child wait return %#x\n", status);
949 } else if (!WIFEXITED(status)) {
950 DPRINTF("Child not exited (%#x)\n", status);
951 } else if (WEXITSTATUS(status) != 0) {
952 DPRINTF("Child exited (%#x)\n", WEXITSTATUS(status));
959 w = waitpid(writepid, &status, 0);
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in625 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
627 *config.status*) \
630 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
631 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
634 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
/freebsd-11-stable/contrib/file/
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,
1737 $as_echo "$as_me: program exited with status $ac_status" >&5
2504 # Pass precious variables to config.status.
2715 # If we didn't sleep, we still need to ensure time stamps of config.status and
3032 if test -f $srcdir/config.status; then
12720 int status = $lt_dlunknown;
12724 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12727 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12735 return status;
[all...]
H A DMakefile.in100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 configure.lineno config.status.lineno
386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388 *config.status*) \
389 echo ' $(SHELL) ./config.status'; \
390 $(SHELL) ./config.status;; \
392 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
393 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
396 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397 $(SHELL) ./config.status
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
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,
1920 $as_echo "$as_me: program exited with status $ac_status" >&5
2738 # Pass precious variables to config.status.
3082 # If we didn't sleep, we still need to ensure time stamps of config.status and
3399 if test -f $srcdir/config.status; then
8084 int status;
8087 while (wait(&status) != child)
8094 || status
10011 int status;
[all...]
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c2234 ni_status status; local
2240 if ((status = ni_open(NULL, ".", &domain)) != NI_OK) return NULL;
2242 while (status = ni_pathsearch(domain, &confdir, NETINFO_CONFIG_DIR) == NI_NODIR) {
2248 if (status != NI_OK) return NULL;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c2070 printf("PARSE receiver #%d: status %06x, state %08x, time %lx.%08lx, stime %lx.%08lx, ptime %lx.%08lx\n",
2438 printf("PARSE receiver #%d: status %06x, state %08x, time(fp) %lx.%08lx, stime(fp) %lx.%08lx, ptime(fp) %lx.%08lx\n",
2598 * convert a status flag field to a string
2644 * convert a clock status flag field to a string
2652 static struct status struct
2734 msyslog(LOG_INFO, "PARSE receiver #%d: current status: %s",
3054 parse->timedata.parse_status = (unsigned short)~0; /* be sure to mark initial status change */
3502 static char outstatus[400]; /* status output buffer */
3759 * check for changes in conversion status
3760 * (only one for each new status !)
4365 BVAR_STAT status; local
[all...]
H A Drefclock_jjy.c91 /* Issues more command to get the status of the receiver */
119 /* [Change] Handling TS-JJY01/02 status of the the STUS reply. */
121 /* the flag2 when the status of the reply is UNADJUSTED. */
436 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_STATUS "# Invalid status : status=[%s]"
1076 switch ( peer->status ) {
1089 "status %d [%c] %s : offset %3.3f mSec. : jitter %3.3f mSec.",
1090 peer->status, cStatus, pStatus, peer->offset * 1000, peer->jitter * 1000 ) ;
1951 snprintf( sMsg, sizeof(sMsg)-1, "status=%s", sStatus ) ;
H A Dntp_request.c695 if (pp->status == CTL_PST_SEL_SYNCCAND)
697 if (pp->status >= CTL_PST_SEL_SYSPEER)
777 if (pp->status == CTL_PST_SEL_SYNCCAND)
779 if (pp->status >= CTL_PST_SEL_SYSPEER)
887 if (pp->status == CTL_PST_SEL_SYNCCAND)
889 if (pp->status >= CTL_PST_SEL_SYSPEER)
1037 if (pp->status == CTL_PST_SEL_SYNCCAND)
1039 if (pp->status >= CTL_PST_SEL_SYSPEER)
1052 ip->candidate = pp->status;
2459 ik->status
[all...]
H A Dntp_proto.c483 * Update the reachability status. If not heard for
3965 peer->status = peer->new_status;
3982 peer->status = peer->new_status;
H A Dntp_config.c117 { "status", NLOG_STATUS },
5243 ni_status status; local
5250 while ((status = ni_pathsearch(domain, &config_dir, NETINFO_CONFIG_DIR)) == NI_NODIR) {
5259 if (status != NI_OK) {
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimexsup.c40 int status
44 if (status & STA_NANO)
47 (void)status;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h287 u_char sstclktype; /* clock type for system status word */
311 u_int32 crypto; /* peer status word */
336 #define clear_to_zero status
342 u_char status; /* peer status */ member in struct:peer
343 u_char new_status; /* under-construction status */
/freebsd-11-stable/contrib/ntp/
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,
2143 $as_echo "$as_me: program exited with status $ac_status" >&5
2961 # Pass precious variables to config.status.
3309 # If we didn't sleep, we still need to ensure time stamps of config.status and
3626 if test -f $srcdir/config.status; then
14280 int status = $lt_dlunknown;
14284 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
14287 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
14295 return status;
[all...]
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c480 int status; local
499 status = mxge_send_cmd(sc, test_type, &cmd);
500 if (status != 0) {
509 status = mxge_send_cmd(sc, test_type, &cmd);
510 if (status != 0) {
520 status = mxge_send_cmd(sc, test_type, &cmd);
521 if (status != 0) {
529 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST)
531 test, status);
533 return status;
559 int reg, status; local
709 int status; local
920 int status; local
971 int status, i; local
1054 int status; local
1070 int status; local
1091 int status; local
1180 int status; local
1204 int slice, status; local
4447 int msix_cnt, status, max_intr_slots; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c386 int status; local
394 status = t3_load_fw(sc, (const uint8_t *)fw->data, fw->datasize);
396 if (status != 0) {
398 status);
408 return (status);
594 /* Create a periodic callout for checking adapter status */
1133 device_printf(sc->dev, "FW_ status: 0x%x, 0x%x, 0x%x, 0x%x\n",
1143 uint32_t status; local
1150 status = pci_read_config(dev, PCIR_STATUS, 2);
1151 if (!(status
2320 int status; local
[all...]
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c94 int i, rval, status; local
125 if (wait(&status) < 0)
127 else if (WIFSIGNALED(status))
129 else if (WIFEXITED(status) && WEXITSTATUS(status) != 0)
191 int fd, status, is_shlib, rv, type; local
243 if (wait(&status) < 0) {
246 } else if (WIFSIGNALED(status)) {
248 WTERMSIG(status));
250 } else if (WIFEXITED(status)
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Didentcpu.c1273 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) argument
1277 if (status != 0)
/freebsd-11-stable/sys/net/
H A Dif_lagg.c124 static int lagg_setflags(struct lagg_port *, int status);
1575 lagg_setflag(struct lagg_port *lp, int flag, int status, argument
1585 status = status ? (scifp->if_flags & flag) : 0;
1586 /* Now "status" contains the flag value or 0 */
1589 * See if recorded ports status is different from what
1591 * status in lp_ifflags so that we won't clear ports flag
1597 if (status != (lp->lp_ifflags & flag)) {
1598 error = (*func)(ifp, status);
1602 lp->lp_ifflags |= status;
1613 lagg_setflags(struct lagg_port *lp, int status) argument
[all...]
/freebsd-11-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c50 int error, status; local
65 waitres = waitpid(pid, &status, 0);
67 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 42);
74 int error, status; local
80 * process that exits with status 127.
86 waitres = waitpid(pid, &status, 0);
88 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 127);
101 int error, status; local
120 int error, status; local
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb10.c63 static int libusb10_convert_error(uint8_t status);
1040 libusb10_convert_error(uint8_t status) argument
1044 switch (status) {
1067 struct libusb_super_transfer *sxfer, int status)
1078 /* set transfer status */
1079 uxfer->status = status;
1099 uint8_t status; local
1101 status = libusb20_tr_get_status(pxfer);
1121 switch (status) {
1066 libusb10_complete_transfer(struct libusb20_transfer *pxfer, struct libusb_super_transfer *sxfer, int status) argument
1165 uint8_t status; local
1237 uint8_t status; local
[all...]
H A Dlibusb.h438 enum libusb_transfer_status status; member in struct:libusb_iso_packet_descriptor
449 enum libusb_transfer_status status; member in struct:libusb_transfer
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c414 struct psm_softc { /* Driver status information */
434 mousestatus_t status; /* accumulated mouse movement */ member in struct:psm_softc
435 ringbuf_t queue; /* mouse status queue */
784 get_mouse_status(KBDC kbdc, int *status, int flag, int len) argument
807 status[i] = read_aux_data(kbdc);
808 if (status[i] < 0)
813 (flag == 1) ? "data" : "status", status[0], status[1], status[
902 int status[3]; local
2363 tame_mouse(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *status, u_char *buf) argument
2609 mousestatus_t status; local
5278 mouse_id_proc1(KBDC kbdc, int res, int scale, int *status) argument
5316 int status[3]; local
5339 int status[3]; local
5377 int status[3]; local
5401 int status[3]; local
5425 int status[3]; local
6318 int status[3]; local
[all...]

Completed in 391 milliseconds

1234567891011>>