Searched refs:ofp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c76 void do_machdep(FILE *ofp);
214 FILE *ifp, *ofp; local
232 if ((ofp = fopen(path("M.d"), "w")) == NULL) {
237 fclose(ofp);
238 ofp = fopen(path("Makefile"), "w");
239 if (ofp == 0) {
243 fprintf(ofp, "SOURCE_DIR=%s\n", source_directory);
247 fprintf(ofp, "IDENT=-D%s -D%s", machinename, allCaps(ident));
249 fprintf(ofp, "IDENT=-D%s", allCaps(ident));
251 fprintf(ofp, "
785 do_machdep(FILE *ofp) argument
843 FILE *tfp, *ofp; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c2162 struct fileproc *ofp; local
2170 if ((ofp = fdp->fd_ofiles[old]) == NULL ||
2175 fg_ref(ofp);
2178 error = mac_file_check_dup(proc_ucred(p), ofp->f_fglob, new);
2180 fg_drop(ofp);
2194 fg_drop(ofp);
2202 nfp->f_fglob = ofp->f_fglob;
4215 struct fileproc *ofp, *fp; local
4364 if ((ofp = *fpp) != NULL && !(*flags & UF_RESERVED)) {
4374 fp->f_flags = ofp
[all...]

Completed in 30 milliseconds