/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
|
/src/sys/arch/atari/stand/tostools/libtos/ |
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_ufs.cpp | 153 UfsFile::close() function in class:UfsFile
|
file_http.h | 99 BOOL close(void) { return TRUE; } function in class:HttpFile
|
file_manager.cpp | 82 _file->close(); 186 FileManager::close() function in class:FileManager 190 return _file->close();
|
/src/lib/libc/rpc/ |
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
|
/src/include/ |
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
|
/src/sys/dev/ |
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
|
midisynvar.h | 53 void (*close) (midisyn *); member in struct:midisyn_methods
|
/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...] |
/src/tests/compat/linux/ |
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
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
acwin64.h | 189 #define close _close macro
|
/src/common/dist/zlib/contrib/iostream/ |
zfstream.cpp | 14 close(); 102 gzfilebuf *gzfilebuf::close() { function in class:gzfilebuf 279 void gzfilestream_common::close() { function in class:gzfilestream_common 281 if ( !buffer.close() )
|
/src/common/dist/zlib/contrib/iostream3/ |
zfstream.cc | 32 // Sync output buffer and close only if responsible for file 36 this->close(); 105 // Close gzipped file 107 gzfilebuf::close() function in class:gzfilebuf 114 // Attempt to sync and close gzipped file 418 // Close file 420 gzifstream::close() function in class:gzifstream 422 if (!sb.close()) 473 // Close file 475 gzofstream::close() function in class:gzofstream [all...] |
/src/games/sail/ |
dr_3.c | 336 struct ship *close; local in function:checksails 345 close = closestenemy(sp, 0, 0); 346 if (close != 0) { 347 if (range(sp, close) > 9)
|
/src/sys/dev/sun/ |
kbdvar.h | 96 int (*close)(struct kbd_softc *); member in struct:kbd_ops 113 int (*cc_iclose)(struct cons_channel *); /* close underlying device */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
hw_gpio.h | 68 void (*close)( member in struct:hw_gpio_pin_funcs
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_gem.h | 78 * @close: 84 void (*close)(struct drm_gem_object *obj, struct drm_file *file); member in struct:drm_gem_object_funcs
|
/src/common/dist/zlib/contrib/iostream2/ |
zstream.h | 57 ~izstream() { close(); } 66 if (m_fp) close(); 72 if (m_fp) close(); 80 int close() { function in class:izstream 169 close(); 180 if (m_fp) close(); 190 if (m_fp) close(); 198 int close() { function in class:ozstream
|