Searched refs:gsc_getentry (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_hfsc.c | 63 static struct segment *gsc_getentry(struct gen_sc *, double); 803 end = gsc_getentry(gsc, HUGE_VAL); in is_gsc_under_sc() 841 gsc_getentry(struct gen_sc *gsc, double x) in gsc_getentry() function 903 start = gsc_getentry(gsc, x); in gsc_add_seg() 904 end = gsc_getentry(gsc, x2); in gsc_add_seg() 913 end = gsc_getentry(gsc, HUGE_VAL); in gsc_add_seg()
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl_altq.c | 77 static struct segment *gsc_getentry(struct gen_sc *, double); 921 end = gsc_getentry(gsc, HUGE_VAL); in is_gsc_under_sc() 959 gsc_getentry(struct gen_sc *gsc, double x) in gsc_getentry() function 1021 start = gsc_getentry(gsc, x); in gsc_add_seg() 1022 end = gsc_getentry(gsc, x2); in gsc_add_seg() 1031 end = gsc_getentry(gsc, HUGE_VAL); in gsc_add_seg()
|