Home
last modified time | relevance | path

Searched refs:close (Results 1 – 15 of 15) sorted by relevance

/sys/include/
Dhandle.h26 int (*close)(Handle *); // Close member
Dvfs.h45 int (*close)(VNode *fn); member
/sys/kern/
Dvfsuio.c83 hdl->close = VFSUIO_Close; in VFSUIO_Open()
Dhandle.c41 (handle->close)(handle); in Handle_Destroy()
Dvfs.c164 return fn->op->close(fn); in VFS_Close()
Dsyscall.c323 status = (handle->close)(handle); in Syscall_Close()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c159 close(fd); in AddFile()
403 close(diskfd); in main()
/sys/dev/
Dconsole.c209 handle->close = &Console_Close; in Console_OpenHandle()
/lib/liblwip/src/api/
Dapi_msg.c750 u8_t shut, shut_rx, shut_tx, close; local
762 close = shut == NETCONN_SHUT_RDWR;
765 if (close) {
779 if (close) {
785 if (close) {
795 if (close) {
/lib/liblwip/src/netif/ppp/
Dppp_impl.h253 void (*close) (int unit, char *reason); member
Dauth.c425 if (protp->protocol < 0xC000 && protp->close != NULL) { in link_down()
426 (*protp->close)(unit, "LCP down"); in link_down()
/lib/liblwip/src/include/lwip/
Dsockets.h367 #define close(s) lwip_close(s) macro
/sys/fs/o2fs/
Do2fs.c34 .close = O2FS_Close,
/lib/liblwip/doc/
Drawapi.txt13 model of execution is based on the blocking open-read-write-close
278 callback or the polling functionality. If the close succeeds, the
/lib/liblwip/
DCHANGELOG786 close() vs. shutdown(). Now the application does not get any more
823 * api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
921 * api_msg.h/.c, api_lib.c: Fixed bug #26672 (close connection when receive
1246 simultaneous close behaviour, and make snd_nxt have the same meaning
1394 * tcp.h, tcp.c: fixed bug #24440: TCP connection close problem on 64-bit host
1411 in state SYN_RCVD is close.
1813 close the connection.
2314 closing, both netconn_close and netconn_delete should safely close tcp
2407 directly close the recvmbox).