Searched refs:get_mapping (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dcpu.h288 u_int get_mapping(void);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c195 get_mapping(alist_t *ta, int srcid) function
378 if ((mapping = get_mapping(ed->ed_ta, ctdp->t_id)) > 0 &&
441 if (get_mapping(mcd->md_ta, ctdp->t_id) > 0)
517 get_mapping(mcd->md_ta, ed.ed_tgt->t_id));
629 if (get_mapping(iif->iif_ta,
675 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id);
704 if ((template.t_id = get_mapping(mcd->md_ta, oldid)) == 0)
963 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id);
1021 newid = get_mapping(mcd->md_ta, tdp->t_id);
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.c112 static int get_mapping(struct mbr_partition *, int, int *, int *, int *,
1783 if (get_mapping(parts, i, &c1, &h1, &s1, &a1) < 0)
1787 if (get_mapping(parts, j, &c2, &h2, &s2, &a2) < 0)
1819 if (get_mapping(parts, i, &c1, &h1, &s1, &a1) < 0)
1839 get_mapping(struct mbr_partition *parts, int i, function
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dpmap_bootstrap.c548 (void) get_mapping();
H A Dmachdep.c2317 printf("get_mapping(): %s. False start.\n", id);
2356 get_mapping(void) function
2541 printf("get_mapping(): Too many NuBus ranges.\n");
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c294 static int get_mapping(int, unsigned int *, unsigned int *, unsigned int *, unsigned long *);
1613 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1617 if (get_mapping(j, &c2, &h2, &s2, &a2) < 0)
1653 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1682 get_mapping(int i, unsigned int *cylinder, unsigned int *head, unsigned int *sector, function

Completed in 89 milliseconds