HomeSort by: relevance | last modified time | path
    Searched defs:gsc_getentry (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 77 static struct segment *gsc_getentry(struct gen_sc *, double);
921 end = gsc_getentry(gsc, HUGE_VAL);
959 gsc_getentry(struct gen_sc *gsc, double x) function in typeref:struct:segment *
1021 start = gsc_getentry(gsc, x);
1022 end = gsc_getentry(gsc, x2);
1031 end = gsc_getentry(gsc, HUGE_VAL);
  /src/usr.sbin/altq/libaltq/
qop_hfsc.c 63 static struct segment *gsc_getentry(struct gen_sc *, double);
803 end = gsc_getentry(gsc, HUGE_VAL);
841 gsc_getentry(struct gen_sc *gsc, double x) function in typeref:struct:segment *
903 start = gsc_getentry(gsc, x);
904 end = gsc_getentry(gsc, x2);
913 end = gsc_getentry(gsc, HUGE_VAL);

Completed in 46 milliseconds