Searched refs:umajorp (Results 1 – 1 of 1) sorted by relevance
920 modctl_getmaj(char *uname, uint_t ulen, int *umajorp) in modctl_getmaj() argument933 if (copyout(&major, umajorp, sizeof (major_t)) != 0) in modctl_getmaj()1153 modctl_getname(char *uname, uint_t ulen, int *umajorp) in modctl_getname() argument1158 if (copyin(umajorp, &major, sizeof (major)) != 0) in modctl_getname()