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

  /src/sys/arch/mac68k/mac68k/
machdep.c 2322 printf("get_mapping(): %s. False start.\n", id);
2361 get_mapping(void) function in typeref:typename:u_int
2546 printf("get_mapping(): Too many NuBus ranges.\n");
  /src/usr.sbin/sysinst/
mbr.c 1905 get_mapping(struct mbr_partition *parts, int i, function in typeref:typename:int
2486 if (get_mapping(parts, i, &c1, &h1, &s1, &a1) < 0)
2490 if (get_mapping(parts, j, &c2, &h2, &s2, &a2) < 0)
2523 if (get_mapping(parts, i, &c1, &h1, &s1, &a1) < 0)
  /src/sbin/fdisk/
fdisk.c 287 static int get_mapping(int, unsigned int *, unsigned int *, unsigned int *, unsigned long *);
1661 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1665 if (get_mapping(j, &c2, &h2, &s2, &a2) < 0)
1703 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1732 get_mapping(int i, unsigned int *cylinder, unsigned int *head, unsigned int *sector, function in typeref:typename:int

Completed in 17 milliseconds