Searched defs:nvflag (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_nvl.c47 topo_mod_nvalloc(topo_mod_t *mod, nvlist_t **nvlp, uint_t nvflag) argument
49 if (nvlist_xalloc(nvlp, nvflag, &mod->tm_alloc->ta_nva) != 0)
65 topo_hdl_nvalloc(topo_hdl_t *thp, nvlist_t **nvlp, uint_t nvflag) argument
68 if (nvlist_xalloc(nvlp, nvflag, &thp->th_alloc->ta_nva) != 0)
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h125 unsigned short nvflag; /* attributes */ member in struct:Namval
209 #define nv_isattr(np,f) ((np)->nvflag & (f))
210 #define nv_onattr(n,f) ((n)->nvflag |= (f))
211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f))
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h116 unsigned short nvflag; /* attributes */ member in struct:Namval
200 #define nv_isattr(np,f) ((np)->nvflag & (f))
201 #define nv_onattr(n,f) ((n)->nvflag |= (f))
202 #define nv_offattr(n,f) ((n)->nvflag &= ~(f))
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h125 unsigned short nvflag; /* attributes */ member in struct:Namval
209 #define nv_isattr(np,f) ((np)->nvflag & (f))
210 #define nv_onattr(n,f) ((n)->nvflag |= (f))
211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f))
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h125 unsigned short nvflag; /* attributes */ member in struct:Namval
209 #define nv_isattr(np,f) ((np)->nvflag & (f))
210 #define nv_onattr(n,f) ((n)->nvflag |= (f))
211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f))
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h125 unsigned short nvflag; /* attributes */ member in struct:Namval
209 #define nv_isattr(np,f) ((np)->nvflag & (f))
210 #define nv_onattr(n,f) ((n)->nvflag |= (f))
211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f))

Completed in 33 milliseconds