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

<<11121314151617

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h188 FormattersMatchVector &entries,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h81 /// Dump all entries to the stream \a s using label \a label_name.
128 llvm::ArrayRef<ArgEntry> entries() const { return m_entries; } function in class:lldb_private::Args
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp109 for (auto &entry : command.entries().drop_front()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp66 for (auto &entry : args.entries()) {
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dx509.h32 STACK_OF(X509_NAME_ENTRY) *entries; /* DN components */ member in struct:X509_name_st
82 STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
123 * CRL entries are reordered for faster lookup of serial numbers. This
/freebsd-13-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-13-stable/sbin/pfctl/
H A Dpfctl_parser.h228 SIMPLEQ_ENTRY(node_tinit) entries; member in struct:node_tinit
/freebsd-13-stable/lib/libpfctl/
H A Dlibpfctl.h65 TAILQ_ENTRY(pfctl_rule) entries; member in struct:pfctl_rule
/freebsd-13-stable/sbin/devmatch/
H A Ddevmatch.c279 printf("PNP info for bus %s format %s %d entries (%s)\n",
/freebsd-13-stable/sys/dev/agp/
H A Dagp.c138 u_int32_t entries = apsize >> AGP_PAGE_SHIFT; local
146 if (entries == 0) {
155 gatt->ag_entries = entries;
156 gatt->ag_virtual = (void *)kmem_alloc_contig(entries *
546 * entries in the GATT (assuming that PAGE_SIZE >=
575 * Install entries in the GATT, making sure that if
578 * entries.
1004 * Install entries in the GATT, making sure that if
1007 * entries.
/freebsd-13-stable/sys/dev/iommu/
H A Diommu.h60 TAILQ_ENTRY(iommu_map_entry) dmamap_link; /* Link for dmamap entries */
61 RB_ENTRY(iommu_map_entry) rb_entry; /* Links for domain entries */
83 * entries. This is a client-controlled quirk to support some
169 struct iommu_map_entries_tailq *entries, bool cansleep);
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c61 SYSCTL_INT(_vfs_pfs_vncache, OID_AUTO, entries, CTLFLAG_RD,
63 "number of entries in the vnode cache");
68 "highest number of entries in the vnode cache");
109 ("%d vncache entries remaining", pfs_vncache_entries));
267 * Purge the cache of dead entries
/freebsd-13-stable/sys/fs/udf/
H A Decma167-udf.h271 struct spare_map_entry entries[1]; member in struct:udf_sparing_table
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_droq.c90 &octeon_dev->dispatch.dlist[idx].head, entries) {
545 &rdisp->node, entries);
752 STAILQ_FOREACH_SAFE(tmp, &droq->dispatch_stq_head, entries, tmp2) {
755 STAILQ_REMOVE_HEAD(&droq->dispatch_stq_head, entries);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_cd.c141 struct cd_toc_entry entries[100]; member in struct:cd_tocdata
1591 /* Number of TOC entries, plus leadout */
1632 softc->toc.entries[cdindex - toch->starting_track] =
1650 softc->toc.entries[cdindex].track =
1651 bcd2bin(softc->toc.entries[cdindex].track);
1657 if ((softc->toc.entries[0].control & 4) == 0) {
1855 sentry = &softc->toc.entries[st].addr;
1856 eentry = &softc->toc.entries[et].addr;
2122 if (len > sizeof(data->entries)) {
2162 data->entries[id
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h584 pci_enable_msix(struct pci_dev *pdev, struct msix_entry *entries, int nreq) argument
612 entries[i].vector = pdev->dev.irq_start + i;
620 pci_enable_msix_range(struct pci_dev *dev, struct msix_entry *entries, argument
630 rc = pci_enable_msix(dev, entries, nvec);
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S61 movb $0x4,%cl # Number of entries
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c78 * The maximum number of entries in a client cookie cache bucket.
116 * entries, so it is possible for the disable time for a given path to
278 "Max entries per bucket in client cookie cache");
356 "List of all client cookie cache entries");
433 * Note that while the total number of entries in the cookie cache
1115 unsigned int entries; local
1118 entries = 0;
1120 entries++;
1121 if (entries > limit)
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c144 SLIST_ENTRY(exportlist) entries;
1443 SLIST_FOREACH(ep, &exphead[i], entries) {
1778 getexp_err(ep, tgrp, "no valid entries");
2071 SLIST_INSERT_HEAD(&exhp[i], ep, entries);
2084 SLIST_FOREACH_SAFE(ep, &exhp[i], entries, ep2) {
2085 SLIST_REMOVE(&exhp[i], ep, exportlist, entries);
2124 * for any cases that have changed. This avoids doing nmount() for entries
2144 * Any entries left in the old list after processing must have their
2148 SLIST_FOREACH(ep, &exphead[i], entries) {
2202 SLIST_FOREACH(oep, &oldexphead[i], entries) {
[all...]
/freebsd-13-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1566 int i, idx, max_idx, entries; local
1585 entries = la.bufsize / 4;
1587 max_idx = (entries / 4) - 1;
1591 idx = (idx + 4) & (entries - 1);
1601 int i, entries; local
1621 entries = ioqs.bufsize / sizeof(struct t3_ioq_entry);
1622 for (i = 0; i < entries; i++) {

Completed in 244 milliseconds

<<11121314151617