Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dfem.c3349 fem_setvnops(vnode_t *v, vnodeops_t *newops) in fem_setvnops() argument
3354 ASSERT(newops != NULL); in fem_setvnops()
3362 fl->feml_nodes[1].fn_op.vnode = newops; in fem_setvnops()
3368 } while (atomic_cas_ptr(&v->v_op, r, newops) != r); in fem_setvnops()
3491 fsem_setvfsops(vfs_t *v, vfsops_t *newops) in fsem_setvfsops() argument
3496 ASSERT(newops != NULL); in fsem_setvfsops()
3505 fl->feml_nodes[1].fn_op.vfs = newops; in fsem_setvfsops()
3511 } while (atomic_cas_ptr(&v->vfs_op, r, newops) != r); in fsem_setvfsops()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c1472 int newops = (c=='#' || c == '%' || c=='/'); in varsub() local
1482 if(newops) in varsub()
1517 sh_lexskip(lp,RBRACE,0,(!newops&&mp->quote)?ST_QUOTE:ST_NESTED); in varsub()