Home
last modified time | relevance | path

Searched refs:maxlevel (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libsmbfs/smb/
H A Dctx.c316 int minlevel, int maxlevel, int sharetype) in smb_ctx_scan_argv() argument
330 ctx->ct_maxlevel = maxlevel; in smb_ctx_scan_argv()
378 minlevel, maxlevel, sharetype, &arg); in smb_ctx_scan_argv()
466 int minlevel, int maxlevel, int sharetype, in smb_ctx_parseunc() argument
479 ctx->ct_maxlevel = maxlevel; in smb_ctx_parseunc()
/titanic_51/usr/src/cmd/pgstat/
H A Dpgstat.pl372 my $maxlevel;
377 $maxlevel = max(@levels);
/titanic_51/usr/src/cmd/pginfo/
H A Dpginfo.pl329 my $maxlevel = max(@levels);
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c340 short maxlevel; member
362 if(level<0 || level > lp->maxlevel) in put_level()
383 lp->maxlevel = level; in init_level()
386 nv_putval(SH_LEVELNOD,(char*)&lp->maxlevel,NV_INT16); in init_level()
2705 level = lp->maxlevel = shp->dot_depth + shp->fn_depth+1; in sh_funct()
2706 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
2735 lp->maxlevel = level; in sh_funct()
2736 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c445 short maxlevel; member
467 if(level<0 || level > lp->maxlevel) in put_level()
488 lp->maxlevel = level; in init_level()
492 nv_putval(SH_LEVELNOD,(char*)&lp->maxlevel,NV_INT16); in init_level()
3504 level = lp->maxlevel = shp->dot_depth + shp->fn_depth+1; in sh_funct()
3505 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
3537 lp->maxlevel = level; in sh_funct()
3538 SH_LEVELNOD->nvalue.s = lp->maxlevel; in sh_funct()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c577 int maxlevel = 2 + (DN_MAX_OFFSET_SHIFT - dn->dn_datablkshift) / in dmu_tx_count_free() local
580 while (level++ < maxlevel) { in dmu_tx_count_free()