Home
last modified time | relevance | path

Searched refs:closef (Results 1 – 13 of 13) sorted by relevance

/openbsd/bin/csh/
H A Dcsh.c158 static int closef(void *);
254 if (!(cshin = funopen((void *) &SHIN, readf, writef, seekf, closef))) in main()
256 if (!(cshout = funopen((void *) &SHOUT, readf, writef, seekf, closef))) in main()
258 if (!(csherr = funopen((void *) &SHERR, readf, writef, seekf, closef))) in main()
1278 closef(void *oreo) in closef() function
/openbsd/sys/sys/
H A Dfiledesc.h151 int closef(struct file *, struct proc *);
/openbsd/sys/dev/
H A Ddiskmap.c132 closef(fp0, p); in diskmapioctl()
/openbsd/sys/kern/
H A Dkern_descrip.c677 closef(oldfp, p); in finishdup()
750 return (closef(fp, p)); in fdrelease()
1188 (void) closef(fp, p); in fdfree()
1216 closef(struct file *fp, struct proc *p) in closef() function
H A Dtty_pty.c1102 closef(cfp, p); in ptmioctl()
1210 closef(cfp, p); in ptmioctl()
1211 closef(sfp, p); in ptmioctl()
H A Dkern_exec.c646 closef(fp, p); in sys_execve()
651 closef(fp, p); in sys_execve()
H A Dvfs_syscalls.c1159 /* closef will vn_close the file for us. */ in doopenat()
1181 /* closef will close the file for us. */ in doopenat()
1197 closef(fp, p); in doopenat()
1249 closef(fp, p); in sys___tmpfd()
1437 vp = NULL; /* closef will vn_close the file */ in sys_fhopen()
1456 closef(fp, p); in sys_fhopen()
H A Duipc_syscalls.c365 closef(fp, p); in doaccept()
519 closef(fp2, p); in sys_socketpair()
523 closef(fp1, p); in sys_socketpair()
H A Dsys_pipe.c229 closef(rf, p); in dopipe()
H A Duipc_usrreq.c1376 (void) closef(fp, NULL); in unp_gc()
/openbsd/regress/usr.bin/diff/
H A Dt9.2886 closef(fp, p);
893 closef(fp, p);
916 /* closef will vn_close the file for us. */
918 closef(fp, p);
939 /* closef will close the file for us. */
941 closef(fp, p);
1099 /* closef will vn_close the file for us. */
1101 closef(fp, p);
1114 closef(fp, p);
/openbsd/gnu/llvm/lldb/bindings/lua/
H A Dlua-typemaps.swig253 p->closef = &LLDBSwigLuaCloseFileHandle;
/openbsd/sys/nfs/
H A Dnfs_syscalls.c516 closef(fp, NULL); in nfsrv_zapsock()