Lines Matching refs:ept
192 struct cfent *ept; in readmap() local
203 ept = &(ext->cf_ent); in readmap()
205 if (ept->ftype != 'i') in readmap()
213 if (strcmp(ept->path, "pkginfo") == 0) in readmap()
214 (void) sprintf(tpath, "%s/%s", pkgloc, ept->path); in readmap()
217 ept->path); in readmap()
249 if (ept->cinfo.size != BADCONT) in readmap()
250 blk = nblk(ept->cinfo.size, in readmap()
262 ept = &(extlist[i]->cf_ent); in readmap()
264 if (ept->ftype == 'i') in readmap()
278 if (is_remote_fs(ept->path, &(ext->fsys_value)) && in readmap()
279 !is_fs_writeable(ept->path, &(ext->fsys_value))) in readmap()
304 strcpy(tpath, server_map(ept->path, ext->fsys_value)); in readmap()
306 strcpy(tpath, ept->path); in readmap()
312 if (strchr("dxs", ept->ftype)) in readmap()
317 else if (ept->cinfo.size != BADCONT) in readmap()
318 blk = nblk(ept->cinfo.size, in readmap()
325 if (strchr("dxs", ept->ftype)) in readmap()
327 else if (ept->cinfo.size != BADCONT) { in readmap()
329 new_size = nblk(ept->cinfo.size, in readmap()