Home
last modified time | relevance | path

Searched refs:set2 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h434 #define CPUSET_ISEQUAL(set1, set2) cpuset_cmp(&(set1), &(set2)) argument
472 #define CPUSET_OR(set1, set2) { \ argument
475 (set1).cpub[_i] |= (set2).cpub[_i]; \
478 #define CPUSET_XOR(set1, set2) { \ argument
481 (set1).cpub[_i] ^= (set2).cpub[_i]; \
484 #define CPUSET_AND(set1, set2) { \ argument
487 (set1).cpub[_i] &= (set2).cpub[_i]; \
509 #define CPUSET_ISEQUAL(set1, set2) ((set1) == (set2)) argument
510 #define CPUSET_OR(set1, set2) ((void)((set1) |= (set2))) argument
511 #define CPUSET_XOR(set1, set2) ((void)((set1) ^= (set2))) argument
[all …]
/titanic_50/usr/src/cmd/ssh/include/
H A Dg11n.h64 char *g11n_langtag_set_intersect(char *set1, char *set2);
/titanic_50/usr/src/uts/sun4v/sys/
H A Dds_impl.h233 #define DS_PORTSET_DUP(set1, set2) ((void)memcpy((set1), (set2), \ argument
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c413 g11n_langtag_set_intersect(char *set1, char *set2) in g11n_langtag_set_intersect() argument
421 list2 = xsplit(set2, ','); in g11n_langtag_set_intersect()