Searched refs:nprops (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/mdb/intel/kmdb/kctl/ |
H A D | kctl_isadep.c | 89 kctl_pcache_create(int *nprops) in kctl_pcache_create() argument 143 *nprops = KCTL_PROPNV_NENT; in kctl_pcache_create()
|
/titanic_44/usr/src/lib/libpicltree/ |
H A D | picltree.h | 97 extern int ptree_add_row_to_table(picl_prophdl_t tbl, int nprops,
|
H A D | llib-lpicltree | 50 int ptree_add_row_to_table(picl_prophdl_t tbl, int nprops,
|
H A D | picltree.c | 1624 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_44/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) 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_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 463 size_t nprops; in read_inst_props() local 466 if ((*bprops = read_instance_props(rep_handle, (char *)fmri, &nprops, in read_inst_props()
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 932 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 D | pool_kernel.c | 2549 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_44/usr/src/uts/common/io/mac/ |
H A D | mac.c | 3601 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_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 4333 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()
|