HomeSort by: relevance | last modified time | path
    Searched refs:swap_cnt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
qsort.c 96 int d, r, swaptype, swap_cnt; local in function:qsort
100 swap_cnt = 0;
127 swap_cnt = 1;
135 swap_cnt = 1;
144 swap_cnt = 1;
148 if (swap_cnt == 0) { /* Switch to insertion sort */
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 83 int swap_cnt; /* number of swap partitions in map */ member in struct:__anon66f6aa490208
md.c 959 map.swap_cnt = 0;
988 if (findStdType(map.in_use_cnt, in_use, SWAP_PART, &map.swap_cnt, 0))
989 findStdType(map.in_use_cnt, in_use, SWAP_PART, &map.swap_cnt, -1);
1014 map.swap_cnt += 1;
1068 errs = (!map.root_cnt) || (map.root_cnt > 1) || (!map.swap_cnt) ||
1069 (map.swap_cnt > 1);
1099 if (!map.swap_cnt) {
1103 if (map.swap_cnt > 1) {
1142 if (map.usable_cnt > (map.root_cnt+map.swap_cnt+map.usr_cnt)) {

Completed in 128 milliseconds