Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dcsh.c76 static int closef __P((void *));
186 if (!(cshin = funopen((void *) &SHIN, readf, writef, seekf, closef)))
188 if (!(cshout = funopen((void *) &SHOUT, readf, writef, seekf, closef)))
190 if (!(csherr = funopen((void *) &SHERR, readf, writef, seekf, closef)))
1241 closef(oreo) in closef() function
/original-bsd/sys/kern/
H A Dkern_descrip.c126 (void) closef(fdp->fd_ofiles[new], p);
333 return (closef(fp, p));
687 (void) closef(*fpp, p);
703 closef(fp, p) in closef() function
H A Duipc_usrreq.c750 closef(*fpp, (struct proc *)NULL); in unp_gc()
812 (void) closef(fp, (struct proc *)NULL);
H A Dkern_exec.c466 (void) closef(fdp->fd_ofiles[nc], p);
/original-bsd/sys/miscfs/portal/
H A Dportal_vfsops.c170 closef(VFSTOPORTAL(mp)->pm_server, (struct proc *) 0);
/original-bsd/sys/nfs/
H A Dnfs_syscalls.c773 closef(fp, (struct proc *)0);