/src/sys/lib/libsa/ |
close.c | 1 /* $NetBSD: close.c,v 1.14 2007/12/02 04:59:25 tsutsui Exp $ */ 34 * @(#)close.c 8.1 (Berkeley) 6/11/93 67 close(int fd) function in typeref:typename:int
|
close.c | 1 /* $NetBSD: close.c,v 1.14 2007/12/02 04:59:25 tsutsui Exp $ */ 34 * @(#)close.c 8.1 (Berkeley) 6/11/93 67 close(int fd) function in typeref:typename:int
|
/src/sys/arch/atari/stand/tostools/libtos/ |
cread.h | 39 #define close cclose macro
|
cread.h | 39 #define close cclose macro
|
/src/sys/arch/hpc/stand/hpcboot/ |
file_fat.h | 50 BOOL close(void) { return CloseHandle(_handle); } function in class:FatFile
|
file_fat.h | 50 BOOL close(void) { return CloseHandle(_handle); } function in class:FatFile
|
file_ufs.cpp | 153 UfsFile::close() function in class:UfsFile
|
file_ufs.cpp | 153 UfsFile::close() function in class:UfsFile
|
/src/lib/libc/rpc/ |
svc_fdset.h | 7 # undef close 8 # define close(a) rump_sys_close(a) macro
|
svc_fdset.h | 7 # undef close 8 # define close(a) rump_sys_close(a) macro
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
randombytes.h | 25 int (*close)(void); /* optional */ member in struct:randombytes_implementation
|
randombytes.h | 25 int (*close)(void); /* optional */ member in struct:randombytes_implementation
|
/src/include/ |
rmt.h | 6 * Added routines to replace open(), close(), lseek(), ioctl(), etc. 48 #define close rmtclose macro
|
rmt.h | 6 * Added routines to replace open(), close(), lseek(), ioctl(), etc. 48 #define close rmtclose macro
|
/src/sys/dev/hdmicec/ |
hdmicec_if.h | 36 void (*close)(void *); member in struct:hdmicec_hw_if
|
hdmicec_if.h | 36 void (*close)(void *); member in struct:hdmicec_hw_if
|
/src/sys/dev/ |
radio_if.h | 43 /* close hardware */ 44 int (*close)(void *, int, int, struct proc *); member in struct:radio_hw_if
|
radio_if.h | 43 /* close hardware */ 44 int (*close)(void *, int, int, struct proc *); member in struct:radio_hw_if
|
midi_if.h | 54 * close - 68 void (*close)(void *); /* close hardware */ member in struct:midi_hw_if
|
/src/tests/net/net/ |
t_socket_afinet.c | 55 #define close rump_sys_close macro 72 close(sd); 102 close(sd); 124 close(sd); 171 rc = close(cs); 185 close(ss2); 186 close(ss); 246 rc = close(cs); 253 * This races against the delivery of FIN caused by the close() above. 266 close(ss2) [all...] |
t_socket_afinet.c | 55 #define close rump_sys_close macro 72 close(sd); 102 close(sd); 124 close(sd); 171 rc = close(cs); 185 close(ss2); 186 close(ss); 246 rc = close(cs); 253 * This races against the delivery of FIN caused by the close() above. 266 close(ss2) [all...] |
/src/tests/compat/linux/ |
h_linux.h | 45 #define close(fd) (int)syscall(LINUX_SYS_close, fd) macro
|
h_linux.h | 45 #define close(fd) (int)syscall(LINUX_SYS_close, fd) macro
|
/src/sys/dev/dtv/ |
dtvif.h | 61 void (*close)(void *); member in struct:dtv_hw_if
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
sanitizer_wrappers.cc | 135 int close(int fd) { function in typeref:typename:int
|