Lines Matching defs:el_ent
678 * Copy critical portions of cf_ent (from the package database) and el_ent
680 * that to the el_ent structure. The approach we take here is to copy over
692 * The copied entry is returned in the el_ent argument and the function
697 cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent)
712 tp->fsys_value = el_ent->fsys_value;
713 tp->cf_ent.volno = el_ent->cf_ent.volno;
714 (void) strlcpy(tp->cf_ent.pkg_class, el_ent->cf_ent.pkg_class,
716 tp->cf_ent.pkg_class_idx = el_ent->cf_ent.pkg_class_idx;
725 tp->cf_ent.path = el_ent->client_path;
726 tp->server_path = el_ent->server_path;
727 tp->client_path = el_ent->client_path;
728 tp->map_path = el_ent->map_path;
735 tp->mstat = el_ent->mstat;
738 (void) memcpy(el_ent, tp, sizeof (struct cfextra));