Lines Matching refs:extptr
65 static struct cfextra **extptr;
337 for (n = 0; extptr && extptr[n]; n++) {
343 (extptr[n]->mstat.contchg || extptr[n]->mstat.attrchg)) ||
344 extptr[n]->mstat.preloaded) {
346 extptr[n]->cf_ent.ftype,
347 extptr[n]->client_path);
350 if (extptr[n]->cf_ent.ftype != 'i')
416 for (n = 0; extptr && extptr[n]; n++) {
418 if (extptr[n]->cf_ent.ftype == 'i')
427 if (extptr[n]->mstat.preloaded == 0 &&
429 (extptr[n]->mstat.contchg || extptr[n]->mstat.attrchg)))
432 if (write(fd_drb, extptr[n], extentry_size) == -1) {
437 if (!write_string(fd_drb, extptr[n]->cf_ent.path))
440 if (!write_string(fd_drb, extptr[n]->cf_ent.ainfo.local))
443 extptr[n]->cf_ent.pinfo = eptstat(&(extptr[n]->cf_ent),
450 pkginfo = extptr[n]->cf_ent.pinfo;
876 extptr = extlist;