Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 1494) sorted by relevance

12345678910>>...60

/external/chromium_org/components/nacl/loader/nonsfi/
Dirt_fdio.cc22 int IrtClose(int fd) { in IrtClose()
26 int IrtDup(int fd, int* newfd) { in IrtDup()
30 int IrtDup2(int fd, int newfd) { in IrtDup2()
34 int IrtRead(int fd, void* buf, size_t count, size_t* nread) { in IrtRead()
38 int IrtWrite(int fd, const void* buf, size_t count, size_t* nwrote) { in IrtWrite()
42 int IrtSeek(int fd, nacl_abi_off_t offset, int whence, in IrtSeek()
47 int IrtFstat(int fd, struct nacl_abi_stat* st) { in IrtFstat()
56 int IrtGetDents(int fd, struct nacl_abi_dirent* buf, size_t count, in IrtGetDents()
/external/mesa3d/src/gallium/targets/egl-static/
Degl_pipe.c50 pipe_i915_create_screen(int fd) in pipe_i915_create_screen()
73 pipe_nouveau_create_screen(int fd) in pipe_nouveau_create_screen()
91 pipe_r300_create_screen(int fd) in pipe_r300_create_screen()
114 pipe_r600_create_screen(int fd) in pipe_r600_create_screen()
137 pipe_radeonsi_create_screen(int fd) in pipe_radeonsi_create_screen()
160 pipe_vmwgfx_create_screen(int fd) in pipe_vmwgfx_create_screen()
183 egl_pipe_create_drm_screen(const char *name, int fd) in egl_pipe_create_drm_screen()
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Degl_pipe.c50 pipe_i915_create_screen(int fd) in pipe_i915_create_screen()
73 pipe_nouveau_create_screen(int fd) in pipe_nouveau_create_screen()
91 pipe_r300_create_screen(int fd) in pipe_r300_create_screen()
114 pipe_r600_create_screen(int fd) in pipe_r600_create_screen()
137 pipe_radeonsi_create_screen(int fd) in pipe_radeonsi_create_screen()
160 pipe_vmwgfx_create_screen(int fd) in pipe_vmwgfx_create_screen()
183 egl_pipe_create_drm_screen(const char *name, int fd) in egl_pipe_create_drm_screen()
/external/e2fsprogs/tests/progs/
Drandom_exercise.c50 int fd; in get_random_fd() local
59 unsigned int get_inode_num(int fd) in get_inode_num()
74 int fd; in create_random_file() local
101 void truncate_file(int fd) in truncate_file()
116 void unlink_file(int fd) in unlink_file()
130 void close_file(int fd) in close_file()
144 int i, fd; in main() local
/external/chromium_org/net/third_party/nss/ssl/
Dsslsock.c151 ssl_GetPrivate(PRFileDesc *fd) in ssl_GetPrivate()
176 ssl_FindSocket(PRFileDesc *fd) in ssl_FindSocket()
472 SSL_Enable(PRFileDesc *fd, int which, PRBool on) in SSL_Enable()
570 SSL_OptionSet(PRFileDesc *fd, PRInt32 which, PRBool on) in SSL_OptionSet()
819 SSL_OptionGet(PRFileDesc *fd, PRInt32 which, PRBool *pOn) in SSL_OptionGet()
1271 SSL_CipherPrefSet(PRFileDesc *fd, PRInt32 which, PRBool enabled) in SSL_CipherPrefSet()
1295 SSL_CipherOrderSet(PRFileDesc *fd, const PRUint16 *ciphers, unsigned int len) in SSL_CipherOrderSet()
1308 SSL_CipherPrefGet(PRFileDesc *fd, PRInt32 which, PRBool *enabled) in SSL_CipherPrefGet()
1360 SSL_GetChannelBinding(PRFileDesc *fd, in SSL_GetChannelBinding()
1384 ssl_ImportFD(PRFileDesc *model, PRFileDesc *fd, SSLProtocolVariant variant) in ssl_ImportFD()
[all …]
Dsslsecur.c169 ssl_SetTimeout(PRFileDesc *fd, PRIntervalTime timeout) in ssl_SetTimeout()
262 SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache) in SSL_ReHandshake()
296 SSL_IMPORT SECStatus SSL_ReHandshakeWithTimeout(PRFileDesc *fd, in SSL_ReHandshakeWithTimeout()
307 SSL_RedoHandshake(PRFileDesc *fd) in SSL_RedoHandshake()
316 SSL_HandshakeCallback(PRFileDesc *fd, SSLHandshakeCallback cb, in SSL_HandshakeCallback()
349 SSL_SetCanFalseStartCallback(PRFileDesc *fd, SSLCanFalseStartCallback cb, in SSL_SetCanFalseStartCallback()
379 SSL_RecommendedCanFalseStart(PRFileDesc *fd, PRBool *canFalseStart) in SSL_RecommendedCanFalseStart()
421 SSL_ForceHandshake(PRFileDesc *fd) in SSL_ForceHandshake()
480 SSL_IMPORT SECStatus SSL_ForceHandshakeWithTimeout(PRFileDesc *fd, in SSL_ForceHandshakeWithTimeout()
816 SSL_ConfigSecureServer(PRFileDesc *fd, CERTCertificate *cert, in SSL_ConfigSecureServer()
[all …]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_wrap_dummy.cc18 int _real_close(int fd) { in _real_close()
22 int _real_fstat(int fd, struct stat* buf) { in _real_fstat()
26 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t* nread) { in _real_getdents()
30 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek()
42 int fd, in _real_mmap()
55 int _real_open_resource(const char* file, int* fd) { in _real_open_resource()
59 int _real_read(int fd, void* buf, size_t count, size_t* nread) { in _real_read()
68 int _real_write(int fd, const void* buf, size_t count, size_t* nwrote) { in _real_write()
Dkernel_intercept.cc171 int ki_fchdir(int fd) { in ki_fchdir()
176 int ki_fchmod(int fd, mode_t mode) { in ki_fchmod()
220 ssize_t ki_read(int fd, void* buf, size_t nbyte) { in ki_read()
225 ssize_t ki_write(int fd, const void* buf, size_t nbyte) { in ki_write()
230 int ki_fstat(int fd, struct stat* buf) { in ki_fstat()
235 int ki_getdents(int fd, void* buf, unsigned int count) { in ki_getdents()
240 int ki_ftruncate(int fd, off_t length) { in ki_ftruncate()
245 int ki_fsync(int fd) { in ki_fsync()
250 int ki_fdatasync(int fd) { in ki_fdatasync()
255 int ki_isatty(int fd) { in ki_isatty()
[all …]
Dkernel_wrap_win.cc60 int _close(int fd) { in _close()
64 int _close_nolock(int fd) { in _close_nolock()
76 int _fstat32(int fd, struct _stat32* buf) { in _fstat32()
83 int _fstat64(int fd, struct _stat64* buf) { in _fstat64()
90 int _fstat32i64(int fd, struct _stat32i64* buf) { in _fstat32i64()
97 int _fstat64i32(int fd, struct _stat64i32* buf) { in _fstat64i32()
119 int _isatty(int fd) { in _isatty()
123 off_t _lseek(int fd, off_t offset, int whence) { in _lseek()
155 int _read(int fd, void* buf, size_t nbyte) { in _read()
162 int _read_nolock(int fd, void* buf, size_t nbyte) { in _read_nolock()
[all …]
Dkernel_proxy.cc103 int fd; in Init() local
239 int KernelProxy::close(int fd) { in close()
321 int fd = KernelProxy::open(path, O_RDONLY); in chmod() local
334 int KernelProxy::fchown(int fd, uid_t owner, gid_t group) { in fchown()
385 int fd = open(path, O_RDONLY); in stat() local
492 ssize_t KernelProxy::read(int fd, void* buf, size_t nbytes) { in read()
510 ssize_t KernelProxy::write(int fd, const void* buf, size_t nbytes) { in write()
528 int KernelProxy::fstat(int fd, struct stat* buf) { in fstat()
545 int KernelProxy::getdents(int fd, void* buf, unsigned int count) { in getdents()
561 int KernelProxy::fchdir(int fd) { in fchdir()
[all …]
/external/chromium_org/net/tools/epoll_server/
Depoll_server.cc63 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE { in OnEvent()
72 virtual void OnShutdown(EpollServer *eps, int fd) OVERRIDE {} in OnShutdown()
115 int fd = cb_iter->fd; in CleanupFDToCBMap() local
190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { in RegisterFD()
224 int EpollServer::GetFlags(int fd) { in GetFlags()
228 void EpollServer::SetNonblocking(int fd) { in SetNonblocking()
258 void EpollServer::RegisterFDForWrite(int fd, CB* cb) { in RegisterFDForWrite()
262 void EpollServer::RegisterFDForReadWrite(int fd, CB* cb) { in RegisterFDForReadWrite()
266 void EpollServer::RegisterFDForRead(int fd, CB* cb) { in RegisterFDForRead()
270 void EpollServer::UnregisterFD(int fd) { in UnregisterFD()
[all …]
/external/nanopb-c/examples/network_server/
Dcommon.c13 int fd = (intptr_t)stream->state; in write_callback() local
19 int fd = (intptr_t)stream->state; in read_callback() local
30 pb_ostream_t pb_ostream_from_socket(int fd) in pb_ostream_from_socket()
36 pb_istream_t pb_istream_from_socket(int fd) in pb_istream_from_socket()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc45 static bool bogusfd(int fd) { in bogusfd()
73 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
93 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { in init()
136 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation()
153 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
164 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
175 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
183 void FdClose(ThreadState *thr, uptr pc, int fd) { in FdClose()
199 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
225 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
[all …]
/external/qemu/android/
Diolooper-select.c46 iolooper_add_fd( IoLooper* iol, int fd ) in iolooper_add_fd()
54 iolooper_del_fd( IoLooper* iol, int fd ) in iolooper_del_fd()
61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify()
87 int fd; in iolooper_fd_count() local
106 iolooper_add_read( IoLooper* iol, int fd ) in iolooper_add_read()
115 iolooper_add_write( IoLooper* iol, int fd ) in iolooper_add_write()
124 iolooper_del_read( IoLooper* iol, int fd ) in iolooper_del_read()
133 iolooper_del_write( IoLooper* iol, int fd ) in iolooper_del_write()
206 iolooper_is_read( IoLooper* iol, int fd ) in iolooper_is_read()
212 iolooper_is_write( IoLooper* iol, int fd ) in iolooper_is_write()
/external/fio/
Dhelpers.c13 int fallocate(int fd, int mode, off_t offset, off_t len) in fallocate()
21 int posix_fallocate(int fd, off_t offset, off_t len) in posix_fallocate()
28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in sync_file_range()
36 int posix_fadvise(int fd, off_t offset, off_t len, int advice) in posix_fadvise()
/external/bison/lib/
Ddup2.c44 ms_windows_dup2 (int fd, int desired_fd) in ms_windows_dup2()
91 rpl_dup2 (int fd, int desired_fd) in rpl_dup2()
121 dupfd (int fd, int desired_fd) in dupfd()
138 dup2 (int fd, int desired_fd) in dup2()
Dfd-hook.c35 int fd) in execute_close_hooks()
46 execute_all_close_hooks (gl_close_fn primary, int fd) in execute_all_close_hooks()
53 int fd, int request, void *arg) in execute_ioctl_hooks()
65 int fd, int request, void *arg) in execute_all_ioctl_hooks()
Dfstat.c35 orig_fstat (int fd, struct stat *buf) in orig_fstat()
55 fstat_nothrow (int fd, struct stat *buf) in fstat_nothrow()
77 rpl_fstat (int fd, struct stat *buf) in rpl_fstat()
/external/qemu/distrib/ext4_utils/src/
Dext4fixup.c88 static void read_sb(int fd, struct ext4_super_block *sb) in read_sb()
104 static void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb) in write_sb()
123 static int get_fs_fixup_state(int fd) in get_fs_fixup_state()
154 static int set_fs_fixup_state(int fd, int state) in set_fs_fixup_state()
200 static int read_ext(int fd) in read_ext()
258 static int read_inode(int fd, unsigned int inum, struct ext4_inode *inode) in read_inode()
282 static int read_block(int fd, unsigned long long block_num, void *block) in read_block()
301 static int write_block(int fd, unsigned long long block_num, void *block) in write_block()
339 static void check_inode_bitmap(int fd, unsigned int bg_num) in check_inode_bitmap()
371 static int update_superblocks_and_bg_desc(int fd, int state) in update_superblocks_and_bg_desc()
[all …]
/external/qemu/util/
Dosdep.c62 int socket_set_cork(int fd, int v) in socket_set_cork()
71 int socket_set_nodelay(int fd) in socket_set_nodelay()
99 static int qemu_dup_flags(int fd, int flags) in qemu_dup_flags()
173 int fd, dupfd; in qemu_open() local
229 int qemu_close(int fd) in qemu_close()
261 ssize_t qemu_write_full(int fd, const void *buf, size_t count) in qemu_write_full()
337 ssize_t qemu_send_full(int fd, const void *buf, size_t count, int flags) in qemu_send_full()
370 ssize_t qemu_recv_full(int fd, void *buf, size_t count, int flags) in qemu_recv_full()
457 readv_writev(int fd, const struct iovec *iov, int iov_cnt, bool do_write) in readv_writev()
485 readv(int fd, const struct iovec *iov, int iov_cnt) in readv()
[all …]
/external/chromium_org/net/tools/quic/test_tools/
Dmock_epoll_server.h88 virtual void DelFD(int fd) const OVERRIDE {} in DelFD()
89 virtual void AddFD(int fd, int event_mask) const OVERRIDE {} in AddFD()
90 virtual void ModFD(int fd, int event_mask) const OVERRIDE {} in ModFD()
97 virtual void SetNonblocking (int fd) OVERRIDE {} in SetNonblocking()
/external/e2fsprogs/lib/ext2fs/
Dgetsectsize.c46 int fd; in ext2fs_get_device_sectsize() local
66 int ext2fs_get_dio_alignment(int fd) in ext2fs_get_dio_alignment()
94 int fd; in ext2fs_get_device_phys_sectsize() local
/external/qemu/android/base/files/
DScopedFd.h32 explicit ScopedFd(int fd) : fd_(fd) {} in ScopedFd()
42 int fd = fd_; in release() local
62 int fd = fd_; in swap() local
/external/chromium_org/ui/events/platform/x11/
Dx11_event_source_libevent.cc35 int fd = ConnectionNumber(display()); in AddEventWatcher() local
47 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE { in OnFileCanReadWithoutBlocking()
51 virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE { in OnFileCanWriteWithoutBlocking()
/external/chromium_org/chrome/browser/extensions/api/webcam_private/
Dwebcam_private_api_chromeos.cc47 void SetWebcamParameter(int fd, uint32_t control_id, int value) { in SetWebcamParameter()
52 bool GetWebcamParameter(int fd, uint32_t control_id, int* value) { in GetWebcamParameter()
79 base::ScopedFD fd = in RunSync() local
116 base::ScopedFD fd = in RunSync() local
154 base::ScopedFD fd = in RunSync() local

12345678910>>...60