Lines Matching defs:cf_ent

239 			(ptrdiff_t)ext->cf_ent.path);
241 (ptrdiff_t)ext->cf_ent.path);
243 (ptrdiff_t)ext->cf_ent.path);
245 (ptrdiff_t)ext->cf_ent.ainfo.local);
247 (ptrdiff_t)ext->cf_ent.ainfo.local);
250 ext->cf_ent.path = pathdup(path);
253 ext->client_path = (ext->cf_ent.path + client_path_os);
254 ext->server_path = (ext->cf_ent.path + server_path_os);
255 ext->map_path = (ext->cf_ent.path + map_path_os);
259 ext->cf_ent.ainfo.local = pathdup(local);
261 ext->client_local = (ext->cf_ent.ainfo.local + client_local_os);
262 ext->server_local = (ext->cf_ent.ainfo.local + server_local_os);
264 ext->cf_ent.ainfo.local = NULL;
332 ept = &(ext->cf_ent);
408 ept = &(ext->cf_ent);
411 if (strcmp(ept->path, extlist[index-1]->cf_ent.path) > 0) {
426 ept_i = &(extlist[i]->cf_ent);
490 if (strchr("dxs", ext->cf_ent.ftype))
493 else if (ext->cf_ent.cinfo.size != BADCONT)
494 blk = nblk(ext->cf_ent.cinfo.size, block_size,
520 blks1 = nblk(ext1->cf_ent.cinfo.size, block_size, frag_size);
521 blks2 = nblk(ext2->cf_ent.cinfo.size, block_size, frag_size);
555 ept1 = &(ext1->cf_ent);
556 ept2 = &(ext2->cf_ent);
678 * Copy critical portions of cf_ent (from the package database) and el_ent
697 cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent)
709 (void) memcpy(&(tp->cf_ent), cf_ent, sizeof (struct cfent));
713 tp->cf_ent.volno = el_ent->cf_ent.volno;
714 (void) strlcpy(tp->cf_ent.pkg_class, el_ent->cf_ent.pkg_class,
715 sizeof (tp->cf_ent.pkg_class));
716 tp->cf_ent.pkg_class_idx = el_ent->cf_ent.pkg_class_idx;
717 tp->cf_ent.pinfo = cf_ent->pinfo;
725 tp->cf_ent.path = el_ent->client_path;