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

  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 187 struct partition *a_part; local in function:search_mac_label
193 a_part = &lp->d_partitions[0]; /* disklabel 'a' partition */
208 a_part->p_size = pme->pmPartBlkCnt;
209 a_part->p_offset = pme->pmPyPartStart;
210 a_part->p_fstype = fstype;
ofdev.c 187 struct partition *a_part; local in function:search_mac_label
193 a_part = &lp->d_partitions[0]; /* disklabel 'a' partition */
208 a_part->p_size = pme->pmPartBlkCnt;
209 a_part->p_offset = pme->pmPyPartStart;
210 a_part->p_fstype = fstype;
ofdev.c 187 struct partition *a_part; local in function:search_mac_label
193 a_part = &lp->d_partitions[0]; /* disklabel 'a' partition */
208 a_part->p_size = pme->pmPartBlkCnt;
209 a_part->p_offset = pme->pmPyPartStart;
210 a_part->p_fstype = fstype;
ofdev.c 187 struct partition *a_part; local in function:search_mac_label
193 a_part = &lp->d_partitions[0]; /* disklabel 'a' partition */
208 a_part->p_size = pme->pmPartBlkCnt;
209 a_part->p_offset = pme->pmPyPartStart;
210 a_part->p_fstype = fstype;

Completed in 98 milliseconds