Home
last modified time | relevance | path

Searched refs:aminor (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h458 static void getattr(char *devname, char *aminor, int spectype, dev_t dev,
H A Ddevfsadm.c2977 char *dev_path, *aminor = NULL; in reset_node_permissions() local
2991 aminor = di_minor_name(minor); in reset_node_permissions()
3009 getattr(phy_path, aminor, spectype, dev, &mode, &uid, &gid); in reset_node_permissions()
7135 getattr(char *phy_path, char *aminor, int spectype, dev_t dev, mode_t *mode, in getattr() argument
7241 if (aminor != NULL) in getattr()
7242 minor_name = aminor; in getattr()