Searched refs:stability (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h34 * Map symbolic stability levels to integers.
48 * - s indicates stability: 0 = alpha, 1 = beta, 2 = stable
50 * The same xyyyzzz triplet is never reused with different stability levels.
76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fevar.h31 /* Flags for stability. */
90 u_char stability; /* How stable is this? */ member in struct:fe_softc
H A Dif_fe_isa.c270 sc->stability |= UNSTABLE_TYPE;
309 sc->stability |= UNSTABLE_IRQ;
420 sc->stability |= UNSTABLE_TYPE | UNSTABLE_IRQ;
544 sc->stability |= UNSTABLE_TYPE;
675 sc->stability |= UNSTABLE_TYPE | UNSTABLE_MAC;
793 sc->stability |= UNSTABLE_IRQ;
H A Dif_fe.c293 sc->stability = 0;
613 stability. */
864 if (sc->stability & UNSTABLE_IRQ)
866 if (sc->stability & UNSTABLE_MAC)
868 if (sc->stability & UNSTABLE_TYPE)
H A Dif_fe_cbus.c487 sc->stability |= UNSTABLE_IRQ;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c358 static const char stability[] = "ipoxuesS"; local
361 if (a.dtat_name < sizeof (stability) &&
362 a.dtat_data < sizeof (stability) && a.dtat_class < sizeof (class)) {
363 (void) snprintf(buf, len, "[%c/%c/%c]", stability[a.dtat_name],
364 stability[a.dtat_data], class[a.dtat_class]);
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h494 u_fp stability; /* clock stability (scaled ppm) */ member in struct:info_sys
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c332 printf("offsetof(stability) = %d\n",
333 (int) offsetof(struct info_sys, stability));
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1018 (void) fprintf(fp, "stability: %s ppm\n",
1019 ufptoa(ntohl(is->stability), 3));
3027 (void)fprintf(fp, "pps stability: %s ppm\n",
3037 (void)fprintf(fp, "stability exceeded: %ld\n",
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c1096 is->stability = htonl(DTOUFP(clock_stability * 1e6));

Completed in 95 milliseconds