Searched refs:entries (Results 76 - 100 of 273) sorted by relevance

1234567891011

/freebsd-9.3-release/usr.bin/truss/
H A Dtruss.h40 SLIST_ENTRY(threadinfo) entries; member in struct:threadinfo
H A Dsetup.c157 SLIST_FOREACH(np, &info->threadlist, entries) {
168 SLIST_INSERT_HEAD(&info->threadlist, np, entries);
/freebsd-9.3-release/usr.sbin/kldxref/
H A Dkldxref.c190 long start, finish, entries; local
219 &entries));
220 check(EF_SEG_READ_ENTRY_REL(&ef, start, sizeof(*p) * entries,
223 while(entries--) {
359 /* skip non-files or .symbols entries */
/freebsd-9.3-release/usr.sbin/nscd/
H A Dconfig.h93 * Contains global configuration options and array of all configuration entries
99 struct configuration_entry **entries; member in struct:configuration
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devmap.c160 if there are no entries for 'slot'. Does no bounds-checking. */
162 (x) = (struct type *)((map)->entries[slot])
170 if ((map)->entries[slot] == NULL) { \
171 (map)->entries[slot] = \
173 if (EVUTIL_UNLIKELY((map)->entries[slot] == NULL)) \
175 (ctor)((struct type *)(map)->entries[slot]); \
177 (x) = (struct type *)((map)->entries[slot]); \
200 /** Expand 'map' with new entries of width 'msize' until it is big enough
213 tmp = (void **)mm_realloc(map->entries, nentries * msize);
221 map->entries
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Ddiff.c39 List *entries));
43 List *entries));
46 List *entries));
146 removing the following entries, none of which seem relevant to use
164 The numbers 129- that appear in the fourth element of some entries
884 diff_dirproc (callerdat, dir, pos_repos, update_dir, entries)
889 List *entries;
907 diff_filesdoneproc (callerdat, err, repos, update_dir, entries)
912 List *entries;
922 diff_dirleaveproc (callerdat, dir, err, update_dir, entries)
[all...]
H A Dcommit.c33 List *entries));
38 List *entries));
45 List *entries));
48 List *entries));
53 List *entries));
147 List *entries));
150 find_dirent_proc (callerdat, dir, repository, update_dir, entries)
155 List *entries;
208 List *entries));
211 find_filesdoneproc (callerdat, err, repository, update_dir, entries)
[all...]
H A Dvers_ts.c54 * look up the entries file entry and fill in the version and timestamp
55 * if entries is NULL, there is no entries file so don't bother trying to
58 if (finfo->entries == NULL)
65 p = findnode_fn (finfo->entries, finfo->file);
66 sdtp = finfo->entries->list->data; /* list-private */
87 /* An entries line with "D" in the timestamp indicates that the
89 use the entries line for the sole purpose of telling
91 to think there is an entries line. */
105 /* Even if we don't have an "entries lin
[all...]
H A Dstatus.c20 List *entries));
319 status_dirproc (callerdat, dir, repos, update_dir, entries)
324 List *entries;
/freebsd-9.3-release/sys/netgraph/
H A Dng_nat.c262 STAILQ_ENTRY(ng_nat_rdr_lst) entries;
442 STAILQ_INSERT_TAIL(&priv->redirhead, entry, entries);
494 STAILQ_INSERT_TAIL(&priv->redirhead, entry, entries);
548 STAILQ_INSERT_TAIL(&priv->redirhead, entry, entries);
571 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
594 STAILQ_REMOVE(&priv->redirhead, entry, ng_nat_rdr_lst, entries);
610 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
646 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
839 STAILQ_REMOVE_HEAD(&priv->redirhead, entries);
/freebsd-9.3-release/sys/boot/common/
H A Dpart.c80 STAILQ_HEAD(, pentry) entries;
187 DEBUG("invalid entry size or number of entries");
320 STAILQ_INSERT_TAIL(&table->entries, entry, entry);
365 STAILQ_FOREACH(e1, &table->entries, entry) {
403 STAILQ_INSERT_TAIL(&table->entries, entry, entry);
485 STAILQ_INSERT_TAIL(&table->entries, entry, entry);
543 DEBUG("invalid number of entries");
566 STAILQ_INSERT_TAIL(&table->entries, entry, entry);
606 STAILQ_INIT(&table->entries);
688 STAILQ_INSERT_TAIL(&table->entries, entr
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_heap.c71 * Increment size in blocks of 16 entries.
272 * heap property. It is needed when we delete a bunch of entries.
322 int entries; /* how many entries */ member in struct:dn_ht
401 /* Allocate buckets + 1 entries because buckets is use to
442 return ht ? ht->entries : 0;
469 ht->entries--;
477 ht->entries++;
504 ht->entries--;
543 ht->entries
[all...]
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_cq.c48 int entries, int ring, enum cq_type mode)
53 cq->size = entries;
46 mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, int entries, int ring, enum cq_type mode) argument
/freebsd-9.3-release/usr.sbin/kbdmap/
H A Dkbdmap.c68 SLIST_ENTRY(keymap) entries;
81 SLIST_FOREACH(km, &head, entries)
97 SLIST_FOREACH(km, &head, entries)
111 SLIST_FOREACH(km, &head, entries) {
113 SLIST_REMOVE(&head, km, keymap, entries);
129 SLIST_FOREACH(km, &head, entries) {
145 SLIST_INSERT_HEAD(&head, km_new, entries);
732 SLIST_FOREACH(km, &head, entries)
/freebsd-9.3-release/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c146 skinf->entries++;
255 warnx("%4d lines (%d comments), %d entries for %s",
256 skinf->lines, skinf->comments, skinf->entries, pcap_fname);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_obj.c102 for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) {
103 ne = sk_X509_NAME_ENTRY_value(a->entries, i);
/freebsd-9.3-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h58 #define dl_entries entries
/freebsd-9.3-release/contrib/binutils/include/
H A Dhashtab.h111 void ** GTY ((use_param, length ("%h.size"))) entries;
113 /* Current size (in entries) of the hash table. */
139 /* Current size (in entries) of the hash table, as an index into the
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dhashtab.h111 void ** GTY ((use_param, length ("%h.size"))) entries;
113 /* Current size (in entries) of the hash table. */
139 /* Current size (in entries) of the hash table, as an index into the
/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h57 HIST_ENTRY **entries; /* Pointer to the entries themselves. */ member in struct:_hist_state
106 /* Stifle the history list, remembering only MAX number of entries. */
140 /* Return the number of bytes that the primary history entries are using.
162 If DIRECTION < 0, then the search is through previous entries,
200 /* Append NELEMENT entries to FILENAME. The entries appended are from
/freebsd-9.3-release/sys/netinet/
H A Dcc.h146 STAILQ_ENTRY (cc_algo) entries; member in struct:cc_algo
/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c49 /* Vector containing pointers to the entries to add before this line.
60 in which entries should be added. */
71 /* This is used for a list of the entries specified to be added. */
394 filename from the new dir entries, not the filename on the command
448 Install or delete dir entries from INFO-FILE in the Info directory file\n\
452 --delete delete existing entries for INFO-FILE from DIR-FILE;\n\
453 don't insert any new entries.\n\
464 If you don't specify any entries, they are determined\n\
474 --section=SEC put this file's entries in section SEC of the directory.\n\
475 If you specify more than one section, all the entries\
770 struct spec_entry **entries; local
857 parse_input(const struct line_data *lines, int nlines, struct spec_section **sections, struct spec_entry **entries) argument
[all...]
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_htree.c497 * Move half of entries from the old directory block to the new one.
549 * Count the number of entries to move to directory block 2.
566 * Move half of directory entries from block 1 to block 2.
580 /* Shrink directory entries in block 1. */
727 struct ext2fs_htree_entry *entries, *leaf_node; local
761 entries = info.h_levels[info.h_levels_num - 1].h_entries;
762 ent_num = ext2_htree_get_count(entries);
763 if (ent_num == ext2_htree_get_limit(entries)) {
799 split_hash = ext2_htree_get_hash(entries + src_ent_num);
801 /* Move half of index entries t
[all...]
/freebsd-9.3-release/sys/powerpc/powermac/
H A Data_dbdma.c205 ata_dbdma_load(struct ata_request *request, void *addr, int *entries) argument
242 if (entries)
243 *entries = args.nsegs;
/freebsd-9.3-release/tools/tools/ncpus/
H A Dacpi.c129 int entries, i; local
131 entries = (rsdp->len - SIZEOF_SDT_HDR) / addr_size;
132 for (i = 0; i < entries; i++) {

Completed in 364 milliseconds

1234567891011