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

/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_fd.c69 closef(fp);
H A Dprocfs_vfsops.c392 closef(fp);
395 closef(fp);
H A Dprocfs_vnops.c818 closef(fp);
1155 closef(fp);
1161 closef(fp);
1444 closef(fp);
1773 closef(fp);
/netbsd-current/external/mit/lua/dist/src/
H A Dliolib.c162 #define isclosed(p) ((p)->closef == NULL)
205 p->closef = NULL; /* mark file handle as 'closed' */
218 volatile lua_CFunction cf = p->closef;
219 p->closef = NULL; /* mark stream as closed */
258 p->closef = &io_fclose;
298 p->closef = &io_pclose;
801 p->closef = &io_noclose; /* keep file opened */
812 p->closef = &io_noclose;
H A Dlauxlib.h263 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member in struct:luaL_Stream
/netbsd-current/sys/sys/
H A Dfiledesc.h240 int closef(file_t *);
/netbsd-current/bin/csh/
H A Dcsh.c190 static int closef(void *);
302 closef)))
305 closef)))
308 closef)))
1352 closef(void *oreo) function
/netbsd-current/external/bsd/ekermit/dist/
H A Dkermit.h385 int (*closef)(struct k_data *,UCHAR,int); /* close-file function */ member in struct:k_data
H A Dmain.c364 k.closef = closefile; /* for closing files */
H A Dkermit.c242 k->closef(k,0,(k->state == S_DATA) ? 1 : 2); /* Close file */
491 k->closef(k,*p,1); /* Close input file*/
570 k->closef(k,*p,1); /* Close input file*/
597 k->closef(k,*p,1); /* Close input file*/
687 if (((rc = (*(k->closef))(k,*p,2)) == X_OK)) {
722 if (((rc = (*(k->closef))(k,*p,2)) == X_OK) && (rc == X_OK))
724 debug(DB_LOG,"R_DATA closef rc",0,rc);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c111 heim_db_plug_close_f_t closef; member in struct:db_plugin
223 plug->closef = plugin->closef;
254 (void) db->plug->closef(db->db_data, NULL);
H A Dheimbase.h313 heim_db_plug_close_f_t closef; member in struct:heim_db_type
/netbsd-current/sys/kern/
H A Duipc_usrreq.c1495 * added by unp_internalize() with closef().
1497 closef(fp);
1737 * XXX: closef() doesn't pay attention
1786 closef(fp);
1842 closef(fp);
1980 (void)closef(fp);
H A Dkern_descrip.c564 * To release the file (not descriptor) reference, use closef().
740 return closef(fp);
832 closef(file_t *fp) function
1591 closef(fp);
H A Duipc_domain.c620 * closef could have reduced it.
632 closef(fp);
H A Dsys_descrip.c145 closef(fp);
H A Dkern_ktrace.c1423 closef(fp);
H A Duipc_syscalls.c254 closef(fp2);
/netbsd-current/sys/dev/iscsi/
H A Discsi_ioctl.c811 closef(conn->c_sock);
908 closef(conn->c_sock);
1759 closef(conn->c_sock);
/netbsd-current/sys/nfs/
H A Dnfs_syscalls.c988 closef(fp);
/netbsd-current/share/man/man9/
H A DMakefile350 MLINKS+=file.9 closef.9 \

Completed in 323 milliseconds