Home
last modified time | relevance | path

Searched refs:action_arg (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/rmvolmgr/
H A Drmm_common.h94 struct action_arg *aap, char **, int, char *);
98 struct action_arg *);
101 LibHalVolume *, struct action_arg *);
103 struct action_arg *aap);
104 void rmm_volume_aa_free(struct action_arg *);
H A Dvold.c135 static int vold_action(struct action_arg *aap);
136 static void vold_update_mountpoints(struct action_arg *aap);
137 static char *not_mountable(struct action_arg *aa);
144 static int create_notify_files(struct action_arg **aa);
148 static boolean_t remove_notify_files(struct action_arg **aa);
354 struct action_arg *aap) in vold_postprocess()
395 vold_update_mountpoints(struct action_arg *aap) in vold_update_mountpoints()
471 vold_action(struct action_arg *aap) in vold_action()
477 struct action_arg *aa[2]; in vold_action()
478 struct action_arg a1; in vold_action()
[all …]
H A Dvold.h46 struct action_arg { struct
64 struct action_arg *aap); argument
H A Drmm_common.c881 struct action_arg *aap, char **opts, int num_opts, char *mountpoint) in rmm_action()
889 struct action_arg aa_local; in rmm_action()
1067 LibHalVolume *volume_arg, struct action_arg *aap) in rmm_volume_aa_from_prop()
1189 struct action_arg *aap) in rmm_volume_aa_update_mountpoint()
1198 rmm_volume_aa_free(struct action_arg *aap) in rmm_volume_aa_free()
H A Drmvolmgr.c59 struct action_arg aa;