Searched defs:en (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 1732 struct enum_nick *en = (struct enum_nick *) user_data; local 1738 if ((media_type != NULL) && (strcmp (media_type, en->type) == 0) && 1740 en->nums = g_slist_prepend (en->nums, GINT_TO_POINTER(media_num)); 1764 struct enum_nick en; local 1773 en.type = media_type; 1774 en.nums = NULL; 1775 hal_device_store_foreach (hald_get_gdl (), devinfo_storage_foreach_nick, &en); local 1779 for (i = en.nums; i != NULL; i = g_slist_next (i)) { 1788 g_slist_free (en [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1675 enum_attributes_process(topo_mod_t *mp, xmlNodePtr en) argument 1685 einfo->te_name = (char *)xmlGetProp(en, (xmlChar *)Name); 1703 if (xmlattr_to_int(mp, en, Version, &ui) < 0)
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 3423 duid_en_t en; local 3425 if (cid->dc_len < sizeof (en)) 3428 bcopy(cid->dc_id, &en, sizeof (en)); 3429 ennum = DHCPV6_GET_ENTNUM(&en); 3431 if (octet_to_hexascii(cid->dc_id + sizeof (en), 3432 cid->dc_len - sizeof (en), tmp_buf, &hexlen) != 0) 3582 duid_en_t en; local 3584 en.den_dutype = htons(duidtype); 3585 DHCPV6_SET_ENTNUM(&en, subtyp [all...] |
Completed in 356 milliseconds