Searched refs:rat (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/usr.sbin/rtadvd/
H A Dtimer.c112 struct rtadvd_timer *rat; local
120 rat = malloc(sizeof(*rat));
121 if (rat == NULL) {
126 memset(rat, 0, sizeof(*rat));
128 rat->rat_expire = timeout;
129 rat->rat_update = update;
130 rat->rat_expire_data = timeodata;
131 rat
141 rtadvd_remove_timer(struct rtadvd_timer *rat) argument
161 struct rtadvd_timer *rat; local
188 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat) argument
[all...]
H A Dtimer_subr.c46 rtadvd_timer_rest(struct rtadvd_timer *rat) argument
51 if (TS_CMP(&rat->rat_tm, &now, <=)) {
58 TS_SUB(&rat->rat_tm, &now, &returnval);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c230 char *lat, *rat; local
235 rat = (char *)strchr(rname, '@');
239 if (rat != NULL)
240 *rat = '\0';
243 if (ret == 0 && (lat != NULL || rat != NULL)) {
250 } else if (rat == NULL) {
267 ret = strcmp(lat + 1, rat + 1);
277 if (rat != NULL)
278 *rat = '@';
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c637 long rat; local
642 rat = bytes_out >> 8;
643 if (rat == 0) /* Don't divide by zero. */
644 rat = 0x7fffffff;
646 rat = in_count / rat;
648 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */
649 if (rat > ratio)
650 ratio = rat;
/freebsd-13-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c476 struct rtadvd_timer *rat; local
599 rat = NULL;
609 rat = (struct rtadvd_timer *)cp.cp_val;
612 if (rat == NULL)
615 ts.tv_sec = rat->rat_tm.tv_sec + ts0.tv_sec;
/freebsd-13-stable/sys/netinet/
H A Dtcp_ratelimit.c646 uint64_t rat; local
654 for(i = 3, rat = 125000; i< (ALL_HARDWARE_RATES-1); i++) {
655 rs->rs_rlt[i].rate = rat;
656 rat += 125000;

Completed in 110 milliseconds