| /freebsd/sys/dev/aq/ |
| H A D | aq_hw_llh_internal.h | 237 #define rdm_descddata_size_adr(descriptor) (0x00005b18 + (descriptor) * 0x20) argument 275 #define rdm_descden_adr(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 294 #define rdm_descdhdr_size_adr(descriptor) (0x00005b18 + (descriptor) * 0x20) argument 313 #define rdm_descdhdr_split_adr(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 332 #define rdm_descdhd_adr(descriptor) (0x00005b0c + (descriptor) * 0x20) argument 349 #define rdm_descdlen_adr(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 368 #define rdm_descdreset_adr(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 648 #define rx_dma_desc_base_addrlsw_adr(descriptor) \ argument 649 (0x00005b00u + (descriptor) * 0x20) 656 #define rx_dma_desc_base_addrmsw_adr(descriptor) \ argument [all …]
|
| H A D | aq_hw_llh.c | 522 uint32_t rx_desc_data_buff_size, uint32_t descriptor) in rdm_rx_desc_data_buff_size_set() argument 524 AQ_WRITE_REG_BIT(aq_hw, rdm_descddata_size_adr(descriptor), in rdm_rx_desc_data_buff_size_set() 539 uint32_t descriptor) in rdm_rx_desc_en_set() argument 541 AQ_WRITE_REG_BIT(aq_hw, rdm_descden_adr(descriptor), rdm_descden_msk, in rdm_rx_desc_en_set() 547 uint32_t rx_desc_head_buff_size, uint32_t descriptor) in rdm_rx_desc_head_buff_size_set() argument 549 AQ_WRITE_REG_BIT(aq_hw, rdm_descdhdr_size_adr(descriptor), in rdm_rx_desc_head_buff_size_set() 556 uint32_t rx_desc_head_splitting, uint32_t descriptor) in rdm_rx_desc_head_splitting_set() argument 558 AQ_WRITE_REG_BIT(aq_hw, rdm_descdhdr_split_adr(descriptor), in rdm_rx_desc_head_splitting_set() 564 rdm_rx_desc_head_ptr_get(struct aq_hw *aq_hw, uint32_t descriptor) in rdm_rx_desc_head_ptr_get() argument 566 return AQ_READ_REG_BIT(aq_hw, rdm_descdhd_adr(descriptor), in rdm_rx_desc_head_ptr_get() [all …]
|
| H A D | aq_hw_llh.h | 311 uint32_t rx_desc_data_buff_size, uint32_t descriptor); 319 uint32_t descriptor); 323 uint32_t rx_desc_head_splitting, uint32_t descriptor); 326 uint32_t rdm_rx_desc_head_ptr_get(struct aq_hw *aq_hw, uint32_t descriptor); 330 uint32_t descriptor); 346 uint32_t rx_desc_head_buff_size, uint32_t descriptor); 350 uint32_t descriptor); 372 uint32_t rx_dma_desc_base_addrlsw, uint32_t descriptor); 376 uint32_t rx_dma_desc_base_addrmsw, uint32_t descriptor); 379 uint32_t reg_rx_dma_desc_status_get(struct aq_hw *aq_hw, uint32_t descriptor); [all …]
|
| /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 | BIO_get_rpoll_descriptor.pod | 27 I<*desc> with a poll descriptor. A poll descriptor is a tagged union structure 31 BIO_get_rpoll_descriptor() outputs a descriptor which can be used to determine 33 outputs a descriptor which can be used to determine when the BIO can 37 to output the same descriptor. 40 resource which might be represented by a poll descriptor is an OS file 41 descriptor which can be used with APIs such as select(). 43 The kinds of poll descriptor defined by OpenSSL are: 49 Represents the absence of a valid poll descriptor. It may be used by 58 The poll descriptor represents an OS socket resource. The field I<value.fd> 63 for use with the Winsock API. On POSIX-like platforms, it is a file descriptor. [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 | 49 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSBundleSummaryProvider() local 52 if (!descriptor || !descriptor->IsValid()) in NSBundleSummaryProvider() 62 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSBundleSummaryProvider() 100 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSTimeZoneSummaryProvider() local 103 if (!descriptor || !descriptor->IsValid()) in NSTimeZoneSummaryProvider() 113 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSTimeZoneSummaryProvider() 149 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSNotificationSummaryProvider() local 152 if (!descriptor || !descriptor->IsValid()) in NSNotificationSummaryProvider() 162 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSNotificationSummaryProvider() 198 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 | 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 bool is_tagged = descriptor->GetTaggedPointerInfo(); in NSStringSummaryProvider() 70 return NSTaggedString_SummaryProvider(valobj, descriptor, stream, in NSStringSummaryProvider() 74 return NSIndirectTaggedString_SummaryProvider(valobj, descriptor, stream, in NSStringSummaryProvider() 318 ValueObject &valobj, ObjCLanguageRuntime::ClassDescriptorSP descriptor, in NSTaggedString_SummaryProvider() argument 322 if (!descriptor) in NSTaggedString_SummaryProvider() 325 if (!descriptor->GetTaggedPointerInfo(&len_bits, &data_bits, nullptr)) in NSTaggedString_SummaryProvider() 378 ValueObject &valobj, ObjCLanguageRuntime::ClassDescriptorSP descriptor, in NSIndirectTaggedString_SummaryProvider() argument [all …]
|
| H A D | NSSet.cpp | 204 DD descriptor = DD(); in __NSSetMSize_Impl() local 205 process.ReadMemory(start_of_descriptor, &descriptor, sizeof(descriptor), in __NSSetMSize_Impl() 210 return descriptor._used; in __NSSetMSize_Impl() 240 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSSetSummaryProvider() local 243 if (!descriptor || !descriptor->IsValid()) in NSSetSummaryProvider() 256 ConstString class_name(descriptor->GetClassName()); in NSSetSummaryProvider() 332 ObjCLanguageRuntime::ClassDescriptorSP descriptor( in NSSetSyntheticFrontEndCreator() local 335 if (!descriptor || !descriptor->IsValid()) in NSSetSyntheticFrontEndCreator() 338 ConstString class_name = descriptor->GetClassName(); in NSSetSyntheticFrontEndCreator() 480 SetItemDescriptor descriptor = {obj_at_idx, lldb::ValueObjectSP()}; in GetChildAtIndex() local [all …]
|
| /freebsd/sys/x86/include/ |
| H A D | sysarch.h | 83 union descriptor *descs; 129 union descriptor; 133 int i386_get_ldt(int, union descriptor *, int); 134 int i386_set_ldt(int, union descriptor *, int); 158 union descriptor; 161 int i386_set_ldt(struct thread *, struct i386_ldt_args *, union descriptor *);
|
| /freebsd/lib/libusb/ |
| H A D | libusb01.c | 531 for (c = 0; c != dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 563 if (dev->descriptor.bNumConfigurations == 0) { in usb_fetch_and_parse_descriptors() 567 size = dev->descriptor.bNumConfigurations * in usb_fetch_and_parse_descriptors() 577 for (x = 0; x != dev->descriptor.bNumConfigurations; x++) { in usb_fetch_and_parse_descriptors() 753 if (i == dev->descriptor.bNumConfigurations) { in usb_set_configuration() 942 udev->descriptor.bLength = sizeof(udev->descriptor); in usb_find_devices() 943 udev->descriptor.bDescriptorType = ddesc->bDescriptorType; in usb_find_devices() 944 udev->descriptor.bcdUSB = ddesc->bcdUSB; in usb_find_devices() 945 udev->descriptor.bDeviceClass = ddesc->bDeviceClass; in usb_find_devices() 946 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() 709 if (descriptor && descriptor->_name) { in do_secure_trace() 710 printf(" %s", descriptor->_name); in do_secure_trace() 719 if (descriptor && descriptor->_name) { in do_secure_trace() 720 printf(" %s", descriptor->_name); in do_secure_trace() 731 if (descriptor && descriptor->_name) { in do_secure_trace() 732 printf("%s", descriptor->_name); in do_secure_trace() 749 if (descriptor && descriptor->_name) { in do_secure_trace() 750 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/llvm-project/lldb/source/Host/common/ |
| H A D | JSONTransport.cpp | 31 ReadFull(IOObject &descriptor, size_t length, in ReadFull() argument 33 if (!descriptor.IsValid()) in ReadFull() 39 timeout_supported = descriptor.GetFdType() == IOObject::eFDTypeSocket; in ReadFull() 46 reinterpret_cast<lldb::socket_t>(descriptor.GetWaitableHandle())); in ReadFull() 59 Status status = descriptor.Read(data.data(), length); in ReadFull() 72 ReadUntil(IOObject &descriptor, StringRef delimiter, in ReadUntil() argument 78 ReadFull(descriptor, buffer.empty() ? delimiter.size() : 1, timeout); in ReadUntil()
|
| /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 … 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/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | cache_bin.h | 145 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor, 147 ql_elm_new(descriptor, link); 148 descriptor->bins = bins; 80 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t * descriptor,cache_bin_t * bins_small,cache_bin_t * bins_large) cache_bin_array_descriptor_init() argument
|
| /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 | 34 char *descriptor; in lzbe_set_boot_device() local 93 if (asprintf(&descriptor, "zfs:%s:", device) > 0) { in lzbe_set_boot_device() 94 fnvlist_add_string(nv, OS_BOOTONCE, descriptor); in lzbe_set_boot_device() 95 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()
|