Searched refs:ofp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/SETUP/config/ |
| H A D | mkmakefile.c | 70 void do_machdep(FILE *ofp); 173 FILE *ifp, *ofp; in makefile() local 189 ofp = fopen(path("Makefile"), "w"); in makefile() 190 if (ofp == 0) { in makefile() 194 fprintf(ofp, "SOURCE_DIR=%s\n", source_directory); in makefile() 196 fprintf(ofp, "export CONFIG_DEFINES ="); in makefile() 198 fprintf(ofp, " -DGPROF"); in makefile() 203 fprintf(ofp, " -D%s=\"%s\"", op->op_name, op->op_value); in makefile() 205 fprintf(ofp, " -D%s", op->op_name); in makefile() 208 fprintf(ofp, "\n"); in makefile() [all …]
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_descrip.c | 454 struct fileproc *ofp; in finishdup() local 463 if ((ofp = fdp->fd_ofiles[old]) == NULL || in finishdup() 471 error = mac_file_check_dup(cred, ofp->fp_glob, new); in finishdup() 480 fg_ref(p, ofp->fp_glob); in finishdup() 489 nfp->fp_glob = ofp->fp_glob; in finishdup() 873 struct fileproc *ofp, *nfp; in fdt_fork() local 876 ofp = fdp->fd_ofiles[i]; in fdt_fork() 879 if (ofp == NULL || in fdt_fork() 880 (ofp->fp_glob->fg_lflags & FG_CONFINED) || in fdt_fork() 881 (ofp->fp_flags & FP_CLOFORK) || in fdt_fork() [all …]
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vnops.c | 1558 struct nfs_open_file *ofp; in nfs_refresh_fh() local 1560 TAILQ_FOREACH(ofp, &np->n_opens, nof_link) { in nfs_refresh_fh() 1561 cnt += ofp->nof_opencnt; in nfs_refresh_fh()
|