Home
last modified time | relevance | path

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

/src/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh148 typeset init_mode=$1
154 typeset -3L u_bits=$init_mode
155 typeset g_bits=$(get_substr $init_mode 4 3)
156 typeset -3R o_bits=$init_mode
207 init_mode=$(get_mode $node)
208 init_mode=$(get_substr $init_mode 2 9)
218 $init_mode $node $acl_flag $acl_access $acl_type
/src/sys/dev/virtio/network/
H A Dif_vtnet.c3498 vtnet_init_locked(struct vtnet_softc *sc, int init_mode) in vtnet_init_locked() argument
3513 switch (init_mode) { in vtnet_init_locked()