Searched refs:aap (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/rmvolmgr/ |
H A D | vold.c | 135 static int vold_action(struct action_arg *aap); 136 static void vold_update_mountpoints(struct action_arg *aap); 354 struct action_arg *aap) in vold_postprocess() argument 359 if ((aap->aa_action == INSERT) || (aap->aa_action == REMOUNT)) { in vold_postprocess() 360 rmm_volume_aa_update_mountpoint(hal_ctx, udi, aap); in vold_postprocess() 361 if ((aap->aa_mountpoint == NULL) || in vold_postprocess() 362 (strlen(aap->aa_mountpoint) == 0)) { in vold_postprocess() 368 vold_update_mountpoints(aap); in vold_postprocess() 371 ret = vold_action(aap); in vold_postprocess() 395 vold_update_mountpoints(struct action_arg *aap) in vold_update_mountpoints() argument [all …]
|
H A D | rmm_common.c | 881 struct action_arg *aap, char **opts, int num_opts, char *mountpoint) in rmm_action() argument 894 if (aap == NULL) { in rmm_action() 896 aap = &aa_local; in rmm_action() 941 if (aap == &aa_local) { in rmm_action() 942 if (!rmm_volume_aa_from_prop(hal_ctx, udi, v, aap)) { in rmm_action() 948 aap->aa_action = action; in rmm_action() 956 (void) vold_postprocess(hal_ctx, udi, aap); in rmm_action() 959 if (aap == &aa_local) { in rmm_action() 960 rmm_volume_aa_free(aap); in rmm_action() 1067 LibHalVolume *volume_arg, struct action_arg *aap) in rmm_volume_aa_from_prop() argument [all …]
|
H A D | rmm_common.h | 94 struct action_arg *aap, char **, int, char *); 103 struct action_arg *aap);
|
H A D | vold.h | 64 struct action_arg *aap);
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 768 const mptsas_target_addr_t *aap = a; in mptsas_target_addr_cmp() local 771 if (aap->mta_wwn < bap->mta_wwn) in mptsas_target_addr_cmp() 773 if (aap->mta_wwn > bap->mta_wwn) in mptsas_target_addr_cmp() 775 return ((int)bap->mta_phymask - (int)aap->mta_phymask); in mptsas_target_addr_cmp()
|