Home
last modified time | relevance | path

Searched refs:updown (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/ruptime/
H A Druptime.c112 interval(time_t tval, const char *updown) in interval() argument
118 (void)snprintf(resbuf, sizeof(resbuf), "%s ??:??", updown); in interval()
129 "%s %4d+%02d:%02d", updown, days, hours, minutes); in interval()
132 "%s %2d:%02d", updown, hours, minutes); in interval()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c128 char *interval(int time, char *updown);
746 interval(int time, char *updown) in interval() argument
752 (void) sprintf(resbuf, " %s ??:??", updown); in interval()
762 updown, days, hours, minutes); in interval()
765 updown, hours, minutes); in interval()
/freebsd/tests/sys/net/
H A Dif_lagg_test.sh343 atf_test_case updown cleanup
419 atf_add_test_case updown
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c452 uint16_t updown; member
1014 updt->resnum, updt->updown); in bhnd_pmu_res_init()
1017 BHND_PMU_WRITE_4(sc, BHND_PMU_RES_UPDN_TIMER, updt->updown); in bhnd_pmu_res_init()
/freebsd/sys/netinet/
H A Dsctp_structs.h65 int updown; member