Searched refs:nv_create (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h182 #define NV_FUNCT NV_IDENT /* option for nv_create */
255 extern Namval_t *nv_create(const char*, Dt_t*, int,Namfun_t*);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */
266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */
266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */
266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */
266 extern __MANGLE__ Namval_t *nv_create __PROTO__((const char*, Dt_t*, int,Namfun_t*));
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1227 return(nv_create(name, tp->dict, flags, fp));
1332 np = nv_create(np,(const char*)0, NV_FIRST, (Namfun_t*)0);
H A Dname.c685 Namval_t *nv_create(const char *name, Dt_t *root, int flags, Namfun_t *dp) function
1219 np = nv_create(name, root, flags, &fun);
3210 sh.last_table = nv_create(np,0, NV_LAST,(Namfun_t*)0);
H A Dnvtype.c421 nr = nv_create(stakptr(offset),root,NV_VARNAME|NV_NOADD,fp);

Completed in 82 milliseconds