/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_fd.pod | 5 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_ex() and BIO_write_ex() read or write the underlying descriptor. 27 file descriptor when the BIO is freed. 38 BIO_set_fd() sets the file descriptor of BIO B<b> to B<fd> and the close 41 BIO_get_fd() places the file descriptor of BIO B<b> in B<c> if it is not NULL. 42 It also returns the file descriptor. 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 …]
|
H A D | SSL_get_fd.pod | 5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - 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>.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 50 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSBundleSummaryProvider() local 53 if (!descriptor || !descriptor->IsValid()) in NSBundleSummaryProvider() 63 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSBundleSummaryProvider() 101 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSTimeZoneSummaryProvider() local 104 if (!descriptor || !descriptor->IsValid()) in NSTimeZoneSummaryProvider() 114 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSTimeZoneSummaryProvider() 150 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSNotificationSummaryProvider() local 153 if (!descriptor || !descriptor->IsValid()) in NSNotificationSummaryProvider() 163 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSNotificationSummaryProvider() 199 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSMachPortSummaryProvider() local [all …]
|
H A D | CF.cpp | 58 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in CFBagSummaryProvider() local 61 if (!descriptor.get() || !descriptor->IsValid()) in CFBagSummaryProvider() 74 if (descriptor->IsCFType()) { in CFBagSummaryProvider() 116 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in CFBitVectorSummaryProvider() local 119 if (!descriptor.get() || !descriptor->IsValid()) in CFBitVectorSummaryProvider() 132 if (descriptor->IsCFType()) { in CFBitVectorSummaryProvider() 236 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in CFBinaryHeapSummaryProvider() local 239 if (!descriptor.get() || !descriptor->IsValid()) in CFBinaryHeapSummaryProvider() 253 if (descriptor->IsCFType()) { in CFBinaryHeapSummaryProvider()
|
H A D | NSSet.cpp | 210 DD descriptor = DD(); in __NSSetMSize_Impl() local 211 process.ReadMemory(start_of_descriptor, &descriptor, sizeof(descriptor), in __NSSetMSize_Impl() 216 return descriptor._used; in __NSSetMSize_Impl() 263 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSSetSummaryProvider() local 266 if (!descriptor || !descriptor->IsValid()) in NSSetSummaryProvider() 279 ConstString class_name(descriptor->GetClassName()); in NSSetSummaryProvider() 355 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSSetSyntheticFrontEndCreator() local 358 if (!descriptor || !descriptor->IsValid()) in NSSetSyntheticFrontEndCreator() 361 ConstString class_name = descriptor->GetClassName(); in NSSetSyntheticFrontEndCreator() 502 SetItemDescriptor descriptor = {obj_at_idx, lldb::ValueObjectSP()}; in GetChildAtIndex() local [all …]
|
H A D | NSString.cpp | 47 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSStringSummaryProvider() local 50 if (!descriptor.get() || !descriptor->IsValid()) in NSStringSummaryProvider() 60 ConstString class_name_cs = descriptor->GetClassName(); in NSStringSummaryProvider() 67 descriptor->GetTaggedPointerInfo(); in NSStringSummaryProvider() 70 return NSTaggedString_SummaryProvider(valobj, descriptor, stream, in NSStringSummaryProvider() 313 ValueObject &valobj, ObjCLanguageRuntime::ClassDescriptorSP descriptor, in NSTaggedString_SummaryProvider() argument 317 if (!descriptor) in NSTaggedString_SummaryProvider() 320 if (!descriptor->GetTaggedPointerInfo(&len_bits, &data_bits, nullptr)) in NSTaggedString_SummaryProvider()
|
H A D | NSIndexPath.cpp | 77 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in Update() local 80 if (!descriptor.get() || !descriptor->IsValid()) in Update() 85 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits, &payload)) { in Update() 94 for (size_t x = 0; x < descriptor->GetNumIVars(); x++) { in Update() 95 const auto &ivar = descriptor->GetIVarAtIndex(x); in Update()
|
H A D | NSDictionary.cpp | 383 DD descriptor = DD(); in __NSDictionaryMSize_Impl() local 384 process.ReadMemory(start_of_descriptor, &descriptor, sizeof(descriptor), in __NSDictionaryMSize_Impl() 389 return descriptor._used; in __NSDictionaryMSize_Impl() 421 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSDictionarySummaryProvider() local 424 if (!descriptor || !descriptor->IsValid()) in NSDictionarySummaryProvider() 437 ConstString class_name(descriptor->GetClassName()); in NSDictionarySummaryProvider() 535 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSDictionarySyntheticFrontEndCreator() local 538 if (!descriptor || !descriptor->IsValid()) in NSDictionarySyntheticFrontEndCreator() 541 ConstString class_name(descriptor->GetClassName()); in NSDictionarySyntheticFrontEndCreator() 691 DictionaryItemDescriptor descriptor = {key_at_idx, val_at_idx, in GetChildAtIndex() local [all …]
|
/freebsd/sys/x86/include/ |
H A D | sysarch.h | 78 union descriptor *descs; 124 union descriptor; 128 int i386_get_ldt(int, union descriptor *, int); 129 int i386_set_ldt(int, union descriptor *, int); 152 union descriptor; 155 int i386_set_ldt(struct thread *, struct i386_ldt_args *, union descriptor *);
|
/freebsd/lib/libusb/ |
H A D | libusb01.c | 522 for (c = 0; c != dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 554 if (dev->descriptor.bNumConfigurations == 0) { in usb_fetch_and_parse_descriptors() 558 size = dev->descriptor.bNumConfigurations * in usb_fetch_and_parse_descriptors() 568 for (x = 0; x != dev->descriptor.bNumConfigurations; x++) { in usb_fetch_and_parse_descriptors() 744 if (i == dev->descriptor.bNumConfigurations) { in usb_set_configuration() 927 udev->descriptor.bLength = sizeof(udev->descriptor); in usb_find_devices() 928 udev->descriptor.bDescriptorType = ddesc->bDescriptorType; in usb_find_devices() 929 udev->descriptor.bcdUSB = ddesc->bcdUSB; in usb_find_devices() 930 udev->descriptor.bDeviceClass = ddesc->bDeviceClass; in usb_find_devices() 931 udev->descriptor.bDeviceSubClass = ddesc->bDeviceSubClass; in usb_find_devices() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi-master-gpio.txt | 6 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock 7 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal 10 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal 11 - trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable 12 - mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
|
H A D | fsi-master-ast-cf.txt | 10 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock 11 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal 12 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal 13 - trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable 14 - mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
|
/freebsd/sys/i386/i386/ |
H A D | sys_machdep.c | 75 union descriptor *descs); 138 union descriptor *lp; in sysarch() 206 lp = malloc(kargs.largs.num * sizeof(union descriptor), in sysarch() 209 kargs.largs.num * sizeof(union descriptor)); in sysarch() 453 new_ldt->ldt_base = pmap_trm_alloc(len * sizeof(union descriptor), in user_ldt_alloc() 460 gdt_segs[GUSERLDT_SEL].ssd_limit = len * sizeof(union descriptor) - 1; in user_ldt_alloc() 467 len * sizeof(union descriptor)); in user_ldt_alloc() 469 bcopy(ldt, new_ldt->ldt_base, sizeof(union descriptor) * NLDT); in user_ldt_alloc() 507 sizeof(union descriptor)); in user_ldt_deref() 533 data = malloc(num * sizeof(union descriptor), M_TEMP, M_WAITOK); in i386_get_ldt() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | fsl-sec2.txt | 14 descriptor pointers each channel fetch fifo can hold. 33 - fsl,descriptor-types-mask : The bitmask representing what descriptors 39 bit 1 = set if SEC supports the ipsec_esp descriptor type 43 bit 5 = set if SEC supports the srtp descriptor type 45 bit 7 = set if SEC supports the pkeu_assemble descriptor type 47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type 49 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type 64 fsl,descriptor-types-mask = <0x12b0ebf>;
|
/freebsd/contrib/ldns/drill/ |
H A D | securetrace.c | 160 const ldns_rr_descriptor *descriptor; in do_secure_trace() local 162 descriptor = ldns_rr_descript(t); in do_secure_trace() 704 if (descriptor && descriptor->_name) { in do_secure_trace() 705 printf(" %s", descriptor->_name); in do_secure_trace() 714 if (descriptor && descriptor->_name) { in do_secure_trace() 715 printf(" %s", descriptor->_name); in do_secure_trace() 726 if (descriptor && descriptor->_name) { in do_secure_trace() 727 printf("%s", descriptor->_name); in do_secure_trace() 744 if (descriptor && descriptor->_name) { in do_secure_trace() 745 printf("%s", descriptor->_name); in do_secure_trace() [all …]
|
H A D | dnssec.c | 183 const ldns_rr_descriptor *descriptor; in ldns_verify_denial() local 186 descriptor = ldns_rr_descript(type); in ldns_verify_denial() 191 if (descriptor && descriptor->_name) in ldns_verify_denial() 192 printf("%s", descriptor->_name); in ldns_verify_denial() 314 const ldns_rr_descriptor *descriptor; in ldns_nsec3_exact_match() local 320 descriptor = ldns_rr_descript(qtype); in ldns_nsec3_exact_match() 321 if (descriptor && descriptor->_name) { in ldns_nsec3_exact_match() 322 printf("%s ", descriptor->_name); in ldns_nsec3_exact_match()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | cache_bin.h | 80 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor, in cache_bin_array_descriptor_init() argument 82 ql_elm_new(descriptor, link); in cache_bin_array_descriptor_init() 83 descriptor->bins_small = bins_small; in cache_bin_array_descriptor_init() 84 descriptor->bins_large = bins_large; in cache_bin_array_descriptor_init()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 129 llvm::pdb::DbiModuleDescriptor descriptor) in CompilandIndexItem() argument 131 m_module_descriptor(std::move(descriptor)) {} in CompilandIndexItem() 141 llvm::pdb::DbiModuleDescriptor descriptor = modules.getModuleDescriptor(modi); in GetOrCreateCompiland() local 142 uint16_t stream = descriptor.getModuleStreamIndex(); in GetOrCreateCompiland() 150 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, nullptr); in GetOrCreateCompiland() 151 cci = std::make_unique<CompilandIndexItem>(PdbCompilandId{ modi }, debug_stream, std::move(descriptor)); in GetOrCreateCompiland() 155 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland() 161 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor)); in GetOrCreateCompiland()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdesgl.c | 205 pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].len = 0; in tdsaEsglInit() 207 CLEAR_ESGL_EXTEND(pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].extReserved); in tdsaEsglInit() 212 pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].sgLower = PagePhysAddrLower; in tdsaEsglInit() 213 pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].sgUpper = PagePhysAddrUpper; in tdsaEsglInit() 214 …pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].len = PageSizeInBytes; /* sizeof (agsaEsgl_t… in tdsaEsglInit() 216 SET_ESGL_EXTEND(pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].extReserved); in tdsaEsglInit() 389 PrevagEsgl->descriptor[MAX_ESGL_ENTRIES-1].sgLower = page_to_fill->physAddressLower; in tdsaGetEsglPages() 390 PrevagEsgl->descriptor[MAX_ESGL_ENTRIES-1].sgUpper = page_to_fill->physAddressUpper; in tdsaGetEsglPages() 391 PrevagEsgl->descriptor[MAX_ESGL_ENTRIES-1].len = numSgElements; in tdsaGetEsglPages() 393 SET_ESGL_EXTEND(PrevagEsgl->descriptor[MAX_ESGL_ENTRIES-1].extReserved); in tdsaGetEsglPages()
|
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
H A D | lzbe_device.c | 33 char *descriptor; in lzbe_set_boot_device() local 92 if (asprintf(&descriptor, "zfs:%s:", device) > 0) { in lzbe_set_boot_device() 93 fnvlist_add_string(nv, OS_BOOTONCE, descriptor); in lzbe_set_boot_device() 94 free(descriptor); in lzbe_set_boot_device()
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | keystone-navigator-qmss.txt | 6 processors(PDSP), linking RAM, descriptor pools and infrastructure 10 reading descriptor address to a particular memory mapped location. The PDSPs 13 descriptor RAM. Descriptor RAM is configurable as internal or external memory. 15 queue pool management (allocation, push, pop and notify) and descriptor 53 as free descriptor queues or the 72 the buffer for descriptor information. This firmware 81 entries : Size of the accumulator descriptor list 91 - descriptor-regions : child node describing the memory regions for keystone 97 <"# of descriptors" "descriptor size">. 99 descriptor in the region. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
H A D | runtime.c | 314 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/contrib/unbound/sldns/ |
H A D | rrdef.c | 659 sldns_rr_descriptor_minimum(const sldns_rr_descriptor *descriptor) in sldns_rr_descriptor_minimum() argument 661 if (descriptor) { in sldns_rr_descriptor_minimum() 662 return descriptor->_minimum; in sldns_rr_descriptor_minimum() 669 sldns_rr_descriptor_maximum(const sldns_rr_descriptor *descriptor) in sldns_rr_descriptor_maximum() argument 671 if (descriptor) { in sldns_rr_descriptor_maximum() 672 if (descriptor->_variable != LDNS_RDF_TYPE_NONE) { in sldns_rr_descriptor_maximum() 675 return descriptor->_maximum; in sldns_rr_descriptor_maximum() 683 sldns_rr_descriptor_field_type(const sldns_rr_descriptor *descriptor, in sldns_rr_descriptor_field_type() argument 686 assert(descriptor != NULL); in sldns_rr_descriptor_field_type() 687 assert(index < descriptor->_maximum in sldns_rr_descriptor_field_type() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugAranges.cpp | 55 const DWARFDebugArangeSet::Descriptor &descriptor = in extract() local 57 m_aranges.Append(RangeToDIE::Entry(descriptor.address, in extract() 58 descriptor.length, cu_offset)); in extract()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-EHABI.cpp | 89 const char* descriptor = descriptorStart; in ProcessDescriptors() local 91 getNextWord(descriptor, &descriptorWord); in ProcessDescriptors() 98 descriptor = getNextWord(descriptor, &length); in ProcessDescriptors() 99 descriptor = getNextWord(descriptor, &offset); in ProcessDescriptors() 102 descriptor = getNextNibble(descriptor, &length); in ProcessDescriptors() 103 descriptor = getNextNibble(descriptor, &offset); in ProcessDescriptors() 134 descriptor = getNextWord(descriptor, &landing_pad); in ProcessDescriptors() 163 getNextWord(descriptor, &descriptorWord); in ProcessDescriptors()
|