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

/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c831 str = mappings->mappings.mappings_val[iter->next].id1.
842 *rid = mappings->mappings.mappings_val[iter->next].id1.
871 *is_wuser = (mappings->mappings.mappings_val[iter->next].id1
1024 mapping->id1.idtype = IDMAP_SID;
1025 mapping->id1.idmap_id_u.sid.rid = rid;
1026 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) {
1119 mapping->id1.idtype = IDMAP_SID;
1120 mapping->id1.idmap_id_u.sid.rid = rid;
1121 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) {
1219 mapping->id1
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dids.c968 ids_comp_pnp(const void *id1, const void *id2) { argument
969 struct pnp_id *pnp_id1 = (struct pnp_id *) id1;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c422 grub_uint32_t id1, id2; local
427 id1 = grub_le_to_cpu32 (key1->directory_id);
429 if (id1 < id2)
431 if (id1 > id2)
434 id1 = grub_le_to_cpu32 (key1->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);
197 id1 = strtol(last+1,&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
693 id1 = mii_rw(nic, i, MII_PHYSID1, MII_READ);
694 if (id1 < 0)
700 id1, id2, i));
H A Dtg3.c2413 uint32_t id1 = nic_phy_id & NIC_SRAM_DATA_PHY_ID1_MASK; local
2416 eeprom_phy_id = (id1 >> 16) << 10;

Completed in 42 milliseconds