Searched defs:map1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c446 * If a mismatch is found, if the bit is set in map1, it's considered
455 uchar_t *map1, /* map of claimed allocations */
470 j = *map1++;
454 check_maps( uchar_t *map1, uchar_t *map2, int mapsize, int startvalue, char *name, int skip, int limit) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c127 struct rdsv3_cong_map map1; local
128 map1.m_addr = addr;
129 map = avl_find(&rdsv3_cong_tree, &map1, &where);
480 rdsv3_cong_compare(const void *map1, const void *map2) argument
482 #define addr1 ((struct rdsv3_cong_map *)map1)->m_addr
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c2547 struct dk_map32 *map1; local
2572 map1 = pp1->pinfo_map;
2574 for (i = 0; i < NDKMAP; i++, map1++, map2++) {
2575 result |= (map1->dkl_cylno != map2->dkl_cylno);
2576 result |= (map1->dkl_nblk != map2->dkl_nblk);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1959 struct pmap_typ1 *map1; local
1967 map1 = (struct pmap_typ1 *)hdr;
1970 SWAP_16(map1->map1_vsn),
1971 SWAP_16(map1->map1_pn));

Completed in 89 milliseconds