Lines Matching refs:ept
196 struct cfent *ept; in readmap() local
207 ept = &(ext->cf_ent); in readmap()
209 if (ept->ftype != 'i') in readmap()
217 if (strcmp(ept->path, "pkginfo") == 0) in readmap()
218 (void) sprintf(tpath, "%s/%s", pkgloc, ept->path); in readmap()
221 ept->path); in readmap()
253 if (ept->cinfo.size != BADCONT) in readmap()
254 blk = nblk(ept->cinfo.size, in readmap()
266 ept = &(extlist[i]->cf_ent); in readmap()
268 if (ept->ftype == 'i') in readmap()
282 if (is_remote_fs(ept->path, &(ext->fsys_value)) && in readmap()
283 !is_fs_writeable(ept->path, &(ext->fsys_value))) in readmap()
308 strcpy(tpath, server_map(ept->path, ext->fsys_value)); in readmap()
310 strcpy(tpath, ept->path); in readmap()
316 if (strchr("dxs", ept->ftype)) in readmap()
321 else if (ept->cinfo.size != BADCONT) in readmap()
322 blk = nblk(ept->cinfo.size, in readmap()
329 if (strchr("dxs", ept->ftype)) in readmap()
331 else if (ept->cinfo.size != BADCONT) { in readmap()
333 new_size = nblk(ept->cinfo.size, in readmap()