Searched defs:einfo (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp.c255 lldp_notify_events(int event, nvlist_t *einfo) argument
286 if (nvlist_lookup_uint32(einfo, DL_NV_LINKID, &linkid) != 0 ||
287 nvlist_lookup_uint32(einfo, DL_NV_VLINKID, &vlinkid) != 0 ||
288 nvlist_lookup_uint16(einfo, DL_NV_VID, &vid) != 0 ||
289 nvlist_lookup_boolean_value(einfo, DL_NV_ISPRIM, &isprim) != 0 ||
290 nvlist_lookup_uint8(einfo, DL_NV_OPERATION, &operation) != 0) {
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c103 bblk_einfo_t *einfo = (bblk_einfo_t *)dest; local
108 * containing our einfo structure: delay any update of it after the
126 einfo->hash_type = bblk_no_hash.type;
127 einfo->hash_size = bblk_no_hash.size;
129 einfo->hash_type = hashinfo->type;
130 einfo->hash_size = hashinfo->size;
133 (void) memcpy(einfo->magic, EINFO_MAGIC, EINFO_MAGIC_SIZE);
134 einfo->version = BBLK_EINFO_VERSION;
135 einfo->flags = 0;
136 einfo
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1677 tf_edata_t *einfo; local
1681 if ((einfo = topo_mod_zalloc(mp, sizeof (tf_edata_t))) == NULL) {
1685 einfo->te_name = (char *)xmlGetProp(en, (xmlChar *)Name);
1686 if (einfo->te_name == NULL) {
1696 if (strcmp(einfo->te_name, mp->tm_name) == 0) {
1699 einfo->te_name);
1705 einfo->te_vers = (int)ui;
1707 return (einfo);
1710 if (einfo->te_name != NULL)
1711 xmlFree(einfo
[all...]

Completed in 19 milliseconds