Searched defs:nprops (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c128 int nelem, nprops; local
194 &nprops, NULL) != 0) {
204 if (fs_zfs_props != NULL && nprops != fs_num) {
206 "array (%d) does not match FS_NUM (%d)\n"), nprops, fs_num);
216 &shared_fs_zfs_props, &nprops, NULL) != 0) {
226 if (shared_fs_zfs_props != NULL && nprops != shared_fs_num) {
229 "SHARED_FS_NUM (%d)\n"), nprops, shared_fs_num);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c2548 pool_knl_get_properties(const pool_elem_t *pe, uint_t *nprops) argument
2555 *nprops = 0;
2559 (*nprops)++;
2560 if ((result = calloc(*nprops + 1, sizeof (pool_value_t *))) == NULL) {
H A Dpool_xml.c932 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) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c713 tnode_t *ptn, const char *gnm, nvlist_t **props, int nprops)
725 for (pn = 0; pn < nprops; pn++) {
764 uint32_t rnprops, nprops; local
834 INV_PGRP_ALLPROPS, &props, &nprops);
835 if (rnprops != nprops) {
839 __func__, rnprops, nprops);
841 if (props_create(mp, ptn, gnm, props, nprops) < 0)
712 props_create(topo_mod_t *mp, tnode_t *ptn, const char *gnm, nvlist_t **props, int nprops) argument
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c1624 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;

Completed in 83 milliseconds