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 2293 printf("get_mapping(): %s. False start.\n", id);
2332 get_mapping(void) function
2518 printf("get_mapping(): Too many NuBus ranges.\n");
2751 (void) get_mapping();
  /src/sbin/fdisk/
fdisk.c 290 static int get_mapping(int, unsigned int *, unsigned int *, unsigned int *, unsigned long *);
1664 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1668 if (get_mapping(j, &c2, &h2, &s2, &a2) < 0)
1706 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1735 get_mapping(int i, unsigned int *cylinder, unsigned int *head, unsigned int *sector, function
  /src/usr.sbin/sysinst/
mbr.c 1905 get_mapping(struct mbr_partition *parts, int i, function
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)

Completed in 23 milliseconds