Searched refs:nvflag (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/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)
/illumos-gate/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))
H A Dname.h146 #define nv_setattr(n,f) ((n)->nvflag = (f))
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c887 unsigned short flag = mp->nvflag;
907 mp->nvflag &= NV_MINIMAL;
908 mp->nvflag |= np->nvflag&~(NV_ARRAY|NV_MINIMAL|NV_NOFREE);
909 flag = mp->nvflag;
916 if(mp->nvflag == flag)
917 mp->nvflag = (np->nvflag&~(NV_MINIMAL))|(mp->nvflag&NV_MINIMAL);
919 mp->nvflag |
[all...]
H A Dnvtype.c247 np->nvflag = mp->nvflag&~NV_RDONLY;
305 nq ->nvflag = NV_REF|NV_NOFREE|NV_MINIMAL;
982 nq->nvflag = np->nvflag|NV_NOFREE|NV_MINIMAL;
1045 nq->nvflag = (np->nvflag&~(NV_IMPORT|NV_EXPORT))|NV_NOFREE|NV_MINIMAL;
1072 nq->nvflag = nr->nvflag;
1466 nq->nvflag
[all...]
H A Dname.c518 L_ARGNOD->nvflag = NV_REF|NV_NOFREE;
527 L_ARGNOD->nvflag = node.nvflag;
611 L_ARGNOD->nvflag = node.nvflag;
1888 register int flag = np->nvflag;
1994 register int k=np->nvflag;
2131 np->nvflag = 0;
2668 n = np->nvflag;
2692 oldatts = np->nvflag;
[all...]
H A Dsubshell.c348 mp->nvflag = np->nvflag;
351 nv_putval(mp, nv_getval(np),np->nvflag|NV_NOFREE);
H A Darray.c391 mp->nvflag &= NV_MINIMAL;
392 mp->nvflag |= (np->nvflag&~(NV_MINIMAL|NV_NOFREE));
H A Dpath.c858 n = np->nvflag;
860 np->nvflag = n;
H A Dxec.c628 L_ARGNOD->nvflag = NV_REF|NV_NOFREE;
642 L_ARGNOD->nvflag = node->nvflag;
/illumos-gate/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))
/illumos-gate/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))
/illumos-gate/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))
/illumos-gate/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))
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c86 static uchar_t nvflag = 1; /* Print matching lines */ variable
168 nvflag = 0;
718 * - no negating the output (nvflag)
725 use_bmg = Fflag && !mblocale && !iflag && !nflag && nvflag &&
1115 if (nvflag == (pp != NULL)) {
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c255 nvlist_init(nvlist_t *nvl, uint32_t nvflag, nvpriv_t *priv) argument
258 nvl->nvl_nvflag = nvflag & (NV_UNIQUE_NAME|NV_UNIQUE_NAME_TYPE);
275 nvlist_alloc(nvlist_t **nvlp, uint_t nvflag, int kmflag) argument
278 return (nvlist_xalloc(nvlp, nvflag,
281 return (nvlist_xalloc(nvlp, nvflag, nv_alloc_nosleep));
286 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) argument
302 nvlist_init(*nvlp, nvflag, priv);
2551 /* copy version and nvflag of the nvlist_t */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c410 if(!np->nvflag)
577 flag = (np->nvflag&NV_NOCHANGE);
579 curflag = np->nvflag;

Completed in 134 milliseconds