Lines Matching refs:unified

523         int unified, r;
552 unified = cg_unified();
553 if (unified < 0)
554 return unified;
556 if (unified > 0)
568 int unified;
573 * i.e. its hierarchy mounted. In the unified hierarchy all
580 unified = cg_unified();
581 if (unified < 0)
582 return unified;
583 if (unified > 0) {
585 * the unified hierarchy. */
780 int r, unified;
798 unified = cg_unified();
799 if (unified < 0)
800 return unified;
801 if (unified)
817 int unified;
822 unified = cg_unified();
823 if (unified < 0)
824 return unified;
825 if (unified == 0) {
845 if (unified) {
894 int r, unified;
898 unified = cg_unified();
899 if (unified < 0)
900 return unified;
901 if (unified) /* doesn't apply to unified hierarchy */
947 int r, unified;
949 unified = cg_unified();
950 if (unified < 0)
951 return unified;
952 if (unified) /* Doesn't apply to unified hierarchy */
997 int unified, r;
1005 unified = cg_unified();
1006 if (unified < 0)
1007 return unified;
1009 if (unified > 0) {
1012 /* On the unified hierarchy we can check empty state
1842 int r, unified;
1853 /* If we are in the unified hierarchy, we are done now */
1854 unified = cg_unified();
1855 if (unified < 0)
1856 return unified;
1857 if (unified > 0)
1878 int r, unified;
1884 unified = cg_unified();
1885 if (unified < 0)
1886 return unified;
1887 if (unified > 0)
1928 int r = 0, unified;
1936 unified = cg_unified();
1937 if (unified < 0)
1938 return unified;
1939 if (unified > 0)
1963 int r, unified;
1969 unified = cg_unified();
1970 if (unified < 0)
1971 return unified;
1972 if (unified > 0)
1989 int r, unified;
1995 unified = cg_unified();
1996 if (unified < 0)
1997 return unified;
1998 if (unified > 0) {
2002 /* In the unified hierarchy we can read the supported
2037 * controller in the unified hierarchy, mask
2121 /* Checks if we support the unified hierarchy. Returns an
2123 * have any other trouble determining if the unified hierarchy
2149 int r, unified;
2156 unified = cg_unified();
2157 if (unified < 0)
2158 return unified;
2159 if (!unified) /* on the legacy hiearchy there's no joining of controllers defined */
2191 int r, unified;
2195 unified = cg_unified();
2196 if (unified >= 0)
2197 return unified;