Home
last modified time | relevance | path

Searched refs:getval (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh49 typeset getval
55 getval=$(get_prop $chkprop $ds)
60 [[ $getval != "0" ]] && \
63 elif [[ $getval != $setval ]]; then
69 [[ $getval != $setval ]] && \
/titanic_50/usr/src/lib/libc/port/gen/
H A Dcrypt.c340 getval(const char *ival) in getval() function
395 policy->cp_default = getval(line); in getcryptpolicy()
406 policy->cp_allow = getval(line); in getcryptpolicy()
417 policy->cp_deny = getval(line); in getcryptpolicy()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c50 if(!fp->disc || (!fp->disc->getnum && !fp->disc->getval)) in nv_getv()
55 if(fp && fp->disc->getval) in nv_getv()
56 cp = (*fp->disc->getval)(np,fp); in nv_getv()
83 if(!fp->disc || (!fp->disc->getnum && !fp->disc->getval)) in nv_getn()
99 if(fp && fp->disc && fp->disc->getval) in nv_getn()
100 str = (*fp->disc->getval)(np,fp); in nv_getn()
516 dp->getval = lookups; in nv_setdisc()
1391 if(!fp->disc || (!fp->disc->getnum && !fp->disc->getval)) in nv_hasget()
H A Dnvtree.c314 …if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp-… in nv_dirnext()
683 if(xp->disc && (xp->disc->getval || xp->disc->getnum)) in outval()
1025 if(fp->next->disc && (fp->next->disc->getnum || fp->next->disc->getval)) in nv_getvtree()
H A Dinit.c702 while(fp && !fp->disc->getnum && !fp->disc->getval) in hasgetdisc()
H A Dname.c2382 if(fp->disc && (fp->disc->getnum || fp->disc->getval)) in nv_optimize()
/titanic_50/usr/src/cmd/csh/
H A Dsh.func.c54 static int getval(struct limits *lp, tchar **v, rlim_t *);
1331 switch (getval(lp, v+1, &limit)) { in dolimit()
1346 getval(struct limits *lp, tchar **v, rlim_t *retval) in getval() function
/titanic_50/usr/src/lib/libshell/common/include/
H A Dnval.h58 char *(*getval)(Namval_t*, Namfun_t*); member
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
/titanic_50/usr/src/lib/libshell/misc/
H A DERRATA.txt964 if(fp->next->disc && (fp->next->disc->getnum || fp->next->disc->getval))