Searched refs:entries (Results 51 - 75 of 414) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/ypldap/
H A DMakefile6 ldapclient.c entries.c yp.c \
/freebsd-13-stable/sys/x86/include/
H A Ducode.h58 } entries[0]; member in struct:ucode_intel_extsig_table
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c68 table->entries[i] = 0;
82 table->entries[i] = 0;
105 if (index < 0 || index >= table->max || !table->entries[index]) {
120 (MLX4_MAC_MASK & be64_to_cpu(table->entries[i])))
128 __be64 *entries)
138 memcpy(mailbox->buf, entries, MLX4_MAC_TABLE_SIZE);
160 if (mac == (MLX4_MAC_MASK & be64_to_cpu(table->entries[i]))) {
216 if (((MLX4_MAC_MASK & mac) == (MLX4_MAC_MASK & be64_to_cpu(table->entries[i]))))
218 if (((MLX4_MAC_MASK & mac) == (MLX4_MAC_MASK & be64_to_cpu(dup_table->entries[i]))))
243 ((MLX4_MAC_MASK & mac) == (MLX4_MAC_MASK & be64_to_cpu(table->entries[index_at_dup_por
127 mlx4_set_port_mac_table(struct mlx4_dev *dev, u8 port, __be64 *entries) argument
536 mlx4_set_port_vlan_table(struct mlx4_dev *dev, u8 port, __be32 *entries) argument
[all...]
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_rhs.c126 const void **entries; member in struct:ck_rhs_map::__anon8882::ck_rhs_no_entry
129 } entries; member in struct:ck_rhs_map
139 return (map->entries.no_entries.entries[offset]);
141 return (map->entries.descs[offset].entry);
149 return (&map->entries.no_entries.entries[offset]);
151 return (&map->entries.descs[offset].entry);
159 return ((struct ck_rhs_entry_desc *)(void *)&map->entries.no_entries.descs[offset]);
161 return (&map->entries
337 ck_rhs_map_create(struct ck_rhs *hs, unsigned long entries) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dentries.h2 * entries.h : manipulating entries
63 * cached entries (and this routine may even cache them for you). It is
100 /* For internal use by upgrade.c to write entries in the wc-ng format.
117 apr_hash_t *entries,
156 svn_wc__entries_read_internal(apr_hash_t **entries,
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.h112 #define ccb_mpt_ptr sim_priv.entries[0].ptr
113 #define ccb_req_ptr sim_priv.entries[1].ptr
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c36 * the memory limit. Then we free memory by grabbing entries off the
40 * INC_MONLIST is the default allocation granularity in entries.
41 * INIT_MONLIST is the default initial allocation in entries.
75 u_int mru_initalloc = INIT_MONLIST;/* entries to preallocate */
94 int mru_maxage = 64; /* for entries older than */
179 u_int entries; local
181 entries = (0 == mon_mem_increments)
185 if (entries) {
186 chunk = eallocarray(entries, sizeof(*chunk));
187 mru_alloc += entries;
[all...]
/freebsd-13-stable/usr.sbin/nscd/
H A Dcacheplcs.h85 TAILQ_ENTRY(cache_lfu_policy_item_) entries; member in struct:cache_lfu_policy_item_
103 TAILQ_ENTRY(cache_queue_policy_item_) entries; member in struct:cache_queue_policy_item_
H A Dcacheplcs.c117 TAILQ_INSERT_TAIL(&queue_policy->head, queue_item, entries);
131 TAILQ_REMOVE(&queue_policy->head, queue_item, entries);
170 return ((struct cache_policy_item_ *)TAILQ_NEXT(queue_item, entries));
186 cache_queue_policy_head_, entries));
231 TAILQ_REMOVE(&queue_policy->head, queue_item, entries);
294 TAILQ_REMOVE(&queue_policy->head, queue_item, entries);
295 TAILQ_INSERT_TAIL(&queue_policy->head, queue_item, entries);
374 lfu_item, entries);
415 entries);
417 TAILQ_INSERT_HEAD(&(lfu_policy->groups[index]), lfu_item, entries);
[all...]
H A Dconfig.c47 * Default entries, which always exist in the configuration
280 memcpy(new_entries, config->entries,
284 free(config->entries);
285 config->entries = new_entries;
288 config->entries[config->entries_size++] = entry;
289 qsort(config->entries, config->entries_size,
313 return (config->entries[index]);
324 retval = bsearch(name, config->entries, config->entries_size,
332 * All multipart cache entries are stored in the configuration_entry in the
390 * Searches for all multipart entries wit
[all...]
/freebsd-13-stable/usr.bin/tail/
H A Dreverse.c180 TAILQ_ENTRY(bfelem) entries;
219 TAILQ_REMOVE(&head, first, entries);
222 TAILQ_INSERT_TAIL(&head, tl, entries);
270 tr = TAILQ_NEXT(tl, entries);
274 entries, temp) {
278 entries);
285 tl = TAILQ_PREV(tl, bfhead, entries);
287 TAILQ_REMOVE(&head, first, entries);
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_metadata.c56 LIST_ENTRY(veriexec_dev_list) entries;
57 /**< next entries in the device list */
121 for (lp = LIST_FIRST(head); lp != NULL; lp = LIST_NEXT(lp, entries))
135 LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) {
140 LIST_REMOVE(ip, entries);
169 ip = LIST_NEXT(ip, entries))
188 for (lp = LIST_FIRST(head); lp != NULL; lp = LIST_NEXT(lp, entries)) {
241 * If found, free all file entries for it, and remove it from the list.
258 lp = LIST_NEXT(lp, entries))
266 LIST_REMOVE(lp, entries);
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c141 struct pt_iscache_entry *entries; local
154 entries = realloc(iscache->entries, target * sizeof(*entries));
155 if (!entries)
159 iscache->entries = entries;
179 entry = &iscache->entries[idx];
480 entry = &iscache->entries[idx];
612 entry = &iscache->entries[matc
819 struct pt_iscache_entry *entries; local
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.h210 LIST_ENTRY(ice_list_node) entries; member in struct:ice_list_node
226 #define LIST_ADD(entry, head) LIST_INSERT_HEAD(head, entry, entries)
227 #define LIST_ADD_AFTER(entry, elem) LIST_INSERT_AFTER(elem, entry, entries)
228 #define LIST_DEL(entry) LIST_REMOVE(entry, entries)
234 _osdep_LIST_ENTRY(LIST_NEXT(&(ptr->member), entries), __typeof(*ptr), member)
238 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
267 while (LIST_NEXT(node, entries) != NULL)
268 node = LIST_NEXT(node, entries);
281 LIST_INSERT_AFTER(node, entry, entries); \
292 LIST_ENTRY_SAFE(LIST_NEXT(&(ptr->member), entries), __typeo
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h83 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; }
85 bool isNeeded() const override { return !entries.empty(); }
87 uint64_t getSize() const override { return entries.size() * WordSize; }
94 llvm::SetVector<const Symbol *> entries; member in class:lld::macho::GotSection
156 bool isNeeded() const override { return !entries.empty(); }
159 const llvm::SetVector<DylibSymbol *> &getEntries() const { return entries; }
164 llvm::SetVector<DylibSymbol *> entries; member in class:lld::macho::StubsSection
/freebsd-13-stable/sys/netinet/cc/
H A Dcc.c114 STAILQ_FOREACH(funcs, &cc_list, entries) {
140 STAILQ_FOREACH(algo, &cc_list, entries) {
158 STAILQ_FOREACH(algo, &cc_list, entries) {
227 STAILQ_FOREACH_SAFE(funcs, &cc_list, entries, tmpfuncs) {
230 STAILQ_REMOVE(&cc_list, funcs, cc_algo, entries);
265 STAILQ_FOREACH(funcs, &cc_list, entries) {
272 STAILQ_INSERT_TAIL(&cc_list, add_cc, entries);
/freebsd-13-stable/stand/usb/tools/
H A Dsysinit.c28 * This utility sorts sysinit structure entries in binary format and
170 int entries; local
227 entries = input_len / (uint32_t)sizeof(struct sysinit_data);
229 start = do_malloc(sizeof(void *) * entries);
230 stop = start + entries;
232 for (c = 0; c != entries; c++)
246 /* sort entries, rising numerical order */
247 qsort(start, entries, sizeof(void *), &compare);
249 /* sort entries, falling numerical order */
250 qsort(start, entries, sizeo
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dhostfile.c66 struct hostkey_entry *entries; member in struct:hostkeys
226 ret->entries = NULL;
254 if ((tmp = recallocarray(hostkeys->entries, hostkeys->num_entries,
255 hostkeys->num_entries + 1, sizeof(*hostkeys->entries))) == NULL)
257 hostkeys->entries = tmp;
258 hostkeys->entries[hostkeys->num_entries].host = xstrdup(ctx->host);
259 hostkeys->entries[hostkeys->num_entries].file = xstrdup(l->path);
260 hostkeys->entries[hostkeys->num_entries].line = l->linenum;
261 hostkeys->entries[hostkeys->num_entries].key = l->key;
263 hostkeys->entries[hostkey
[all...]
/freebsd-13-stable/sys/dev/etherswitch/
H A Dmiiproxy.c93 SLIST_ENTRY(rendezvous_entry) entries;
134 SLIST_FOREACH(e, &rendezvoushead, entries) {
148 SLIST_INSERT_HEAD(&rendezvoushead, e, entries);
164 SLIST_FOREACH(e, &rendezvoushead, entries) {
175 SLIST_INSERT_HEAD(&rendezvoushead, e, entries);
188 SLIST_FOREACH(e, &rendezvoushead, entries) {
191 SLIST_REMOVE(&rendezvoushead, e, rendezvous_entry, entries);
215 SLIST_FOREACH(e, &rendezvoushead, entries) {
218 SLIST_REMOVE(&rendezvoushead, e, rendezvous_entry, entries);
/freebsd-13-stable/sbin/ipfw/
H A Daltq.c109 TAILQ_INSERT_TAIL(&altq_entries, altq, entries);
120 TAILQ_FOREACH(altq, &altq_entries, entries)
134 TAILQ_FOREACH(altq, &altq_entries, entries)
/freebsd-13-stable/usr.sbin/setfmac/
H A Dsetfmac.c62 } *entries, /* entries[0..nentries] */ member in struct:label_spec
64 size_t nentries; /* size of entries list */
256 spec->entries = calloc(nlines, sizeof(*spec->entries));
257 if (spec->entries == NULL)
274 add_spec_line(file, is_sebsd, &spec->entries[--nlines], line);
294 spec->entries = calloc(spec->nentries, sizeof(*spec->entries));
295 if (spec->entries
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_altq.h130 TAILQ_ENTRY(pf_altq_v0) entries; member in struct:pf_altq_v0
162 TAILQ_ENTRY(pf_altq_v1) entries; member in struct:pf_altq_v1
198 TAILQ_ENTRY(pf_kaltq) entries; member in struct:pf_kaltq
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c176 int entries = attr->cqe; local
183 if (entries < 1 || entries > dev->dev->caps.max_cqes)
193 entries = roundup_pow_of_two(entries + 1);
194 cq->ibcq.cqe = entries - 1;
212 ucmd.buf_addr, entries);
232 err = mlx4_ib_alloc_cq_buf(dev, &cq->buf, entries);
242 err = mlx4_cq_alloc(dev->dev, entries, &cq->buf.mtt, uar,
285 int entries)
284 mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, int entries) argument
308 mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, int entries, struct ib_udata *udata) argument
373 mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h80 /// list of entries with the same format required by SBEnvironment::PutEntry.
86 /// \param [in] entries
87 /// The environment variable entries.
91 void SetEntries(const SBStringList &entries, bool append);
/freebsd-13-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c134 const struct asinfo_entry *entries = SYSPAGE_ENTRY(asinfo); local
139 if (strcmp(strings + entries[i].name, "ram") == 0)
140 ret += entries[i].end - entries[i].start + 1;

Completed in 165 milliseconds

1234567891011>>