Home
last modified time | relevance | path

Searched refs:rmm_vold_actions_enabled (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c138 rmm_vold_actions_enabled = B_FALSE; in rmvolmgr()
154 rmm_vold_actions_enabled ? PRIV_FILE_DAC_WRITE : NULL, in rmvolmgr()
167 rmm_vold_actions_enabled = B_FALSE; in rmvolmgr()
249 rmm_vold_actions_enabled = (*val != 0); in get_smf_properties()
H A Dvold.h57 extern boolean_t rmm_vold_actions_enabled;
H A Dvold.c103 boolean_t rmm_vold_actions_enabled = B_FALSE; variable
272 rmm_vold_actions_enabled = B_TRUE; in vold_rmmount()
275 rmm_vold_actions_enabled = B_TRUE; in vold_rmmount()
370 if (rmm_vold_actions_enabled) { in vold_postprocess()