Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/openbmc/libpldm/src/transport/
H A Dtransport.c104 static void timespec_to_timeval(const struct timespec *ts, struct timeval *tv) in timespec_to_timeval()
111 static long timeval_to_msec(const struct timeval *tv) in timeval_to_msec()
119 static bool timeval_validate_for_msec(const struct timeval *tv) in timeval_validate_for_msec()
134 static int clock_gettimeval(clockid_t clockid, struct timeval *tv) in clock_gettimeval()
161 static const struct timeval max_response_interval = { in pldm_transport_send_recv_msg()
165 struct timeval remaining; in pldm_transport_send_recv_msg()
167 struct timeval now; in pldm_transport_send_recv_msg()
168 struct timeval end; in pldm_transport_send_recv_msg()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/
H A D0001-tests-Include-missing-sys-time.h.patch7 is not included indirectly and select() and timeval structs are used
11 ../../git/tests/receive.c:64:17: error: variable has incomplete type 'struct timeval'
12 64 | struct timeval tvSelectTimeout;
14 ../../git/tests/receive.c:64:9: note: forward declaration of 'struct timeval'
15 64 | struct timeval tvSelectTimeout;
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c215 unsigned long long timeval = 0; in fsl_i2c_fixup() local
229 timeval = get_ticks(); in fsl_i2c_fixup()
231 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
245 timeval = get_ticks(); in fsl_i2c_fixup()
247 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
264 unsigned long long timeval; in __i2c_init() local
280 timeval = get_ticks(); in __i2c_init()
282 if ((get_ticks() - timeval) < timeout) in __i2c_init()
295 unsigned long long timeval = get_ticks(); in i2c_wait4bus() local
299 if ((get_ticks() - timeval) > timeout) in i2c_wait4bus()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0002-test-regress.h-Increase-default-timeval-tolerance-50.patch4 Subject: [PATCH] test/regress.h: Increase default timeval tolerance 50 ms ->
32 long timeval_msec_diff(const struct timeval *start, const struct timeval *end);
/openbmc/slpd-lite/
H A Dsock_channel.hpp42 Channel(int insockfd, timeval& inTimeout) in Channel()
113 timeval timeout;
/openbmc/obmc-console/
H A Dconsole-server.c711 static int get_current_time(struct timeval *tv) in get_current_time()
830 struct poller *poller, const struct timeval *tv) in console_poller_set_timeout()
832 struct timeval now; in console_poller_set_timeout()
843 static long get_poll_timeout(struct console *console, struct timeval *cur_time) in get_poll_timeout()
845 struct timeval *earliest; in get_poll_timeout()
846 struct timeval interval; in get_poll_timeout()
878 static int call_pollers(struct console *console, struct timeval *cur_time) in call_pollers()
961 struct timeval *tv) in run_console_per_console()
987 struct timeval tv; in run_console_iteration()
/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-swap/
H A Dtest_mips64r6_dbitswap.c39 struct timeval start, end; in main()
H A Dtest_mips64r6_bitswap.c39 struct timeval start, end; in main()
/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/
H A Dtest_mips64r6_dclo.c39 struct timeval start, end; in main()
H A Dtest_mips64r6_dclz.c39 struct timeval start, end; in main()
H A Dtest_mips64r6_clo.c39 struct timeval start, end; in main()
H A Dtest_mips64r6_clz.c39 struct timeval start, end; in main()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38469-2.patch34 #include <avahi-common/timeval.h>
43 struct timeval tv;
/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/
H A Dtest_msa_nlzc_d.c39 struct timeval start, end; in main()
H A Dtest_msa_nlzc_b.c39 struct timeval start, end; in main()
H A Dtest_msa_nloc_d.c39 struct timeval start, end; in main()
H A Dtest_msa_nloc_b.c39 struct timeval start, end; in main()
H A Dtest_msa_nlzc_w.c39 struct timeval start, end; in main()
H A Dtest_msa_pcnt_d.c39 struct timeval start, end; in main()
H A Dtest_msa_pcnt_h.c39 struct timeval start, end; in main()
H A Dtest_msa_nloc_h.c39 struct timeval start, end; in main()
H A Dtest_msa_pcnt_b.c39 struct timeval start, end; in main()
H A Dtest_msa_nlzc_h.c39 struct timeval start, end; in main()
H A Dtest_msa_pcnt_w.c39 struct timeval start, end; in main()
/openbmc/qemu/tests/tcg/mips/user/ase/msa/move/
H A Dtest_msa_move_v.c39 struct timeval start, end; in main()

12345678910>>...16