Home
last modified time | relevance | path

Searched refs:nprops (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c89 kctl_pcache_create(int *nprops) in kctl_pcache_create() argument
143 *nprops = KCTL_PROPNV_NENT; in kctl_pcache_create()
/titanic_50/usr/src/lib/libpicltree/
H A Dpicltree.h97 extern int ptree_add_row_to_table(picl_prophdl_t tbl, int nprops,
H A Dllib-lpicltree50 int ptree_add_row_to_table(picl_prophdl_t tbl, int nprops,
H A Dpicltree.c1624 ptree_add_row_to_table(picl_prophdl_t tblh, int nprops, in ptree_add_row_to_table() argument
1636 if (nprops < 1) in ptree_add_row_to_table()
1639 newrow = malloc(sizeof (picl_obj_t *) * nprops); in ptree_add_row_to_table()
1655 for (i = 0; i < nprops; ++i) { in ptree_add_row_to_table()
1686 for (i = 0; i < nprops; ++i) { in ptree_add_row_to_table()
1693 if (i != nprops - 1) in ptree_add_row_to_table()
1696 newrow[nprops - 1]->next_row = NULL; in ptree_add_row_to_table()
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c643 tnode_t *ptn, const char *gnm, nvlist_t **props, int nprops) in props_create() argument
655 for (pn = 0; pn < nprops; pn++) { in props_create()
694 uint32_t rnprops, nprops; in pgroups_create() local
764 INV_PGRP_ALLPROPS, &props, &nprops); in pgroups_create()
765 if (rnprops != nprops) { in pgroups_create()
769 rnprops, nprops); in pgroups_create()
771 if (props_create(mp, ptn, gnm, props, nprops) < 0) in pgroups_create()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c463 size_t nprops; in read_inst_props() local
466 if ((*bprops = read_instance_props(rep_handle, (char *)fmri, &nprops, in read_inst_props()
/titanic_50/usr/src/lib/libpool/common/
H A Dpool_xml.c932 pool_xml_get_properties(const pool_elem_t *pe, uint_t *nprops) in pool_xml_get_properties() argument
944 *nprops = 0; in pool_xml_get_properties()
951 (*nprops)++; in pool_xml_get_properties()
963 (*nprops) += path->nodesetval->nodeNr; in pool_xml_get_properties()
965 if ((result = calloc(*nprops + 1, sizeof (pool_value_t *))) == NULL) { in pool_xml_get_properties()
H A Dpool_kernel.c2549 pool_knl_get_properties(const pool_elem_t *pe, uint_t *nprops) in pool_knl_get_properties() argument
2556 *nprops = 0; in pool_knl_get_properties()
2560 (*nprops)++; in pool_knl_get_properties()
2561 if ((result = calloc(*nprops + 1, sizeof (pool_value_t *))) == NULL) { in pool_knl_get_properties()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c3601 uint_t nprops, i; in mac_register_priv_prop() local
3606 nprops = 0; in mac_register_priv_prop()
3607 while (priv_props[nprops] != NULL) in mac_register_priv_prop()
3608 nprops++; in mac_register_priv_prop()
3609 if (nprops == 0) in mac_register_priv_prop()
3613 mip->mi_priv_prop = kmem_zalloc(nprops * sizeof (char *), KM_SLEEP); in mac_register_priv_prop()
3615 for (i = 0; i < nprops; i++) { in mac_register_priv_prop()
3621 mip->mi_priv_prop_count = nprops; in mac_register_priv_prop()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4333 uint_t nprops; /* number of property value returned */ in e1000g_get_prop() local
4340 DDI_PROP_DONTPASS, propname, &props, &nprops) == DDI_PROP_SUCCESS) { in e1000g_get_prop()
4342 if (Adapter->instance < nprops) { in e1000g_get_prop()