Searched refs:swap (Results 1 - 21 of 21) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkswapconf.c54 * Build a swap configuration file.
85 register struct file_list *swap; local
93 printf("Error: Multimax must specify swap generic only.\n");
96 (void) sprintf(swapname, "swap%s.c", fl->f_fn);
106 * If there aren't any swap devices
110 swap = fl->f_next;
111 if (swap == 0 || swap->f_type != SWAPSPEC) {
114 return (swap);
125 dev = swap
[all...]
H A Dparser.y861 * Add a swap device to the system's configuration
869 yyerror("\"swap\" spec precedes \"config\" specification");
873 yyerror("illegal swap partition size");
877 * Append swap description to the end of the list.
886 * If first swap device for this system,
887 * set up f_fn field to insure swap
1114 * rules on root, argument, dump, and swap devices.
1120 register struct file_list *swap;
1127 swap = fl->f_next;
1128 generic = swap
[all...]
/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c40 #include <mach-o/swap.h>
134 boolean_t swap = false; local
161 swap = true;
169 swap = true;
183 if (swap) {
188 if (swap) {
215 if (swap)
219 if (swap) {
232 if (swap) {
/darwin-on-arm/xnu/bsd/conf/
H A DMASTER.arm81 config mach_kernel swap generic # <mach>
H A DMASTER.arm6481 config mach_kernel swap generic # <mach>
H A DMASTER.i38681 config mach_kernel swap generic # <mach>
H A DMASTER.x86_6481 config mach_kernel swap generic # <mach>
/darwin-on-arm/xnu/osfmk/conf/
H A DMASTER.arm43 config mach_kernel swap generic # <mach>
H A DMASTER.arm6443 config mach_kernel swap generic # <mach>
H A DMASTER.i38643 config mach_kernel swap generic # <mach>
H A DMASTER.x86_6442 config mach_kernel swap generic # <mach>
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c42 #include <mach-o/swap.h>
287 boolean_t swap = FALSE; local
302 swap = TRUE;
324 /* Validate and potentially swap the load commands */
333 if (swap) {
346 /* Get and swap the segment header */
349 if (swap) swap_segment_command(seg_hdr, host_order);
352 /* Get and swap the section headers */
355 if (swap) swap_section(sects, seg_hdr->nsects, host_order);
387 if (swap) {
458 boolean_t swap = FALSE; local
[all...]
H A Dkxld_reloc.h57 kxld_addr_t target, kxld_addr_t pair_target, boolean_t swap);
71 boolean_t swap; member in struct:kxld_relocator
92 cpu_type_t cputype, cpu_subtype_t cpusubtype, boolean_t swap)
H A Dkxld_reloc.c120 kxld_addr_t pair_target, boolean_t swap);
133 kxld_addr_t pair_target, boolean_t swap);
148 kxld_addr_t pair_target, boolean_t swap);
190 cpu_subtype_t cpusubtype __unused, boolean_t swap)
241 relocator->swap = swap;
636 if (relocator->swap) {
658 if (relocator->swap) {
727 pair_target, relocator->swap);
791 pair_target, relocator->swap);
188 kxld_relocator_init(KXLDRelocator *relocator, u_char *file, const KXLDSymtab *symtab, const KXLDArray *sectarray, cpu_type_t cputype, cpu_subtype_t cpusubtype __unused, boolean_t swap) argument
[all...]
H A Dkxld_sect.h172 boolean_t swap)
H A Dkxld_sect.c563 boolean_t swap __unused)
587 if (swap) *entry = OSSwapInt64(*entry);
H A Dkxld_object.c45 #include <mach-o/swap.h>
424 boolean_t swap = FALSE; local
441 /* The fat header is always big endian, so swap if necessary */
444 swap = TRUE;
456 if (swap) {
H A Dkxld_kext.c47 #include <mach-o/swap.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dqsort.c104 #define swap(a, b) \ macro
136 swap(pl, pl - es);
151 swap(a, pm);
159 swap(pa, pb);
167 swap(pc, pd);
174 swap(pb, pc);
183 swap(pl, pl - es);
H A Duipc_mbuf.c6631 struct mtrace *swap; local
6647 swap = mleak_top_trace[k-1];
6649 mleak_top_trace[k] = swap;
6666 swap = mleak_top_trace[k-1];
6668 mleak_top_trace[k] = swap;
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c42 #include <mach-o/swap.h>

Completed in 141 milliseconds