HomeSort by: relevance | last modified time | path
    Searched defs:boot_partition (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amigappc/amigappc/
autoconf.c 55 u_long boot_partition; variable in typeref:typename:u_long
250 * If we have the boot partition offset (boot_partition), try
254 printf("Boot partition offset is %ld\n", boot_partition);
256 if (boot_partition != 0) {
295 if (pp->p_offset == boot_partition) {
autoconf.c 55 u_long boot_partition; variable in typeref:typename:u_long
250 * If we have the boot partition offset (boot_partition), try
254 printf("Boot partition offset is %ld\n", boot_partition);
256 if (boot_partition != 0) {
295 if (pp->p_offset == boot_partition) {
  /src/sys/arch/amiga/amiga/
autoconf.c 69 u_long boot_partition; variable in typeref:typename:u_long
410 * If we have the boot partition offset (boot_partition), try
414 printf("Boot partition offset is %ld\n", boot_partition);
416 if (boot_partition != 0) {
455 if (pp->p_offset == boot_partition) {
autoconf.c 69 u_long boot_partition; variable in typeref:typename:u_long
410 * If we have the boot partition offset (boot_partition), try
414 printf("Boot partition offset is %ld\n", boot_partition);
416 if (boot_partition != 0) {
455 if (pp->p_offset == boot_partition) {

Completed in 66 milliseconds