Searched refs:equal (Results 1 – 10 of 10) sorted by relevance
224 bool equal; in ip_addresses_are_equal() local228 equal = (ip1->ifbrip_addr.s_addr == ip2->ifbrip_addr.s_addr); in ip_addresses_are_equal()231 equal = IN6_ARE_ADDR_EQUAL(&ip1->ifbrip_addr6, in ip_addresses_are_equal()236 equal = false; in ip_addresses_are_equal()239 return equal; in ip_addresses_are_equal()1807 bool equal; in validate_mac_nat() local1810 equal = (bcmp(eh_p->ether_shost, &port->member_mac, in validate_mac_nat()1812 if (!equal) { in validate_mac_nat()1816 T_ASSERT_TRUE(equal, "source address match"); in validate_mac_nat()1855 bool equal; in validate_mac_nat_arp_out() local[all …]
136 * otherwise must equal args->scalarInputCount139 * otherwise must equal length of structureInput or structureInputDescriptor142 * otherwise must equal args->scalarOutputCount145 * otherwise must equal length of structureOutputMaximumSize
39 memory - initializes by allocating memory equal to half the RAM on the machine,
106 equal to the size of the elements in the zone.
57 … in "starvation avoidance mode" and opens a "starvation avoidance window" equal to `thread_quantum…227 …tric calculates the number of runnable and running threads of a higher or equal QoS that are enque…286 …clusters of various types to ensure that all threads of the workload make equal progress aka "stir…
229 is equal to `expected`.
299 * than or equal to the sync value and there are no
5836 bool equal;5839 equal = addr1->ip.s_addr == addr2->ip.s_addr;5841 equal = IN6_ARE_ADDR_EQUAL(&addr1->ip6, &addr2->ip6);5843 return equal;
261 #error PF_QNAME_SIZE must be equal to PF_TAG_NAME_SIZE
152 #define equal(a1, a2) (bcmp((caddr_t)(a1), (caddr_t)(a2), (a1)->sa_len) == 0) macro