Lines Matching defs:aliases
630 * aliases to add to the list of locked devices
873 * "key" is no longer active. It returns a list aliases of the devices
880 * returns those aliases to the caller. If it fails, it allocates
891 * A pointer to malloc()ed space containing pointers to the aliases
892 * of the reserved devices. The aliases are in malloc()ed space also.
908 char **rr; /* Ptr to item in aliases */
909 char **aliases; /* List of aliases allocated */
924 if (aliases = malloc((ndevs+1)*sizeof (char **))) {
927 rr = aliases;
988 if (!putlocks(aliases, key)) noerr = FALSE;
994 for (qq = aliases; *qq; qq++) free(*qq);
1001 free(aliases);