Home
last modified time | relevance | path

Searched refs:nv_hasget (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dname.h159 #define _nv_hasget(np) ((np)->nvfun && (np)->nvfun->disc && nv_hasget(np))
183 extern int nv_hasget(Namval_t*);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1386 int nv_hasget(Namval_t *np) in nv_hasget() function