Searched defs:entries (Results 51 - 75 of 93) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1026 * Remove "available" property as the entries will be
1029 * we'll be creating non prom based property entries.
1212 pci_resource_setup_avail(dev_info_t *dip, pci_regspec_t *avail_p, int entries) argument
1224 for (i = 0; i < entries; i++, avail_p++) {
1411 * the rest entries from the original property
1511 * than existing one (when there is no adjacent entries thus the new
1612 * Two adjacent entries, merge them together
1631 /* No adjacent entries, append at end */
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h73 char *entries; /* buffer containing dirent entries */ member in struct:rddir_cache
75 int entlen; /* size of dirent entries in buf */
76 int buflen; /* size of the buffer used to store entries */
141 * when the number of entries on a list go beyond nfs_lmpl_high_water
301 acache_t *r_acache; /* list of access cache entries */
H A Dnfs_log.h465 nfslog_entryplus3 *entries; member in struct:nfslog_dirlistplus3
625 * writing log entries
H A Drnode4.h78 * entlen - nfsv2/3 used as both alloc'd size of entries buffer and
79 * as the actual size of the entries (XXX is this correct?).
83 * portion of the entries buffer. That is because in
84 * nfsv4, the otw entries are converted to system entries,
90 char *entries; /* buffer containing dirent entries */ member in struct:rddir4_cache
92 int entlen; /* size of dirent entries in buf */
93 int buflen; /* size of the buffer used to store entries */
94 int actlen; /* size of the actual entries (nfsv
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c135 uint32_t entries, uint32_t size)
139 tsize = size * entries;
141 dest_p->nblocks = entries;
134 hxge_setup_dma_common(p_hxge_dma_common_t dest_p, p_hxge_dma_common_t src_p, uint32_t entries, uint32_t size) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c702 * vn_vhub_table entries either. All said, we're free to play
716 * Destroy the vhub update entries if any
720 * Wipe clean the list of vnic entries accumulated via
741 * Destroy the vhub table entries
747 * Wipe clean the list of entries in the vhub table collected so
1531 uint_t entries; local
1548 &tbl_mcginfo, &entries);
1636 uint_t entries; local
1653 &upd_mcginfo, &entries);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c1606 npi_txdma_desc_set_zero(npi_handle_t handle, uint16_t entries) argument
1615 for (i = 0; i < entries; i++) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c953 * returns number of entries found, and whether there were
960 krb5_db_entry *entries, /* filled in */
1015 retval = krb5_decode_princ_contents(context, &contdata, entries);
1030 krb5_db2_db_free_principal(krb5_context context, krb5_db_entry *entries, argument
1035 krb5_dbe_free_contents(context, &entries[i]);
1040 Stores the *"nentries" entry structures pointed to by "entries" in the
1051 krb5_db_entry *entries,
1100 if ((retval = ulog_conv_2logentry(context, entries, upd, n))) {
1117 if ((retval = krb5_unparse_name(context, entries->princ,
1128 retval = krb5_encode_princ_contents(context, &contdata, entries);
958 krb5_db2_db_get_principal(krb5_context context, krb5_const_principal searchfor, krb5_db_entry *entries, int *nentries, krb5_boolean *more) argument
1050 krb5_db2_db_put_principal(krb5_context context, krb5_db_entry *entries, int *nentries, char **db_args) argument
1311 krb5_db_entry entries; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1279 int assigned_len, entries, i, l, flags = 0, error; local
1287 entries = assigned_len / (sizeof (pci_regspec_t));
1290 * Walk through the assigned-addresses entries. If there is
1293 for (i = 0; i < entries; i++) {
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c703 uint_t entries = px_dvma_page_cache_entries; local
716 for (; i < entries && ldstub(lock_addr); i++, lock_addr++)
718 if (i >= entries) {
721 for (; i < entries && ldstub(lock_addr); i++, lock_addr++)
723 if (i >= entries) {
730 mmu_p->mmu_dvma_addr_scan_start = (i + 1) & (entries - 1);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c912 uint_t entries = pci_dvma_page_cache_entries; local
927 for (; i < entries && ldstub(lock_addr); i++, lock_addr++)
929 if (i >= entries) {
932 for (; i < entries && ldstub(lock_addr); i++, lock_addr++)
934 if (i >= entries) {
941 iommu_p->iommu_dvma_addr_scan_start = (i + 1) & (entries - 1);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c988 xen_set_gdt(ulong_t *frame_list, int entries) argument
991 if ((err = HYPERVISOR_set_gdt(frame_list, entries)) != 0) {
997 (void *)frame_list, entries, -(int)err);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h106 entry_t *entries; /* os entries */ member in struct:__anon471
252 /* Title used for failsafe entries */
255 /* Title used for hv entries */
315 /* A first guess at the number of entries in a menu */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c97 } entries[NVCACHE]; member in struct:Namcache
1077 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1201 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1224 xp = &nvcache.entries[nvcache.index];
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c463 * Given a start and end time and start and end entries check if the
564 clear_pe(net_plot_entry_t *pe, int entries, int *pentries) argument
568 for (count = 0; count < entries; count++) {
605 net_stat_t *ns, int entries, void *arg)
612 for (count = 0; count < entries; count++) {
622 usage.du_last = (count == entries-1);
684 * Update the stat entries. The stats in the file are cumulative, so in order
688 * the reference stat entry, we don't come here. For subsequent entries,
1224 * Collect entries for all resources in a time slot before
1284 * the stats for all the entries whe
604 add_pe_to_file(int (*fn)(dladm_usage_t *, void *), net_plot_entry_t *pe, net_stat_t *ns, int entries, void *arg) argument
[all...]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc2131 char **entries = fru_reg_list_entries(&number); local
2132 if (entries == NULL) {
2135 list->strs = entries;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c478 int entries; local
483 entries = tbl->nentries;
489 if ((xval < xymap[0].x) || (xval > xymap[entries - 1].x))
493 if (xval == xymap[entries - 1].x)
494 return (xymap[entries - 1].y);
496 for (i = 1; i < entries - 1; i++) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c507 /* number of entries in the temp-lpm table */
541 int entries; local
546 entries = tbl->nentries;
550 else if (xval >= xymap[entries - 1].x)
551 return (xymap[entries - 1].y);
553 for (i = 1; i < entries - 1; i++) {
706 int i, entries, new_temp, denominator; local
710 entries = sensorp->obs2exp_cnt;
712 if (entries < 2 || map == NULL) {
719 * two entries i
754 int i, entries, new_temp, denominator; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c340 int entries; local
345 entries = tbl->nentries;
349 else if (xval >= xymap[entries - 1].x)
350 return (xymap[entries - 1].y);
352 for (i = 1; i < entries - 1; i++) {
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c2469 uint_t entries; local
2514 &src_info, &entries);
2532 entries);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c223 uint32_t entries, uint32_t size)
227 tsize = size * entries;
229 dest_p->nblocks = entries;
222 nxge_setup_dma_common(p_nxge_dma_common_t dest_p, p_nxge_dma_common_t src_p, uint32_t entries, uint32_t size) argument
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c893 krb5_db_entry * entries,
914 entries, nentries,
926 krb5_db_entry * entries,
948 entries, nentries,
988 krb5_db_entry * entries, int *nentries)
1008 prev = NULL, curr = entries->tl_data;
1036 entries->tl_data = curr->tl_data_next;
1040 entries->n_tl_data--;
1057 status = dal_handle->lib_handle->vftabl.db_put_principal(kcontext, entries,
891 krb5_db_get_principal(krb5_context kcontext, krb5_const_principal search_for, krb5_db_entry * entries, int *nentries, krb5_boolean * more) argument
924 krb5_db_get_principal_nolock(krb5_context kcontext, krb5_const_principal search_for, krb5_db_entry * entries, int *nentries, krb5_boolean * more) argument
987 krb5_db_put_principal(krb5_context kcontext, krb5_db_entry * entries, int *nentries) argument
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c822 * This routine sets the globals for CPU and DEV mondo queue entries and
823 * resumable and non-resumable error queue entries.
836 uint64_t entries; local
842 if (md_get_prop_val(mdp, cpu_node_cookie, qnamep, &entries)) {
846 entries = default_entries;
848 entries = 1 << entries;
851 entries = MIN(entries, max_entries);
853 if (!ISP2(entries)) {
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c926 * npage The number of entries to be cleared
1384 * This function fills the gart table entries by a given page
1389 * entries the number of pages to be bound
1396 uint32_t entries,
1404 while (items < entries) {
1409 entries * sizeof (uint32_t), DDI_DMA_SYNC_FORDEV);
1417 * all the gart entries related to this agp memory.
2246 * No one supports 64-bit gart entries now, so the size of gart
2247 * entries defaults to 32-bit though AGP3.0 specifies the possibility
2248 * of 64-bit gart entries
1394 agp_remove_from_gart( uint32_t pg_offset, uint32_t entries, ddi_dma_handle_t dma_hdl, uint32_t *tablep) argument
2336 agp_add_to_gart( agp_arc_type_t type, pfn_t *pfnarray, uint32_t pg_offset, uint32_t entries, ddi_dma_handle_t dma_hdl, uint32_t *tablep) argument
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dman.c574 int entries = 0; local
610 p++; entries++;
612 if (entries == maxentries) {
617 p = manp->secv + entries;
676 int entries = maxentries; local
682 dv = *dirv + entries;
693 * Find matching whatis or apropos entries.
782 int entries = 0; local
809 entries++;
810 if (entries
1082 int entries = 0; local
[all...]

Completed in 331 milliseconds

1234