Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c32 struct descriptors { struct
41 static void setup(struct descriptors *, const atf_tc_t *); argument
47 struct descriptors files; in ATF_TC_BODY()
57 struct descriptors files; in ATF_TC_BODY()
71 struct descriptors files; in ATF_TC_BODY()
84 struct descriptors files; in ATF_TC_BODY()
98 struct descriptors files; in ATF_TC_BODY()
113 struct descriptors files; in ATF_TC_BODY()
128 struct descriptors files; in ATF_TC_BODY()
157 setup(struct descriptors *dp, const atf_tc_t *tc) in setup()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dp2p.c46 noa_attr->desc[i].count = noa->descriptors[i].type_count; in ath11k_p2p_noa_ie_fill()
48 cpu_to_le32(noa->descriptors[i].duration); in ath11k_p2p_noa_ie_fill()
50 cpu_to_le32(noa->descriptors[i].interval); in ath11k_p2p_noa_ie_fill()
52 cpu_to_le32(noa->descriptors[i].start_time); in ath11k_p2p_noa_ie_fill()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dp2p.c43 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_noa_ie_fill()
44 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_noa_ie_fill()
45 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_noa_ie_fill()
46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dp2p.c45 __le32_to_cpu(noa->descriptors[i].type_count); in ath12k_p2p_noa_ie_fill()
46 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath12k_p2p_noa_ie_fill()
47 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath12k_p2p_noa_ie_fill()
48 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath12k_p2p_noa_ie_fill()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_event.c432 softs->event_config.descriptors[i].event_type = in pqisrc_report_event_config()
433 event_config_p->descriptors[i].event_type; in pqisrc_report_event_config()
492 event_config_p->descriptors[i].event_type = in pqisrc_set_event_config()
493 softs->event_config.descriptors[i].event_type; in pqisrc_set_event_config()
494 if( pqisrc_event_type_to_event_index(event_config_p->descriptors[i].event_type) != -1) in pqisrc_set_event_config()
495 event_config_p->descriptors[i].oq_id = softs->event_q.q_id; in pqisrc_set_event_config()
497 event_config_p->descriptors[i].oq_id = 0; /* Not supported this event. */ in pqisrc_set_event_config()
/freebsd/contrib/libxo/doc/
H A Dformat-strings.rst12 zero, one, or two format descriptors. The modifiers tell libxo what
13 the field is and how to treat it, while the format descriptors are
17 ("/") before each format descriptors. Text may be intermixed with
30 In the following example, three field descriptors appear. The first
/freebsd/sys/dev/sec/
H A Dsec.c375 SEC_LOCK(sc, descriptors); in sec_detach()
377 SEC_UNLOCK(sc, descriptors); in sec_detach()
381 SEC_LOCK(sc, descriptors); in sec_detach()
383 SEC_UNLOCK(sc, descriptors); in sec_detach()
549 SEC_LOCK(sc, descriptors); in sec_primary_intr()
599 SEC_UNLOCK(sc, descriptors); in sec_primary_intr()
734 SEC_LOCK_ASSERT(sc, descriptors); in sec_dma_map_desc_cb()
1016 SEC_LOCK(sc, descriptors); in sec_enqueue()
1065 SEC_UNLOCK(sc, descriptors); in sec_enqueue()
1074 SEC_LOCK_ASSERT(sc, descriptors); in sec_find_desc()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_all_async_fds.pod37 descriptors returned is stored in I<*numfds> and the file descriptors themselves
39 descriptors are returned but I<*numfds> is still populated. It is the callers
44 SSL_get_changed_async_fds() returns a list of the asynchronous file descriptors
H A DSSL_get_fd.pod18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
32 (suitable for file descriptors).
H A DRAND_add.pod67 descriptors by default, which allows such sources to operate in a
70 descriptors. Conversely, a nonzero argument enables the retention of
71 file descriptors. This function is usually called during initialization
H A DASYNC_WAIT_CTX_new.pod63 B<ASYNC_WAIT_CTX>s can have "wait" file descriptors associated with them.
65 B<ASYNC_WAIT_CTX> in the I<ctx> parameter will return the wait file descriptors
66 associated with that job in I<*fd>. The number of file descriptors returned will
69 descriptors. Calling ASYNC_WAIT_CTX_get_all_fds() with a NULL I<fd> value will
70 return no file descriptors but will still populate I<*numfds>. Therefore,
H A DSSL_get_rpoll_descriptor.pod25 On success, these functions output poll descriptors. For more information on
26 poll descriptors, see L<BIO_get_rpoll_descriptor(3)>.
H A DBIO_get_rpoll_descriptor.pod39 Poll descriptors can represent different kinds of information. A typical kind of
80 Because poll descriptors are a tagged union structure, they can represent
H A DBIO_s_socket.pod34 platforms sockets are not file descriptors and use distinct I/O routines,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp1044 std::vector<MemoryDescriptor> descriptors; in AddMemoryList_32() local
1084 descriptors.push_back(descriptor); in AddMemoryList_32()
1094 descriptors.size() * in AddMemoryList_32()
1101 static_cast<llvm::support::ulittle32_t>(descriptors.size()); in AddMemoryList_32()
1106 m_data.AppendData(descriptors.data(), in AddMemoryList_32()
1107 descriptors.size() * sizeof(MemoryDescriptor)); in AddMemoryList_32()
1147 std::vector<MemoryDescriptor_64> descriptors; in AddMemoryList_64() local
1157 descriptors.push_back(memory_desc); in AddMemoryList_64()
1182 descriptors[region_index].DataSize = 0; in AddMemoryList_64()
1186 descriptors[region_index].DataSize = bytes_read; in AddMemoryList_64()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt12 Linking RAM registers are used to link the descriptors which are stored in
67 queues looking for descriptors that have been pushed
92 navigator packet DMA descriptors. The memory for
93 descriptors will be allocated by the driver.
95 -- region-spec : specifies the number of descriptors in the
97 <"# of descriptors" "descriptor size">.
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c435 static int *descriptors; variable
638 if (descriptors == NULL) { in descriptor_add()
639 descriptors = malloc(sizeof(descriptors[0]) * ndescriptors); in descriptor_add()
641 descriptors = realloc(descriptors, in descriptor_add()
642 sizeof(descriptors[0]) * ndescriptors); in descriptor_add()
644 assert(descriptors != NULL); in descriptor_add()
645 descriptors[ndescriptors - 1] = fd; in descriptor_add()
657 return (descriptors[pos]); in descriptor_get()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.h73 desc_iterator_range descriptors() const { in descriptors() function
/freebsd/sbin/hastd/
H A Dhooks.c87 descriptors(void) in descriptors() function
374 descriptors(); in hook_execv()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dkeystone-netcp.txt137 - rx-pool: specifies the number of descriptors to be used & the region-id
139 - tx-pool: specifies the number of descriptors to be used & the region-id
141 - rx-queue-depth: number of descriptors in each of the free descriptor
145 - tx-completion-queue: the navigator queue number where the descriptors are
/freebsd/crypto/openssh/
H A DPROTOCOL.mux26 MUX_C_NEW_SESSION message and passing stdio file descriptors over the
32 example of passenger mode; the client passes the stdio file descriptors
86 descriptors (in that order) using Unix domain socket control messages.
130 The client then sends its standard input and output file descriptors
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp43 for (const auto &desc : set.descriptors()) { in extract()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-digest.pod33 /* Digest parameter descriptors */
36 /* Digest operation parameter descriptors */
173 containing descriptors of the parameters that OSSL_FUNC_digest_get_params()
178 L<OSSL_PARAM(3)> arrays as descriptors of the parameters that
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A DREADME.asn196 descriptors are defined for the basic types used by your ASN.1 module,
145 normal type descriptors. Each type descriptor is applied in turn to
166 can be reused many times, so pointer descriptors are usually defined
354 1. Define type descriptors for each alternative of the choice,
393 Counted type descriptors
397 "counted type descriptors" without defining what they are. Counted
398 type descriptors live in a separate namespace from normal type
399 descriptors, and specify a mapping between an ASN.1 type and two C
401 counted type descriptors, defined using the following macros:
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt11 1.) The coreboot table. This is a list of variable-sized descriptors

123456