Home
last modified time | relevance | path

Searched refs:offending (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1971 int ip_count, clusterManagerNode ***offending, int *offending_len);
2426 int ip_count, clusterManagerNode ***offending, int *offending_len) in clusterManagerGetAntiAffinityScore() argument
2431 if (offending != NULL) { in clusterManagerGetAntiAffinityScore()
2432 *offending = zcalloc(node_len * sizeof(clusterManagerNode*)); in clusterManagerGetAntiAffinityScore()
2433 offending_p = *offending; in clusterManagerGetAntiAffinityScore()
2470 if (offending == NULL) continue; in clusterManagerGetAntiAffinityScore()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt989 AML parser will continue loading the table by skipping the offending
6873 will be caught later if the offending method is executed. ACPICA BZ 925.