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

/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c862 *pid = mappings->mappings.mappings_val[iter->next].id2.
868 *is_user = (mappings->mappings.mappings_val[iter->next].id2
1030 mapping->id2.idtype = IDMAP_UID;
1125 mapping->id2.idtype = IDMAP_GID;
1225 mapping->id2.idtype = IDMAP_POSIXID;
1317 mapping->id2.idtype = IDMAP_SID;
1408 mapping->id2.idtype = IDMAP_SID;
1637 request.id2.idtype = IDMAP_UID;
1639 request.id2.idtype = IDMAP_GID;
1641 request.id2
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dids.c968 ids_comp_pnp(const void *id1, const void *id2) { argument
970 struct pnp_id *pnp_id2 = (struct pnp_id *) id2;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c422 grub_uint32_t id1, id2; local
428 id2 = grub_le_to_cpu32 (key2->directory_id);
429 if (id1 < id2)
431 if (id1 > id2)
435 id2 = grub_le_to_cpu32 (key2->object_id);
436 if (id1 < id2)
438 if (id1 > id2)
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c181 int id1, id2, r=0, n, fd; local
195 id1 = id2 = strtol(cp,&last,10);
198 if(shgd->euserid >=id1 && shgd->euserid <= id2)
200 if(shgd->userid >=id1 && shgd->userid <= id2)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c691 int id1, id2; local
696 id2 = mii_rw(nic, i, MII_PHYSID2, MII_READ);
697 if (id2 < 0)
700 id1, id2, i));
H A Dtg3.c2414 uint32_t id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; local
2417 eeprom_phy_id |= (id2 & 0xfc00) << 16;
2418 eeprom_phy_id |= (id2 & 0x03ff) << 0;

Completed in 143 milliseconds