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 D | property_alias_001_pos.ksh | 49 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 D | crypt.c | 340 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 D | nvdisc.c | 50 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 D | nvtree.c | 314 …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 D | init.c | 702 while(fp && !fp->disc->getnum && !fp->disc->getval) in hasgetdisc()
|
H A D | name.c | 2382 if(fp->disc && (fp->disc->getnum || fp->disc->getval)) in nv_optimize()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.func.c | 54 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 D | nval.h | 58 char *(*getval)(Namval_t*, Namfun_t*); member
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 964 if(fp->next->disc && (fp->next->disc->getnum || fp->next->disc->getval))
|