Searched defs:nprops (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_utils.c | 217 uint_t nprops; local 220 name, &props, &nprops) == DDI_PROP_SUCCESS) { 221 if (dp->instance < nprops) {
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/kctl/ |
H A D | kctl_isadep.c | 89 kctl_pcache_create(int *nprops) argument 143 *nprops = KCTL_PROPNV_NENT;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 463 size_t nprops; local 466 if ((*bprops = read_instance_props(rep_handle, (char *)fmri, &nprops,
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_gld_v3.c | 682 unsigned int nprops = 0; local 704 nprops++; 710 nprops++; 716 nprops++; 723 nprops++; 726 ASSERT3U((nprops + 1), ==, sp->s_mac_priv_props_alloc);
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 932 pool_xml_get_properties(const pool_elem_t *pe, uint_t *nprops) argument 944 *nprops = 0; 951 (*nprops)++; 963 (*nprops) += path->nodesetval->nodeNr; 965 if ((result = calloc(*nprops + 1, sizeof (pool_value_t *))) == NULL) {
|
H A D | pool_kernel.c | 2549 pool_knl_get_properties(const pool_elem_t *pe, uint_t *nprops) argument 2556 *nprops = 0; 2560 (*nprops)++; 2561 if ((result = calloc(*nprops + 1, sizeof (pool_value_t *))) == NULL) {
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 643 tnode_t *ptn, const char *gnm, nvlist_t **props, int nprops) 655 for (pn = 0; pn < nprops; pn++) { 694 uint32_t rnprops, nprops; local 764 INV_PGRP_ALLPROPS, &props, &nprops); 765 if (rnprops != nprops) { 769 rnprops, nprops); 771 if (props_create(mp, ptn, gnm, props, nprops) < 0) 642 props_create(topo_mod_t *mp, tnode_t *ptn, const char *gnm, nvlist_t **props, int nprops) argument
|
/illumos-gate/usr/src/lib/libpicltree/ |
H A D | picltree.c | 1624 ptree_add_row_to_table(picl_prophdl_t tblh, int nprops, argument 1636 if (nprops < 1) 1639 newrow = malloc(sizeof (picl_obj_t *) * nprops); 1655 for (i = 0; i < nprops; ++i) { 1686 for (i = 0; i < nprops; ++i) { 1693 if (i != nprops - 1) 1696 newrow[nprops - 1]->next_row = NULL;
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 4181 uint_t nprops; /* number of property value returned */ local 4188 DDI_PROP_DONTPASS, propname, &props, &nprops) == DDI_PROP_SUCCESS) { 4190 if (Adapter->instance < nprops) {
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac.c | 3602 uint_t nprops, i; local 3607 nprops = 0; 3608 while (priv_props[nprops] != NULL) 3609 nprops++; 3610 if (nprops == 0) 3614 mip->mi_priv_prop = kmem_zalloc(nprops * sizeof (char *), KM_SLEEP); 3616 for (i = 0; i < nprops; i++) { 3622 mip->mi_priv_prop_count = nprops;
|
Completed in 125 milliseconds