Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rmvolmgr/
H A Dvold.h51 char *aa_rawpath; /* special device in question (character) */ member
H A Drmm_common.c1137 if (!(aap->aa_rawpath = libhal_device_get_property_string(hal_ctx, udi, in rmm_volume_aa_from_prop()
1212 if (aap->aa_rawpath != NULL) { in rmm_volume_aa_free()
1213 libhal_free_string(aap->aa_rawpath); in rmm_volume_aa_free()
1214 aap->aa_rawpath = NULL; in rmm_volume_aa_free()
H A Dvold.c721 raw_partitionp = aa[0]->aa_rawpath; in create_notify_files()