Searched refs:close (Results 1 – 15 of 15) sorted by relevance
| /sys/include/ |
| D | handle.h | 26 int (*close)(Handle *); // Close member
|
| D | vfs.h | 45 int (*close)(VNode *fn); member
|
| /sys/kern/ |
| D | vfsuio.c | 83 hdl->close = VFSUIO_Close; in VFSUIO_Open()
|
| D | handle.c | 41 (handle->close)(handle); in Handle_Destroy()
|
| D | vfs.c | 164 return fn->op->close(fn); in VFS_Close()
|
| D | syscall.c | 323 status = (handle->close)(handle); in Syscall_Close()
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 159 close(fd); in AddFile() 403 close(diskfd); in main()
|
| /sys/dev/ |
| D | console.c | 209 handle->close = &Console_Close; in Console_OpenHandle()
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 750 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/ |
| D | ppp_impl.h | 253 void (*close) (int unit, char *reason); member
|
| D | auth.c | 425 if (protp->protocol < 0xC000 && protp->close != NULL) { in link_down() 426 (*protp->close)(unit, "LCP down"); in link_down()
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 367 #define close(s) lwip_close(s) macro
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 34 .close = O2FS_Close,
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 13 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/ |
| D | CHANGELOG | 786 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).
|