Searched refs:file_descriptor (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_tsyncpci.c130 int file_descriptor; member in struct:BoardObj
427 hBoard.file_descriptor = open(device, O_RDONLY | O_NDELAY, 0777);
430 if (hBoard.file_descriptor < 0)
437 if (ioctl(hBoard.file_descriptor, IOCTL_TPRO_OPEN, &hBoard) < 0)
440 close(hBoard.file_descriptor);
467 err = ioctl(hBoard.file_descriptor,
494 err1 = ioctl(hBoard.file_descriptor,
521 err2 = ioctl(hBoard.file_descriptor,
529 err3 = ioctl(hBoard.file_descriptor,
534 close(hBoard.file_descriptor);
[all...]
/netbsd-current/external/bsd/file/dist/python/
H A Dmagic.py347 file_descriptor = fobj.fileno()
349 return _create_filemagic(x.mime_magic.descriptor(file_descriptor),
350 x.none_magic.descriptor(file_descriptor))
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, argument
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream/
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, argument
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, argument
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, argument
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/netbsd-current/common/dist/zlib/contrib/iostream/
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, argument
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )

Completed in 106 milliseconds