Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dmodctl.c920 modctl_getmaj(char *uname, uint_t ulen, int *umajorp) in modctl_getmaj() argument
933 if (copyout(&major, umajorp, sizeof (major_t)) != 0) in modctl_getmaj()
1153 modctl_getname(char *uname, uint_t ulen, int *umajorp) in modctl_getname() argument
1158 if (copyin(umajorp, &major, sizeof (major)) != 0) in modctl_getname()