Searched refs:n_entries (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c33 struct line_data *dir_lines, int n_entries);
783 int n_entries = 0;
801 n_entries++;
803 xmalloc (n_entries * sizeof (struct spec_entry *)));
810 qsort (entries, n_entries, sizeof (struct spec_entry *),
826 for (k = 0; k < n_entries; k++)
873 int n_entries = 0;
959 n_entries++;
992 return n_entries;
1607 struct line_data *dir_lines, int n_entries)
771 int n_entries = 0; local
860 int n_entries = 0; local
1591 insert_entry_here(struct spec_entry *entry, int line_number, struct line_data *dir_lines, int n_entries) argument
[all...]
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1100 int n_entries; local
1109 n_entries = xnb_txpkt2gnttab(&pkt, pMbuf, xnb_unit_pvt.gnttab,
1111 XNB_ASSERT(n_entries == 0);
1123 int n_entries; local
1140 n_entries = xnb_txpkt2gnttab(&pkt, pMbuf, xnb_unit_pvt.gnttab,
1142 XNB_ASSERT(n_entries == 1);
1163 int n_entries; local
1188 n_entries = xnb_txpkt2gnttab(&pkt, pMbuf, xnb_unit_pvt.gnttab,
1191 XNB_ASSERT(n_entries == 2);
1208 int n_entries; local
1281 int n_entries; local
1317 int n_entries; local
1364 int n_entries; local
[all...]
H A Dnetback.c173 const gnttab_copy_table gnttab, int n_entries);
183 const gnttab_copy_table gnttab, int n_entries,
1760 * \param[in] n_entries The number of valid entries in the grant table
1764 int n_entries)
1770 for (i = 0; i < n_entries; i++) {
2015 * \param[in] n_entries Number of relevant entries in the grant table
2022 int n_entries, netif_rx_back_ring_t *ring)
2048 for (gnt_idx = 0; gnt_idx < n_entries; gnt_idx++) {
2388 int error, n_entries, n_reqs; local
2395 n_entries
1763 xnb_update_mbufc(struct mbuf *mbufc, const gnttab_copy_table gnttab, int n_entries) argument
2021 xnb_rxpkt2rsp(const struct xnb_pkt *pkt, const gnttab_copy_table gnttab, int n_entries, netif_rx_back_ring_t *ring) argument
[all...]
/freebsd-9.3-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c206 struct msgrng_msg *msg, uint32_t *n_entries, struct mbuf *m_head,
211 uint32_t n_entries);
724 uint32_t n_entries; local
754 ret = prepare_fmn_message(sc, &msg, &n_entries, m, fr_stid, &tx_desc);
759 ret = send_fmn_msg_tx(sc, &msg, n_entries);
2024 uint32_t *n_entries, struct mbuf *mbuf_chain, uint64_t fb_stn_id,
2078 *n_entries = msg_sz ;
2105 *n_entries = FMN_SZ;
2107 *n_entries = msg_sz + 1;
2115 uint32_t n_entries)
2023 prepare_fmn_message(struct nlge_softc *sc, struct msgrng_msg *fmn_msg, uint32_t *n_entries, struct mbuf *mbuf_chain, uint64_t fb_stn_id, struct nlge_tx_desc **tx_desc) argument
2114 send_fmn_msg_tx(struct nlge_softc *sc, struct msgrng_msg *msg, uint32_t n_entries) argument
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-coff.c1658 bfd_vma size, n_entries, mask;
1721 n_entries = bfd_get_section_size (sec) / 12 - 1;
1731 bfd_h_put_16 (stdoutput, n_entries, (bfd_byte *) p + 6);
1654 bfd_vma size, n_entries, mask; local
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c807 int n_entries; local
824 n_entries = cleaner->increment;
838 while (n_entries-- > 0) {

Completed in 69 milliseconds