HomeSort by: relevance | last modified time | path
    Searched defs:EQUAL (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/usr.sbin/altq/libaltq/
qop_dummy.c 69 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
84 if (EQUAL(*argv, "bandwidth")) {
88 } else if (EQUAL(*argv, "tbrsize")) {
qop_fifoq.c 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
94 if (EQUAL(*argv, "bandwidth")) {
98 } else if (EQUAL(*argv, "tbrsize")) {
102 } else if (EQUAL(*argv, "qlimit")) {
106 } else if (EQUAL(*argv, "fifoq")) {
qop_blue.c 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
99 if (EQUAL(*argv, "bandwidth")) {
103 } else if (EQUAL(*argv, "tbrsize")) {
107 } else if (EQUAL(*argv, "packetsize")) {
111 } else if (EQUAL(*argv, "qlimit")) {
115 } else if (EQUAL(*argv, "maxpmark")) {
119 } else if (EQUAL(*argv, "holdtime")) {
123 } else if (EQUAL(*argv, "blue")) {
125 } else if (EQUAL(*argv, "ecn")) {
qop_wfq.c 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
96 if (EQUAL(*argv, "bandwidth")) {
100 } else if (EQUAL(*argv, "tbrsize")) {
104 } else if (EQUAL(*argv, "nqueues")) {
108 } else if (EQUAL(*argv, "qsize")) {
112 } else if (EQUAL(*argv, "hash")) {
115 if (EQUAL(*argv, "dstaddr"))
117 else if (EQUAL(*argv, "full"))
119 else if (EQUAL(*argv, "srcport"))
121 else if (EQUAL(*argv, "srcaddr")
    [all...]
qop_priq.c 86 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
102 if (EQUAL(*argv, "bandwidth")) {
106 } else if (EQUAL(*argv, "tbrsize")) {
110 } else if (EQUAL(*argv, "priq")) {
135 if (EQUAL(*argv, "priority")) {
139 } else if (EQUAL(*argv, "qlimit")) {
143 } else if (EQUAL(*argv, "default")) {
145 } else if (EQUAL(*argv, "red")) {
147 } else if (EQUAL(*argv, "ecn")) {
149 } else if (EQUAL(*argv, "rio"))
    [all...]
qop_red.c 81 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
101 if (EQUAL(*argv, "bandwidth")) {
105 } else if (EQUAL(*argv, "tbrsize")) {
109 } else if (EQUAL(*argv, "packetsize")) {
113 } else if (EQUAL(*argv, "weight")) {
117 } else if (EQUAL(*argv, "qlimit")) {
121 } else if (EQUAL(*argv, "thmin")) {
125 } else if (EQUAL(*argv, "thmax")) {
129 } else if (EQUAL(*argv, "invpmax")) {
133 } else if (EQUAL(*argv, "red"))
    [all...]
qop_rio.c 82 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
108 if (EQUAL(*argv, "bandwidth")) {
112 } else if (EQUAL(*argv, "tbrsize")) {
116 } else if (EQUAL(*argv, "packetsize")) {
120 } else if (EQUAL(*argv, "weight")) {
124 } else if (EQUAL(*argv, "qlimit")) {
128 } else if (EQUAL(*argv, "lo_thmin")) {
132 } else if (EQUAL(*argv, "lo_thmax")) {
136 } else if (EQUAL(*argv, "lo_invpmax")) {
140 } else if (EQUAL(*argv, "med_thmin"))
    [all...]
qop_jobs.c 145 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
159 if (EQUAL(*argv, "bandwidth")) {
163 } else if (EQUAL(*argv, "tbrsize")) {
167 } else if (EQUAL(*argv, "qlimit")) {
171 } else if (EQUAL(*argv, "separate")) {
174 } else if (EQUAL(*argv, "jobs")) {
208 if (EQUAL(*argv, "priority")) {
216 } else if (EQUAL(*argv, "adc")) {
224 } else if (EQUAL(*argv, "rdc")) {
232 } else if (EQUAL(*argv, "alc"))
    [all...]
quip_server.c 54 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
92 if (EQUAL(w, "GET")) {
103 if (EQUAL(w, "list")) {
105 } else if (EQUAL(w, "handle-to-name")) {
107 } else if (EQUAL(w, "qdisc")) {
109 } else if (EQUAL(w, "filter")) {
parser.c 89 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
383 if (next_word(&ocp, w) && EQUAL(w, "netmask")) {
441 if (EQUAL(w, "name")) {
446 } else if (EQUAL(w, "ruleno")) {
531 if (!EQUAL(parent_name, "null") && !EQUAL(parent_name, "NULL"))
632 if (EQUAL(w, "tos")) {
639 if (EQUAL(w, "tosmask")) {
647 } else if (EQUAL(w, "gpi")) {
654 } else if (EQUAL(w, "dontwarn")
    [all...]
qop_cbq.c 107 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
126 if (EQUAL(*argv, "bandwidth")) {
130 } else if (EQUAL(*argv, "tbrsize")) {
134 } else if (EQUAL(*argv, "efficient")) {
136 } else if (EQUAL(*argv, "cbq")) {
138 } else if (EQUAL(*argv, "cbq-wrr")) {
140 } else if (EQUAL(*argv, "cbq-prr")) {
142 } else if (EQUAL(*argv, "no-tbr")) {
144 } else if (EQUAL(*argv, "no-control")) {
186 if (EQUAL(*argv, "priority"))
    [all...]
qop_hfsc.c 100 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
116 if (EQUAL(*argv, "bandwidth")) {
120 } else if (EQUAL(*argv, "tbrsize")) {
124 } else if (EQUAL(*argv, "hfsc")) {
168 } else if (EQUAL(*argv, "ulimit")) {
174 } else if (EQUAL(*argv, "pshare")) {
186 } else if (EQUAL(*argv, "grate")) {
192 } else if (EQUAL(*argv, "bandwidth")) {
198 } else if (EQUAL(*argv, "qlimit")) {
202 } else if (EQUAL(*argv, "default"))
    [all...]
  /src/usr.bin/look/
look.c 79 #define EQUAL 0
262 case EQUAL: /* Found it. */
282 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
292 * Return LESS, GREATER, or EQUAL depending on how the string1 compares with
295 * o Matches up to len(s1) are EQUAL.
323 return (*s1 ? GREATER : EQUAL);
  /src/usr.sbin/mrouted/
defs.h 57 #define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
  /src/usr.bin/rdist/
defs.h 57 #define EQUAL 1
  /src/external/gpl3/binutils/dist/binutils/
defparse.h 83 EQUAL = 284, /* EQUAL */
120 #define EQUAL 284
  /src/external/gpl3/binutils/dist/ld/
deffilep.h 83 EQUAL = 284, /* EQUAL */
120 #define EQUAL 284
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.h 83 EQUAL = 284, /* EQUAL */
120 #define EQUAL 284
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.h 83 EQUAL = 284, /* EQUAL */
120 #define EQUAL 284
  /src/common/dist/zlib/
deflate.c 826 * The larger expansion of 13% results from a window size less than or equal to
973 * avail_in equal to zero. There won't be anything to do,
1343 * return its length. Matches shorter or equal to prev_length are discarded,
1344 * in which case the result is equal to prev_length and match_start is
1415 * always equal when the other bytes match, given that the hash keys
1416 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1451 * are always equal when the other bytes match, given that
1452 * the hash keys are equal and that HASH_BITS >= 8.
1523 * are always equal when the other bytes match, given that
1524 * the hash keys are equal and that HASH_BITS >= 8
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 1413 #define EQUAL 0
1456 case EQUAL: /* Found it. */
1469 * Return LESS, GREATER, or EQUAL depending on how the string1 compares
1472 * o Matches up to len(s1) are EQUAL.
1489 (*s2 != '\t' && *s2 != ' ') ? LESS : EQUAL);
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 162 #define EQUAL 0
163 /* result of memcmp for equal strings */
768 * avail_in equal to zero. There won't be anything to do,
1022 * return its length. Matches shorter or equal to prev_length are discarded,
1023 * in which case the result is equal to prev_length and match_start is
1100 * always equal when the other bytes match, given that the hash keys
1101 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1135 * are always equal when the other bytes match, given that
1136 * the hash keys are equal and that HASH_BITS >= 8.
1208 * are always equal when the other bytes match, given tha
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 824 * The larger expansion of 13% results from a window size less than or equal to
971 * avail_in equal to zero. There won't be anything to do,
1341 * return its length. Matches shorter or equal to prev_length are discarded,
1342 * in which case the result is equal to prev_length and match_start is
1413 * always equal when the other bytes match, given that the hash keys
1414 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1449 * are always equal when the other bytes match, given that
1450 * the hash keys are equal and that HASH_BITS >= 8.
1521 * are always equal when the other bytes match, given that
1522 * the hash keys are equal and that HASH_BITS >= 8
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 832 * avail_in equal to zero. There won't be anything to do,
1265 * return its length. Matches shorter or equal to prev_length are discarded,
1266 * in which case the result is equal to prev_length and match_start is
1343 * always equal when the other bytes match, given that the hash keys
1344 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1378 * are always equal when the other bytes match, given that
1379 * the hash keys are equal and that HASH_BITS >= 8.
1452 * are always equal when the other bytes match, given that
1453 * the hash keys are equal and that HASH_BITS >= 8.
1482 #define EQUAL
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 832 * avail_in equal to zero. There won't be anything to do,
1265 * return its length. Matches shorter or equal to prev_length are discarded,
1266 * in which case the result is equal to prev_length and match_start is
1343 * always equal when the other bytes match, given that the hash keys
1344 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1378 * are always equal when the other bytes match, given that
1379 * the hash keys are equal and that HASH_BITS >= 8.
1452 * are always equal when the other bytes match, given that
1453 * the hash keys are equal and that HASH_BITS >= 8.
1482 #define EQUAL
    [all...]

Completed in 60 milliseconds

1 2