Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_s_fd.pod5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
20 BIO_s_fd() returns the file descriptor BIO method. This is a wrapper
21 round the platforms file descriptor routines such as read() and write().
23 BIO_read() and BIO_write() read or write the underlying descriptor.
27 file descriptor when the BIO is freed.
37 BIO_set_fd() sets the file descriptor of BIO B<b> to B<fd> and the close
40 BIO_get_fd() places the file descriptor in B<c> if it is not NULL, it also
41 returns the file descriptor. If B<c> is not NULL it should be of type
44 BIO_new_fd() returns a file descriptor BIO using B<fd> and B<close_flag>.
49 platforms read() and write() calls on the descriptor. If the underlying
[all …]
DBIO_s_socket.pod39 Socket BIOs also support any relevant functionality of file descriptor
42 The reason for having separate file descriptor and socket BIOs is that on some
/freebsd-9-stable/sys/i386/i386/
Dsys_machdep.c88 union descriptor *descs);
104 union descriptor *lp;
163 lp = (union descriptor *)kmem_alloc(kernel_map,
164 kargs.largs.num * sizeof(union descriptor));
170 kargs.largs.num * sizeof(union descriptor));
174 kargs.largs.num * sizeof(union descriptor));
471 round_page(len * sizeof(union descriptor))); in user_ldt_alloc()
485 len * sizeof(union descriptor)); in user_ldt_alloc()
491 new_ldt->ldt_len*sizeof(union descriptor)); in user_ldt_alloc()
511 len * sizeof(union descriptor)); in user_ldt_alloc()
[all …]
/freebsd-9-stable/sys/i386/include/
Dsysarch.h60 union descriptor *descs;
83 union descriptor;
92 int i386_get_ldt(int, union descriptor *, int);
93 int i386_set_ldt(int, union descriptor *, int);
107 union descriptor;
110 int i386_set_ldt(struct thread *, struct i386_ldt_args *, union descriptor *);
Dsegments.h102 union descriptor { union
261 extern union descriptor *gdt;
262 extern union descriptor *ldt;
264 extern union descriptor gdt[];
265 extern union descriptor ldt[NLDT];
/freebsd-9-stable/lib/libusb/
Dlibusb01.c516 for (c = 0; c != dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration()
548 if (dev->descriptor.bNumConfigurations == 0) { in usb_fetch_and_parse_descriptors()
552 size = dev->descriptor.bNumConfigurations * in usb_fetch_and_parse_descriptors()
562 for (x = 0; x != dev->descriptor.bNumConfigurations; x++) { in usb_fetch_and_parse_descriptors()
738 if (i == dev->descriptor.bNumConfigurations) { in usb_set_configuration()
921 udev->descriptor.bLength = sizeof(udev->descriptor); in usb_find_devices()
922 udev->descriptor.bDescriptorType = ddesc->bDescriptorType; in usb_find_devices()
923 udev->descriptor.bcdUSB = ddesc->bcdUSB; in usb_find_devices()
924 udev->descriptor.bDeviceClass = ddesc->bDeviceClass; in usb_find_devices()
925 udev->descriptor.bDeviceSubClass = ddesc->bDeviceSubClass; in usb_find_devices()
[all …]
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_get_fd.pod5 SSL_get_fd - get file descriptor linked to an SSL object
17 SSL_get_fd() returns the file descriptor which is linked to B<ssl>.
20 write channel are different, SSL_get_fd() will return the file descriptor
36 The file descriptor linked to B<ssl>.
DSSL_set_fd.pod5 SSL_set_fd - connect the SSL object with a file descriptor
17 SSL_set_fd() sets the file descriptor B<fd> as the input/output facility
19 socket file descriptor of a network connection.
/freebsd-9-stable/contrib/compiler-rt/BlocksRuntime/
Druntime.c314 struct Block_layout *result = malloc(aBlock->descriptor->size); in _Block_copy_internal()
316 memmove(result, aBlock, aBlock->descriptor->size); // bitcopy first in _Block_copy_internal()
323 (*aBlock->descriptor->copy)(result, aBlock); // do fixup in _Block_copy_internal()
332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR); in _Block_copy_internal()
334 memmove(result, aBlock, aBlock->descriptor->size); // bitcopy first in _Block_copy_internal()
345 (*aBlock->descriptor->copy)(result, aBlock); // do fixup in _Block_copy_internal()
473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock); in _Block_release()
514 return ((struct Block_layout *)arg)->descriptor->size; in Block_size()
673 struct Block_descriptor *dp = closure->descriptor; in _Block_dump()
/freebsd-9-stable/contrib/texinfo/info/
Dfilesys.c468 int descriptor; in filesys_read_info_file() local
472 descriptor = open (pathname, O_RDONLY | O_BINARY, 0666); in filesys_read_info_file()
475 if (descriptor < 0) in filesys_read_info_file()
484 if ((read (descriptor, contents, st_size)) != st_size) in filesys_read_info_file()
487 close (descriptor); in filesys_read_info_file()
492 close (descriptor); in filesys_read_info_file()
/freebsd-9-stable/sys/i386/include/xen/
Dxenfunc.h65 void xen_update_descriptor(union descriptor *, union descriptor *);
/freebsd-9-stable/sys/amd64/include/xen/
Dxenfunc.h68 void xen_update_descriptor(union descriptor *, union descriptor *);
/freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/
Dfddist_example.txt34 it's file descriptor 23.
37 descriptor 23 actually is.
/freebsd-9-stable/contrib/file/python/
Dmagic.py139 def descriptor(self, fd): member in Magic
266 return _create_filemagic(mime_magic.descriptor(file_descriptor),
267 none_magic.descriptor(file_descriptor))
/freebsd-9-stable/bin/sh/
Dnodetypes122 fd int # file descriptor being redirected
130 fd int # file descriptor being redirected
131 dupfd int # file descriptor to duplicate
139 fd int # file descriptor being redirected
/freebsd-9-stable/contrib/libpcap/
DTODO25 should be a way for the application to get a file descriptor which it
30 the descriptor into non-blocking mode)
/freebsd-9-stable/contrib/gdb/gdb/doc/
Dstabs.texinfo201 "@var{name}:@var{symbol-descriptor} @var{type-information}"
213 The @var{symbol-descriptor} following the @samp{:} is an alphabetic
215 represents. If the @var{symbol-descriptor} is omitted, but type
218 symbol descriptor is an exception in that it is not followed by type
233 non-numeric then it is a @var{type-descriptor}, and tells what kind of
235 @var{type-descriptor} vary, depending on the @var{type-descriptor}.
236 @xref{Type Descriptors}, for a list of @var{type-descriptor} values. If
258 those from the C@t{++} type descriptor @samp{@@}. The attributes are:
567 A function is represented by an @samp{F} symbol descriptor for a global
615 Solaris compiler uses symbol descriptor @samp{P} followed by the return
[all …]
/freebsd-9-stable/share/examples/portal/
DREADME5 The portal file system provides a way of obtaining a file descriptor
8 At present the only file descriptor supported are TCP sockets and
/freebsd-9-stable/contrib/file/magic/Magdir/
Dos40010 # header in the first descriptor where there are some useful infos,
13 # descriptor space) preceded by a two byte constant.
Dos949 >6 byte&0xf0 0xF0 device descriptor
80 >0x12 byte 15 device descriptor
/freebsd-9-stable/lib/libc/i386/sys/
Di386_get_ldt.c37 i386_get_ldt(int start, union descriptor *descs, int num) in i386_get_ldt()
Di386_set_ldt.c37 i386_set_ldt(int start, union descriptor *descs, int num) in i386_set_ldt()
/freebsd-9-stable/contrib/binutils/bfd/
Dxcofflink.c426 ret->descriptor = NULL; in xcoff_link_hash_newfunc()
687 hds = h->descriptor; in xcoff_link_add_dynamic_symbols()
711 hds->descriptor = h; in xcoff_link_add_dynamic_symbols()
712 h->descriptor = hds; in xcoff_link_add_dynamic_symbols()
1870 && h->descriptor == NULL) in xcoff_link_add_symbols()
1894 hds->descriptor = h; in xcoff_link_add_symbols()
1895 h->descriptor = hds; in xcoff_link_add_symbols()
2326 && h->descriptor != NULL in xcoff_mark()
2327 && ((h->descriptor->flags & XCOFF_DEF_DYNAMIC) != 0 in xcoff_mark()
2328 || ((h->descriptor->flags & XCOFF_IMPORT) != 0 in xcoff_mark()
[all …]
/freebsd-9-stable/sys/amd64/include/
Dsysarch.h94 union descriptor;
/freebsd-9-stable/sys/boot/i386/libi386/
Damd64_tramp.S63 .long 0 # null descriptor

12345678