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

  /src/sys/arch/atari/stand/installboot/
disklabel.c 154 if (aux >= p1->ap_st && aux <= p1->ap_end)
159 if (p1->ap_st >= p2->ap_st && p1->ap_st <= p2->ap_end)
161 if (p2->ap_st >= p1->ap_st && p2->ap_st <= p1->ap_end)
166 if (al.bslst >= p1->ap_st && al.bslst <= p1->ap_end)
236 p->ap_end = p->ap_st + part->ap_size - 1;
  /src/sys/arch/atari/include/
ahdilabel.h 66 #define ap_end ap_size /* in the in-core copy, store end instead of size */ macro
  /src/sys/arch/atari/stand/tostools/aptck/
ahdilbl.h 103 #define ap_end ap_size /* in the in-core copy, store end instead of size */ macro
  /src/sys/arch/atari/atari/
disksubr.c 340 if (aux >= p1->ap_st && aux <= p1->ap_end)
345 if (p1->ap_st >= p2->ap_st && p1->ap_st <= p2->ap_end)
347 if (p2->ap_st >= p1->ap_st && p2->ap_st <= p1->ap_end)
352 if (apt.at_bslst >= p1->ap_st && apt.at_bslst <= p1->ap_end)
464 dl->d_partitions[pno].p_size = pd->ap_end - pd->ap_st + 1;
523 p->ap_end = p->ap_st + part->ap_size - 1;
  /src/sys/arch/atari/stand/tostools/libtos/
ahdilbl.h 103 #define ap_end ap_size /* in the in-core copy, store end instead of size */ macro

Completed in 13 milliseconds