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

/freebsd-current/usr.sbin/rtadvd/
H A Dtimer.c109 struct rtadvd_timer *rat; local
117 rat = malloc(sizeof(*rat));
118 if (rat == NULL) {
123 memset(rat, 0, sizeof(*rat));
125 rat->rat_expire = timeout;
126 rat->rat_update = update;
127 rat->rat_expire_data = timeodata;
128 rat
138 rtadvd_remove_timer(struct rtadvd_timer *rat) argument
158 struct rtadvd_timer *rat; local
185 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat) argument
[all...]
H A Dtimer_subr.c45 rtadvd_timer_rest(struct rtadvd_timer *rat) argument
50 if (TS_CMP(&rat->rat_tm, &now, <=)) {
57 TS_SUB(&rat->rat_tm, &now, &returnval);
/freebsd-current/contrib/one-true-awk/testdir/
H A Dchem.awk277 rat = 0.75; fix = 5
279 rat = 0.85; fix = 1.5
290 rat, i, rat, j, c1, c2
293 2-rat, i, 2-rat, j, c1, c2
304 rat = 0.75
306 rat = 0.85
308 rat, i, rat,
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c276 char *lat, *rat; local
281 rat = (char *)strchr(rname, '@');
285 if (rat != NULL)
286 *rat = '\0';
289 if (ret == 0 && (lat != NULL || rat != NULL)) {
296 } else if (rat == NULL) {
313 ret = strcmp(lat + 1, rat + 1);
323 if (rat != NULL)
324 *rat = '@';
/freebsd-current/usr.bin/compress/
H A Dzopen.c632 long rat; local
637 rat = bytes_out >> 8;
638 if (rat == 0) /* Don't divide by zero. */
639 rat = 0x7fffffff;
641 rat = in_count / rat;
643 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */
644 if (rat > ratio)
645 ratio = rat;
/freebsd-current/usr.sbin/rtadvctl/
H A Drtadvctl.c474 struct rtadvd_timer *rat; local
597 rat = NULL;
607 rat = (struct rtadvd_timer *)cp.cp_val;
610 if (rat == NULL)
613 ts.tv_sec = rat->rat_tm.tv_sec + ts0.tv_sec;
/freebsd-current/sys/netinet/
H A Dtcp_ratelimit.c655 uint64_t rat; local
663 for(i = 3, rat = 125000; i< (ALL_HARDWARE_RATES-1); i++) {
664 rs->rs_rlt[i].rate = rat;
665 rat += 125000;

Completed in 134 milliseconds