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

/osnet-11/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*);
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1251 return(nv_create(name, tp->dict, flags, fp));
1358 np = nv_create(np,(const char*)0, NV_FIRST, (Namfun_t*)0);
H A Dname.c714 Namval_t *nv_create(const char *name, Dt_t *root, int flags, Namfun_t *dp) function
1351 np = nv_create(name, root, flags, &fun);
3494 shp->last_table = nv_create(np,0, NV_LAST,(Namfun_t*)0);
H A Dnvtype.c431 nr = nv_create(stakptr(offset),root,NV_VARNAME|NV_NOADD,fp);

Completed in 53 milliseconds