HomeSort by: relevance | last modified time | path
    Searched refs:sctype (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_hfsc.h 71 u_int m1, u_int d, u_int m2, int sctype);
79 struct service_curve *sc, int sctype);
qop_hfsc.c 389 u_int m1, u_int d, u_int m2, int sctype)
405 return qop_hfsc_modify_class(clinfo, &sc, sctype);
571 struct service_curve *sc, int sctype)
591 if (sctype & HFSC_REALTIMESC) {
621 if (sctype & HFSC_LINKSHARINGSC) {
638 if (sctype & HFSC_UPPERLIMITSC) {
680 error = qop_modify_class(clinfo, (void *)((long)sctype));
685 if (sctype & HFSC_REALTIMESC) {
690 if (sctype & HFSC_LINKSHARINGSC) {
695 if (sctype & HFSC_UPPERLIMITSC)
1102 long sctype; local in function:hfsc_modify_class
    [all...]
  /src/sys/altq/
altq_hfsc.h 139 int sctype; member in struct:hfsc_modify_class
altq_hfsc.c 2106 if (ap->sctype & HFSC_REALTIMESC)
2108 if (ap->sctype & HFSC_LINKSHARINGSC)
2110 if (ap->sctype & HFSC_UPPERLIMITSC)

Completed in 32 milliseconds