Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c927 modctl_getmaj(char *uname, uint_t ulen, int *umajorp) in modctl_getmaj() argument
940 if (copyout(&major, umajorp, sizeof (major_t)) != 0) in modctl_getmaj()
1160 modctl_getname(char *uname, uint_t ulen, int *umajorp) in modctl_getname() argument
1165 if (copyin(umajorp, &major, sizeof (major)) != 0) in modctl_getname()