Lines Matching defs:alias
62 /* Find the alias for this descriptor */
66 if (libdiskmgt_str_eq(dp->name, ap->alias)) {
67 /* we found the alias for this descriptor */
97 /* get the status for this alias */
125 descriptor_t *alias = NULL;
134 alias = aliases[i];
142 if (alias == NULL) {
146 return (alias);
183 if (ap->alias != NULL) {
184 cache_load_desc(DM_ALIAS, dp, ap->alias, NULL, &error);