Searched refs:ofp (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/kern/ |
| H A D | kern_descrip.c | 530 struct fileproc *ofp; in finishdup() local 538 if ((ofp = fdp->fd_ofiles[old]) == NULL || in finishdup() 545 error = mac_file_check_dup(p_cred, ofp->fp_glob, new); in finishdup() 555 fg_ref(p, ofp->fp_glob); in finishdup() 564 nfp->fp_glob = ofp->fp_glob; in finishdup() 962 struct fileproc *ofp, *nfp; in fdt_fork() local 965 ofp = fdp->fd_ofiles[i]; in fdt_fork() 968 if (ofp == NULL || in fdt_fork() 969 (ofp->fp_glob->fg_lflags & FG_CONFINED) || in fdt_fork() 970 ((ofp->fp_flags & FP_CLOFORK) && !in_exec) || in fdt_fork() [all …]
|
| H A D | kern_guarded.c | 115 guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp) in guarded_fileproc_copy_guard() argument 118 .gca_guard = ofp->fp_guard->fpg_guard, in guarded_fileproc_copy_guard() 119 .gca_attrs = ofp->fp_guard_attrs in guarded_fileproc_copy_guard()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | file_internal.h | 551 extern void guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp);
|