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

/freebsd-12-stable/contrib/lua/src/
H A Dliolib.c147 #define isclosed(p) ((p)->closef == NULL)
190 p->closef = NULL; /* mark file handle as 'closed' */
203 volatile lua_CFunction cf = p->closef;
204 p->closef = NULL; /* mark stream as closed */
243 p->closef = &io_fclose;
283 p->closef = &io_pclose;
749 p->closef = &io_noclose; /* keep file opened */
760 p->closef = &io_noclose;
H A Dlauxlib.h195 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member in struct:luaL_Stream
/freebsd-12-stable/sys/sys/
H A Dfiledesc.h107 int fdl_holdcount; /* temporary hold during closef */
108 int fdl_wakeup; /* fdfree() waits on closef() */
163 int closef(struct file *fp, struct thread *td);
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh.h342 _PROTOTYPE(void closef , (int i ));
/freebsd-12-stable/sys/kern/
H A Dkern_descrip.c1209 * process leaders can be traversed in closef().
1232 error = closef(fp, td);
2293 * valid in closef().
2332 (void) closef(fp, td);
2457 (void) closef(fp, td);
2555 closef(struct file *fp, struct thread *td) function
H A Duipc_usrreq.c2436 (void) closef(fp, (struct thread *)NULL);
2458 closef(dr->ud_fp, NULL);

Completed in 134 milliseconds