Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c909 update_mode(Rt_map *lmp, int omode, int nmode) in update_mode() argument
922 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); in update_mode()
933 if ((omode & RTLD_LAZY) && (nmode & RTLD_NOW)) { in update_mode()
938 pmode |= ((~omode & nmode) & in update_mode()
2163 load_finish(Lm_list *lml, const char *name, Rt_map *clmp, int nmode, in load_finish() argument
2195 nmode &= ~RTLD_WORLD; in load_finish()
2196 nmode |= RTLD_GROUP; in load_finish()
2204 nmode |= RTLD_PARENT; in load_finish()
2210 promote = update_mode(nlmp, MODE(nlmp), nmode); in load_finish()
2253 if (nmode in load_finish()
2414 load_path(Lm_list * lml,Aliste lmco,Rt_map * clmp,int nmode,uint_t flags,Grp_hdl ** hdl,Fdesc * fdp,Rej_desc * rej,int * in_nfavl) load_path() argument
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib1290 typeset nmode omode
1294 nmode="on"
1296 nmode="off"
1299 log_note "$user $ZFS set $perm=$nmode $fs"
1300 user_run $user $ZFS set $perm=$nmode $fs
1301 if [[ $(get_prop $perm $fs) != $nmode ]]; then