Home
last modified time | relevance | path

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

123456

/freebsd-12-stable/libexec/rtld-elf/tests/
Dld_library_pathfds.c33 struct descriptors { struct
41 static void setup(struct descriptors *, const atf_tc_t *); argument
54 struct descriptors files; in ATF_TC_BODY()
64 struct descriptors files; in ATF_TC_BODY()
78 struct descriptors files; in ATF_TC_BODY()
91 struct descriptors files; in ATF_TC_BODY()
105 struct descriptors files; in ATF_TC_BODY()
120 struct descriptors files; in ATF_TC_BODY()
135 struct descriptors files; in ATF_TC_BODY()
164 setup(struct descriptors *dp, const atf_tc_t *tc) in setup()
/freebsd-12-stable/sys/fs/nandfs/
Dnandfs_alloc.c94 struct nandfs_block_group_desc *descriptors; in nandfs_find_free_entry() local
127 descriptors = (struct nandfs_block_group_desc *) bp->b_data; in nandfs_find_free_entry()
130 if (descriptors[group].bg_nfrees > 0) { in nandfs_find_free_entry()
246 struct nandfs_block_group_desc *descriptors; in nandfs_free_entry() local
259 descriptors = (struct nandfs_block_group_desc *) req->bp_desc->b_data; in nandfs_free_entry()
260 descriptors[group].bg_nfrees++; in nandfs_free_entry()
285 struct nandfs_block_group_desc *descriptors; in nandfs_alloc_entry() local
298 descriptors = (struct nandfs_block_group_desc *) req->bp_desc->b_data; in nandfs_alloc_entry()
299 descriptors[group].bg_nfrees--; in nandfs_alloc_entry()
/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_event.c361 softs->event_config.descriptors[i].event_type = in pqisrc_report_event_config()
362 event_config_p->descriptors[i].event_type; in pqisrc_report_event_config()
421 event_config_p->descriptors[i].event_type = in pqisrc_set_event_config()
422 softs->event_config.descriptors[i].event_type; in pqisrc_set_event_config()
423 if( pqisrc_event_type_to_event_index(event_config_p->descriptors[i].event_type) != -1) in pqisrc_set_event_config()
424 event_config_p->descriptors[i].oq_id = softs->event_q.q_id; in pqisrc_set_event_config()
426 event_config_p->descriptors[i].oq_id = 0; /* Not supported this event. */ in pqisrc_set_event_config()
/freebsd-12-stable/contrib/libxo/doc/
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-12-stable/crypto/openssl/doc/man3/
DSSL_get_all_async_fds.pod37 descriptors returned is stored in B<*numfds> and the file descriptors themselves
39 descriptors are returned but B<*numfds> is still populated. It is the callers
44 SSL_get_changed_async_fds() returns a list of the asynchronous file descriptors
DSSL_get_fd.pod18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
32 (suitable for file descriptors).
DASYNC_WAIT_CTX_new.pod46 ASYNC_WAIT_CTXs can have "wait" file descriptors associated with them. Calling
48 the B<ctx> parameter will return the wait file descriptors associated with that
49 job in B<*fd>. The number of file descriptors returned will be stored in
51 has been allocated in B<*fd> to receive all the file descriptors. Calling
53 descriptors but will still populate B<*numfds>. Therefore, application code is
DRAND_add.pod62 descriptors by default, which allows such sources to operate in a
65 descriptors. Conversely, a nonzero argument enables the retention of
66 file descriptors. This function is usually called during initialization
DBIO_s_socket.pod34 platforms sockets are not file descriptors and use distinct I/O routines,
/freebsd-12-stable/contrib/apr/poll/unix/
Dz_asio.c547 const apr_pollfd_t **descriptors) in posix_poll() argument
576 if (descriptors) in posix_poll()
577 *descriptors = priv->result_set; in posix_poll()
615 const apr_pollfd_t **descriptors) in asio_pollset_poll() argument
628 return posix_poll(pollset, timeout, num, descriptors); in asio_pollset_poll()
753 if (descriptors) { in asio_pollset_poll()
754 *descriptors = priv->result_set; in asio_pollset_poll()
Dpollset.c244 const apr_pollfd_t **descriptors) in apr_pollset_poll() argument
246 return (*pollset->provider->poll)(pollset, timeout, num, descriptors); in apr_pollset_poll()
Dselect.c342 const apr_pollfd_t **descriptors) in impl_pollset_poll() argument
435 if (descriptors) in impl_pollset_poll()
436 *descriptors = pollset->p->result_set; in impl_pollset_poll()
Dpoll.c239 const apr_pollfd_t **descriptors) in impl_pollset_poll() argument
297 if (descriptors && (*num)) in impl_pollset_poll()
298 *descriptors = pollset->p->result_set; in impl_pollset_poll()
Depoll.c256 const apr_pollfd_t **descriptors) in impl_pollset_poll() argument
305 if (descriptors) { in impl_pollset_poll()
306 *descriptors = pollset->p->result_set; in impl_pollset_poll()
Dkqueue.c255 const apr_pollfd_t **descriptors) in impl_pollset_poll() argument
302 if (descriptors) { in impl_pollset_poll()
303 *descriptors = pollset->p->result_set; in impl_pollset_poll()
Dport.c354 const apr_pollfd_t **descriptors) in impl_pollset_poll() argument
437 if (descriptors) { in impl_pollset_poll()
438 *descriptors = pollset->p->result_set; in impl_pollset_poll()
/freebsd-12-stable/sys/dev/sec/
Dsec.c411 SEC_LOCK(sc, descriptors); in sec_detach()
413 SEC_UNLOCK(sc, descriptors); in sec_detach()
417 SEC_LOCK(sc, descriptors); in sec_detach()
419 SEC_UNLOCK(sc, descriptors); in sec_detach()
582 SEC_LOCK(sc, descriptors); in sec_primary_intr()
613 SEC_UNLOCK(sc, descriptors); in sec_primary_intr()
748 SEC_LOCK_ASSERT(sc, descriptors); in sec_dma_map_desc_cb()
1044 SEC_LOCK(sc, descriptors); in sec_enqueue()
1093 SEC_UNLOCK(sc, descriptors); in sec_enqueue()
1102 SEC_LOCK_ASSERT(sc, descriptors); in sec_find_desc()
[all …]
/freebsd-12-stable/contrib/pjdfstest/
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-12-stable/sbin/hastd/
Dhooks.c90 descriptors(void) in descriptors() function
377 descriptors(); in hook_execv()
/freebsd-12-stable/crypto/openssh/
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-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h71 desc_iterator_range descriptors() const { in descriptors() function
/freebsd-12-stable/contrib/apr/include/
Dapr_poll.h274 const apr_pollfd_t **descriptors);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp36 for (const auto &Desc : Set.descriptors()) { in extract()
/freebsd-12-stable/sys/dev/bhnd/
Dbhnd_erom_if.m115 * Parse all cores descriptors, returning the array in @p cores and the count
122 * @param[out] cores The table of parsed core descriptors.
/freebsd-12-stable/sys/mips/conf/
DSENTRY576 #options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors

123456