Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c979 modctl_retire(char *path, char *uconstraints, size_t ulen) in modctl_retire() argument
991 if ((uconstraints == NULL) ^ (ulen == 0)) in modctl_retire()
1016 if (uconstraints) { in modctl_retire()
1018 if (copyin(uconstraints, constraints, ulen)) { in modctl_retire()