Searched refs:uconstraints (Results 1 – 1 of 1) sorted by relevance
972 modctl_retire(char *path, char *uconstraints, size_t ulen) in modctl_retire() argument984 if ((uconstraints == NULL) ^ (ulen == 0)) in modctl_retire()1009 if (uconstraints) { in modctl_retire()1011 if (copyin(uconstraints, constraints, ulen)) { in modctl_retire()