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

  /src/sys/arch/atari/atari/
disksubr.c 412 int i, have_root, user_part; local in function:ahdi_to_bsd
414 user_part = RAW_PART;
460 if ((pno = user_part + 1) >= MAXPARTITIONS)
462 user_part = pno;
468 dl->d_npartitions = user_part + 1;
disksubr.c 412 int i, have_root, user_part; local in function:ahdi_to_bsd
414 user_part = RAW_PART;
460 if ((pno = user_part + 1) >= MAXPARTITIONS)
462 user_part = pno;
468 dl->d_npartitions = user_part + 1;
disksubr.c 412 int i, have_root, user_part; local in function:ahdi_to_bsd
414 user_part = RAW_PART;
460 if ((pno = user_part + 1) >= MAXPARTITIONS)
462 user_part = pno;
468 dl->d_npartitions = user_part + 1;

Completed in 200 milliseconds