Searched refs:aap (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c135 static int vold_action(struct action_arg *aap);
136 static void vold_update_mountpoints(struct action_arg *aap);
354 struct action_arg *aap)
359 if ((aap->aa_action == INSERT) || (aap->aa_action == REMOUNT)) {
360 rmm_volume_aa_update_mountpoint(hal_ctx, udi, aap);
361 if ((aap->aa_mountpoint == NULL) ||
362 (strlen(aap->aa_mountpoint) == 0)) {
368 vold_update_mountpoints(aap);
371 ret = vold_action(aap);
353 vold_postprocess(LibHalContext *hal_ctx, const char *udi, struct action_arg *aap) argument
395 vold_update_mountpoints(struct action_arg *aap) argument
471 vold_action(struct action_arg *aap) argument
[all...]
H A Drmm_common.c881 struct action_arg *aap, char **opts, int num_opts, char *mountpoint)
894 if (aap == NULL) {
896 aap = &aa_local;
941 if (aap == &aa_local) {
942 if (!rmm_volume_aa_from_prop(hal_ctx, udi, v, aap)) {
948 aap->aa_action = action;
956 (void) vold_postprocess(hal_ctx, udi, aap);
959 if (aap == &aa_local) {
960 rmm_volume_aa_free(aap);
1067 LibHalVolume *volume_arg, struct action_arg *aap)
880 rmm_action(LibHalContext *hal_ctx, const char *name, action_t action, struct action_arg *aap, char **opts, int num_opts, char *mountpoint) argument
1066 rmm_volume_aa_from_prop(LibHalContext *hal_ctx, const char *udi_arg, LibHalVolume *volume_arg, struct action_arg *aap) argument
1188 rmm_volume_aa_update_mountpoint(LibHalContext *hal_ctx, const char *udi, struct action_arg *aap) argument
1198 rmm_volume_aa_free(struct action_arg *aap) argument
[all...]
H A Dvold.h64 struct action_arg *aap);
H A Drmm_common.h94 struct action_arg *aap, char **, int, char *);
103 struct action_arg *aap);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c776 const mptsas_target_addr_t *aap = a; local
779 if (aap->mta_wwn < bap->mta_wwn)
781 if (aap->mta_wwn > bap->mta_wwn)
783 return ((int)bap->mta_phymask - (int)aap->mta_phymask);

Completed in 91 milliseconds