Searched refs:getval (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh53 typeset getval
59 getval=$(get_prop $chkprop $ds)
64 [[ $getval != "0" ]] && \
67 elif [[ $getval != $setval ]]; then
73 [[ $getval != $setval ]] && \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c340 getval(const char *ival) function
395 policy->cp_default = getval(line);
406 policy->cp_allow = getval(line);
417 policy->cp_deny = getval(line);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c39 * call the next getval function in the chain
50 if(!fp->disc || (!fp->disc->getnum && !fp->disc->getval))
55 if(fp && fp->disc->getval)
56 cp = (*fp->disc->getval)(np,fp);
83 if(!fp->disc || (!fp->disc->getnum && !fp->disc->getval))
99 if(fp && fp->disc && fp->disc->getval)
100 str = (*fp->disc->getval)(np,fp);
516 dp->getval = lookups;
1391 if(!fp->disc || (!fp->disc->getnum && !fp->disc->getval))
H A Dnvtree.c314 if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp->data))
683 if(xp->disc && (xp->disc->getval || xp->disc->getnum))
1025 if(fp->next->disc && (fp->next->disc->getnum || fp->next->disc->getval))
H A Dinit.c702 while(fp && !fp->disc->getnum && !fp->disc->getval)
H A Dname.c2382 if(fp->disc && (fp->disc->getnum || fp->disc->getval))
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h58 char *(*getval)(Namval_t*, Namfun_t*); member in struct:Namdisc
/illumos-gate/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)) {
1346 getval(struct limits *lp, tchar **v, rlim_t *retval) function
1353 tprintf("TRACE- getval()\n");
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h67 char *(*getval) __PROTO__((Namval_t*, Namfun_t*)); member in struct:Namdisc

Completed in 71 milliseconds