Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c3354 fem_setvnops(vnode_t *v, vnodeops_t *newops) in fem_setvnops() argument
3359 ASSERT(newops != NULL); in fem_setvnops()
3367 fl->feml_nodes[1].fn_op.vnode = newops; in fem_setvnops()
3373 } while (atomic_cas_ptr(&v->v_op, r, newops) != r); in fem_setvnops()
3496 fsem_setvfsops(vfs_t *v, vfsops_t *newops) in fsem_setvfsops() argument
3501 ASSERT(newops != NULL); in fsem_setvfsops()
3510 fl->feml_nodes[1].fn_op.vfs = newops; in fsem_setvfsops()
3516 } while (atomic_cas_ptr(&v->vfs_op, r, newops) != r); in fsem_setvfsops()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1579 int newops = (c=='#' || c == '%' || c=='/'); in varsub() local
1581 if(newops && sh_isoption(SH_NOUNSET) && *id && id!=idbuff && (!np || nv_isnull(np))) in varsub()
1591 if(newops) in varsub()
1627 sh_lexskip(lp,RBRACE,0,(!newops&&mp->quote)?ST_QUOTE:ST_NESTED); in varsub()