Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h458 static void getattr(char *devname, char *aminor, int spectype, dev_t dev,
H A Ddevfsadm.c2990 char *dev_path, *aminor = NULL; in reset_node_permissions() local
3004 aminor = di_minor_name(minor); in reset_node_permissions()
3022 getattr(phy_path, aminor, spectype, dev, &mode, &uid, &gid); in reset_node_permissions()
7149 getattr(char *phy_path, char *aminor, int spectype, dev_t dev, mode_t *mode, in getattr() argument
7255 if (aminor != NULL) in getattr()
7256 minor_name = aminor; in getattr()