Searched refs:entries (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs.h65 * - duphead -- synthetic linked list head for dup entries
74 LIST_ENTRY(tmpfs_dirent) entries; member in struct:tmpfs_dirent::__anon1::__anon2
100 * A directory in tmpfs holds a collection of directory entries, which
106 * It is important to notice that directories do not have entries for . and
121 * cannot collide with the cookies generated by other entries. The cookies
122 * for the other entries are generated based on the file name hash value or
260 * Head of a list the contains fake directory entries
261 * heads, i.e. entries with TMPFS_DIRCOOKIE_DUPHEAD
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h189 FormattersMatchVector &entries,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp66 for (auto &entry : args.entries()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp109 for (auto &entry : command.entries().drop_front()) {
H A DCommandObjectType.cpp79 for (auto entry : llvm::enumerate(command.entries().drop_back())) {
82 auto next = command.entries()[entry.index() + 1].ref();
678 for (auto &arg_entry : command.entries()) {
1322 for (auto &entry : command.entries()) {
1347 for (auto &entry : command.entries()) {
1421 for (auto &arg_entry : command.entries()) {
1778 for (auto &entry : command.entries()) {
2221 for (auto &entry : command.entries()) {
2285 for (auto &arg_entry : command.entries()) {
2586 for (auto &arg_entry : command.entries()) {
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c917 unparse_dir_entries(apr_array_header_t *entries,
925 /* Write the number of entries. */
926 apr_size_t to_write = svn__encode_uint(buffer, entries->nelts) - buffer;
929 /* Write all entries */
930 for (i = 0; i < entries->nelts; ++i)
935 dirent = APR_ARRAY_IDX(entries, i, svn_fs_x__dirent_t *);
1081 Examine all the changed path entries in CHANGES and store them in
1807 apr_array_header_t *entries;
1812 SVN_ERR(svn_fs_x__rep_contents_dir(&entries, fs, parent_noderev,
1818 SVN_ERR(unparse_dir_entries(entries, ou
916 unparse_dir_entries(apr_array_header_t *entries, svn_stream_t *stream, apr_pool_t *scratch_pool) argument
1806 apr_array_header_t *entries; local
3141 apr_array_header_t *entries; local
[all...]
H A Dtree.c32 appropriate nodes get cloned (and parent directory entries updated)
669 /* different number of entries -> some addition / removal */
679 entries one-by-one without binary lookup etc. */
836 * If any of the three entries is of type file, declare a conflict.
902 /* The directory entries got changed in the repository but the directory
909 to its entries, i.e. there were no additions or removals.
920 entries hash where necessary below than to allocate an empty hash
992 /* If any of the three entries is of type file, flag a conflict. */
1043 /* Process only entries in source that are NOT in ancestor. */
1349 entries o
1388 x_dir_optimal_order(apr_array_header_t **ordered_p, svn_fs_root_t *root, apr_hash_t *entries, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2922 apr_array_header_t *entries; local
3381 apr_array_header_t *entries; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h340 /* Capacity in entries of log-to-phys index pages */
384 /* The current prefix to be used for revprop cache entries.
693 /* Contents, i.e. all directory entries, sorted by name. */ member in struct:svn_fs_fs__dir_data_t
694 apr_array_header_t *entries;
H A Dfs_fs.h347 apr_array_header_t *entries,
359 /* Add missing entries to the rep-cache on the filesystem FS. Process data
H A Dtransaction.c642 unparse_dir_entries(apr_array_header_t *entries,
648 for (i = 0; i < entries->nelts; ++i)
653 dirent = APR_ARRAY_IDX(entries, i, svn_fs_dirent_t *);
827 Examine all the changed path entries in CHANGES and store them in
951 we don't need the array itself afterwards. Copying the entries
1555 apr_array_header_t *entries;
1559 SVN_ERR(svn_fs_fs__rep_contents_dir(&entries, fs, parent_noderev,
1565 SVN_ERR(unparse_dir_entries(entries, out, subpool));
1591 dir_data.entries = entries;
641 unparse_dir_entries(apr_array_header_t *entries, svn_stream_t *stream, apr_pool_t *pool) argument
1554 apr_array_header_t *entries; local
3169 apr_array_header_t *entries; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h579 pci_enable_msix(struct pci_dev *pdev, struct msix_entry *entries, int nreq) argument
607 entries[i].vector = pdev->dev.irq_start + i;
615 pci_enable_msix_range(struct pci_dev *dev, struct msix_entry *entries, argument
625 rc = pci_enable_msix(dev, entries, nvec);
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c295 * Delete directory entries between startcl, startoff and endcl, endoff.
459 * Basic sanity check if the subdirectory have good '.' and '..' entries,
460 * and they are directory entries. Further sanity checks are performed
489 * We only need to check the first two entries of the directory,
509 * Both `.' and `..' must be present and be the first two entries
542 int fd, i, j, k, iosize, entries; local
571 * Derive how many entries we are going to encounter from
577 entries = boot->bpbRootDirEnts;
580 entries = iosize / 32;
607 for (p = buffer, i = 0; i < entries;
[all...]
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1565 int i, idx, max_idx, entries; local
1584 entries = la.bufsize / 4;
1586 max_idx = (entries / 4) - 1;
1590 idx = (idx + 4) & (entries - 1);
1600 int i, entries; local
1620 entries = ioqs.bufsize / sizeof(struct t3_ioq_entry);
1621 for (i = 0; i < entries; i++) {
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c128 SLIST_ENTRY(exportlist) entries;
1390 SLIST_FOREACH(ep, &exphead[i], entries) {
1722 getexp_err(ep, tgrp, "no valid entries");
1995 SLIST_INSERT_HEAD(&exhp[i], ep, entries);
2008 SLIST_FOREACH_SAFE(ep, &exhp[i], entries, ep2) {
2009 SLIST_REMOVE(&exhp[i], ep, exportlist, entries);
2048 * for any cases that have changed. This avoids doing nmount() for entries
2068 * Any entries left in the old list after processing must have their
2072 SLIST_FOREACH(ep, &exphead[i], entries) {
2126 SLIST_FOREACH(oep, &oldexphead[i], entries) {
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c123 for (i = 0, qt = qtop->entries; i < qtop->inuse_count; i++, qt++) {
344 * @param entry_count number of entries in the EQ
388 * @param entry_count number of entries in the CQ
429 * @param entry_count number of entries in the CQ.
492 * @param entry_count number of entries in the MQ
533 * @param entry_count number of entries in the WQ
579 * @param entry_count number of entries in the RQs
663 * @param entry_count number of entries in the RQs
1415 * The tokens are semantically parsed, to generate QTOP entries.
1426 ocs_hw_qtop_entry_t *qt = qtop->entries
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c32 appropriate nodes get cloned (and parent directory entries updated)
197 to make room for more entries, we'll re-use the expired thing's
1552 /* Getting a directory's entries */
1570 apr_hash_t *entries;
1574 /* Get the entries for PARENT_PATH. */
1575 SVN_ERR(svn_fs_base__dag_dir_entries(&entries, node, trail, trail->pool));
1578 *args->table_p = entries ? entries : apr_hash_make(trail->pool);
1635 apr_hash_t *entries,
1639 /* 1:1 copy of entries wit
1561 apr_hash_t *entries; local
1624 base_dir_optimal_order(apr_array_header_t **ordered_p, svn_fs_root_t *root, apr_hash_t *entries, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1768 apr_hash_t *entries = NULL; local
5104 apr_hash_t *entries; local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-desc.c2424 /* MAX_HW is only an upper bound on the number of selected entries.
2438 cd->hw_table.entries = selected;
2458 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
2471 cd->operand_table.entries = selected;
2721 if (cd->hw_table.entries)
2722 free ((CGEN_HW_ENTRY *) cd->hw_table.entries);
2724 if (cd->operand_table.entries)
2725 free ((CGEN_HW_ENTRY *) cd->operand_table.entries);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c256 if (level <= SFXGE_TXQ_UNBLOCK_LEVEL(txq->entries))
362 KASSERT(level <= txq->entries, ("overfilled TX queue"));
371 block_level = EFX_TXQ_LIMIT(txq->entries) - txq->max_pkt_desc;
1456 if (level <= SFXGE_TXQ_UNBLOCK_LEVEL(txq->entries)) {
1828 txq->entries = sc->txq_entries;
1829 txq->ptr_mask = txq->entries - 1;
1840 /* Allocate buffer table entries. */
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c408 TAILQ_NEXT(TAILQ_FIRST(&pool->list), entries) != NULL)
410 TAILQ_FOREACH(pooladdr, &pool->list, entries){
429 if (TAILQ_NEXT(pooladdr, entries) != NULL)
431 else if (TAILQ_NEXT(TAILQ_FIRST(&pool->list), entries) != NULL)
561 printf(" %-25s %14u %14s\n", "current entries", s->states, "");
573 printf(" %-25s %14u %14s\n", "current entries",
1067 SIMPLEQ_FOREACH(ti, nodes, entries) {
1078 nti = SIMPLEQ_NEXT(ti, entries);
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-ops.c27 * table entries. The grammar for the table is defined in the document
40 * names and formats, and builds a list of entries for each
42 * the entries in the table and call functions defined here to
50 * instruction entries, and if a match is found, uses the format
56 * Given the table entries:
114 /* structures for keeping itbl format entries */
147 /* Array of entries for each processor and entry type */
148 static struct itbl_entry *entries[e_nprocs][e_ntypes]; variable in typeref:struct:itbl_entry
170 /* Open the table and use lex and yacc to parse the entries.
375 At this point, we can free the entries, a
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcgen.h132 /* Define a structure member for attributes with N non-boolean entries.
458 enum cgen_hw_type is an index into this table (specifically `entries'). */
461 /* Pointer to null terminated table of all compiled in entries. */
464 /* Array of all entries, initial and run-time added. */
465 const CGEN_HW_ENTRY **entries;
466 /* Number of elements in `entries'. */
506 /* ??? Putting these here means compiled in entries can't be const.
524 /* Number of entries in `init_entries'. */
533 /* Number of entries in the hash_tables. */
541 At present, the highest number of entries use
457 const CGEN_HW_ENTRY **entries; member in struct:__anon565
709 const CGEN_OPERAND **entries; member in struct:__anon569
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dr128_cce.c138 static int r128_do_wait_for_fifo(drm_r128_private_t * dev_priv, int entries) argument
144 if (slots >= entries)
/freebsd-11-stable/share/mk/
H A Dbsd.info.mk44 # INSTALLINFO A program for installing directory entries from Info
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c582 struct entry *entries)
594 for(e = entries; e->name != NULL; e++) {
581 check_section(krb5_context context, const char *path, krb5_config_section *cf, struct entry *entries) argument
/freebsd-11-stable/sys/dev/aac/
H A Daac_cam.c155 camsc = ccb->ccb_h.sim_priv.entries[0].ptr;
387 ccb->ccb_h.sim_priv.entries[0].ptr = camsc;

Completed in 214 milliseconds

<<11121314151617