/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_nvl.c | 47 topo_mod_nvalloc(topo_mod_t *mod, nvlist_t **nvlp, uint_t nvflag) in topo_mod_nvalloc() argument 49 if (nvlist_xalloc(nvlp, nvflag, &mod->tm_alloc->ta_nva) != 0) in topo_mod_nvalloc() 65 topo_hdl_nvalloc(topo_hdl_t *thp, nvlist_t **nvlp, uint_t nvflag) in topo_hdl_nvalloc() argument 68 if (nvlist_xalloc(nvlp, nvflag, &thp->th_alloc->ta_nva) != 0) in topo_hdl_nvalloc()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 116 unsigned short nvflag; /* attributes */ member 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))
|
H A D | name.h | 146 #define nv_setattr(n,f) ((n)->nvflag = (f))
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 887 unsigned short flag = mp->nvflag; in nv_clone() 907 mp->nvflag &= NV_MINIMAL; in nv_clone() 908 mp->nvflag |= np->nvflag&~(NV_ARRAY|NV_MINIMAL|NV_NOFREE); in nv_clone() 909 flag = mp->nvflag; in nv_clone() 916 if(mp->nvflag == flag) in nv_clone() 917 mp->nvflag = (np->nvflag&~(NV_MINIMAL))|(mp->nvflag&NV_MINIMAL); in nv_clone() 919 mp->nvflag |= (np->nvflag&NV_MINIMAL); in nv_clone() 943 np->nvflag = 0; in nv_clone() 946 np->nvflag &= NV_MINIMAL; in nv_clone() 998 np->nvflag = mp->nvflag; in nv_mkclone() [all …]
|
H A D | nvtype.c | 247 np->nvflag = mp->nvflag&~NV_RDONLY; in put_chtype() 305 nq ->nvflag = NV_REF|NV_NOFREE|NV_MINIMAL; in fixnode() 982 nq->nvflag = np->nvflag|NV_NOFREE|NV_MINIMAL; in nv_mktype() 1045 nq->nvflag = (np->nvflag&~(NV_IMPORT|NV_EXPORT))|NV_NOFREE|NV_MINIMAL; in nv_mktype() 1072 nq->nvflag = nr->nvflag; in nv_mktype() 1466 nq->nvflag = tp->nvflag|NV_MINIMAL|NV_NOFREE; in nv_mkstruct() 1491 nq->nvflag = nr->nvflag; in nv_mkstruct()
|
H A D | name.c | 518 L_ARGNOD->nvflag = NV_REF|NV_NOFREE; in nv_setlist() 527 L_ARGNOD->nvflag = node.nvflag; in nv_setlist() 611 L_ARGNOD->nvflag = node.nvflag; in nv_setlist() 1888 register int flag = np->nvflag; in attstore() 1994 register int k=np->nvflag; in scanfilter() 2131 np->nvflag = 0; in table_unset() 2668 n = np->nvflag; in nv_newattr() 2692 oldatts = np->nvflag; in nv_newattr() 2700 np->nvflag = oldatts; in nv_newattr() 2728 np->nvflag &= NV_ARRAY; in nv_newattr() [all …]
|
H A D | subshell.c | 348 mp->nvflag = np->nvflag; in nv_restore() 351 nv_putval(mp, nv_getval(np),np->nvflag|NV_NOFREE); in nv_restore()
|
H A D | array.c | 391 mp->nvflag &= NV_MINIMAL; in array_clone() 392 mp->nvflag |= (np->nvflag&~(NV_MINIMAL|NV_NOFREE)); in array_clone()
|
H A D | path.c | 858 n = np->nvflag; in path_absolute() 860 np->nvflag = n; in path_absolute()
|
H A D | xec.c | 628 L_ARGNOD->nvflag = NV_REF|NV_NOFREE; in set_instance() 642 L_ARGNOD->nvflag = node->nvflag; in unset_instance()
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 125 unsigned short nvflag; /* attributes */ member 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))
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 125 unsigned short nvflag; /* attributes */ member 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))
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 125 unsigned short nvflag; /* attributes */ member 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))
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 125 unsigned short nvflag; /* attributes */ member 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))
|
/titanic_41/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 86 static uchar_t nvflag = 1; /* Print matching lines */ variable 168 nvflag = 0; in main() 725 use_bmg = Fflag && !mblocale && !iflag && !nflag && nvflag && in fixpatterns() 1115 if (nvflag == (pp != NULL)) { in grep()
|
/titanic_41/usr/src/common/nvpair/ |
H A D | nvpair.c | 250 nvlist_init(nvlist_t *nvl, uint32_t nvflag, nvpriv_t *priv) in nvlist_init() argument 253 nvl->nvl_nvflag = nvflag & (NV_UNIQUE_NAME|NV_UNIQUE_NAME_TYPE); in nvlist_init() 270 nvlist_alloc(nvlist_t **nvlp, uint_t nvflag, int kmflag) in nvlist_alloc() argument 273 return (nvlist_xalloc(nvlp, nvflag, in nvlist_alloc() 276 return (nvlist_xalloc(nvlp, nvflag, nv_alloc_nosleep)); in nvlist_alloc() 281 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc() argument 297 nvlist_init(*nvlp, nvflag, priv); in nvlist_xalloc()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 410 if(!np->nvflag) in print_value() 577 flag = (np->nvflag&NV_NOCHANGE); in b_common() 579 curflag = np->nvflag; in b_common()
|