Searched refs:numnodes (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 89 int numnodes; member 396 for(i=dp->numnodes; --i >= 0; ) in clone_type() 495 if(dp->numnodes && dp->strsize<0) in create_type() 506 else for(i=0; i < dp->numnodes; i++) in create_type() 558 for(i=0; i < dp->numnodes; i++) in put_type() 582 else if(++dp->current>=dp->numnodes) in next_type() 668 for(i=0; i < dp->numnodes; i++) in typeinfo() 759 else for(i=1; i < pp->numnodes; i++) in std_disc() 822 Namval_t *nv_mktype(Namval_t **nodes, int numnodes) in nv_mktype() argument 834 for(nnodes=1,i=1; i <numnodes; i++) in nv_mktype() [all …]
|
H A D | name.c | 79 short numnodes; member 209 if(sp->numnodes==0 && !nv_isnull(np) && sh.last_table) in nv_addnode() 217 if(sp->numnodes && memcmp(np->nvname,NV_CLASS,sizeof(NV_CLASS)-1)) in nv_addnode() 224 if(sp->rp && sp->numnodes) in nv_addnode() 237 for(i=0; i < sp->numnodes; i++) in nv_addnode() 243 while(++i < sp->numnodes) in nv_addnode() 245 sp->numnodes--; in nv_addnode() 252 if(sp->numnodes==sp->maxnodes) in nv_addnode() 257 sp->nodes[sp->numnodes++] = np; in nv_addnode() 305 shtp.numnodes=0; in nv_setlist() [all …]
|
H A D | init.c | 1436 int numnodes; member 1445 else if(++sp->current>=sp->numnodes) in next_stat() 1461 for(i=0; i < sp->numnodes; i++) in create_stat() 1510 sp->numnodes = nstat; in stat_init()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 234 int numnodes; in zfs_fuid_sync() local 257 numnodes = avl_numnodes(&zfsvfs->z_fuid_idx); in zfs_fuid_sync() 258 fuids = kmem_alloc(numnodes * sizeof (void *), KM_SLEEP); in zfs_fuid_sync() 269 fuids, numnodes) == 0); in zfs_fuid_sync() 270 for (i = 0; i != numnodes; i++) in zfs_fuid_sync() 272 kmem_free(fuids, numnodes * sizeof (void *)); in zfs_fuid_sync()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fem.c | 2895 femlist_create(int numnodes) in femlist_create() argument 2899 sp = kmem_alloc(fl_ntob(numnodes), KM_SLEEP); in femlist_create() 2901 sp->feml_ssize = numnodes; in femlist_create() 2914 femlist_construct(void *baseops, int type, int numnodes) in femlist_construct() argument 2918 sp = femlist_create(numnodes); in femlist_construct()
|