Searched refs:SWAPSPEC (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkswapconf.c111 if (swap == 0 || swap->f_type != SWAPSPEC) {
129 } while (swap && swap->f_type == SWAPSPEC);
H A Dconfig.h102 #define SWAPSPEC 6 macro
H A Dparser.y851 fl->f_type = SWAPSPEC;
880 for (; *flp && (*flp)->f_type == SWAPSPEC; flp = &(*flp)->f_next)
1128 generic = swap && swap->f_type == SWAPSPEC && eq(swap->f_fn, "generic");
1138 if (swap == 0 || swap->f_type != SWAPSPEC) {
1183 for (; p && p->f_type == SWAPSPEC; p = p->f_next)
1232 for (;fl && fl->f_type == SWAPSPEC; fl = fl->f_next) {
H A Dmkmakefile.c696 if (fl->f_type != SWAPSPEC)
1123 for (fl = fl->f_next; fl != NULL && fl->f_type == SWAPSPEC; fl = fl->f_next)

Completed in 22 milliseconds