Searched refs:val_u (Results 1 – 2 of 2) sorted by relevance
167 uint64_t val_u; in uu_strtoint() local199 if (strtoint(s, &val_u, base, 1) == -1) in uu_strtoint()202 val = (int64_t)val_u; in uu_strtoint()
881 struct quotaval *val_u) in do_sys_quotactl_get() argument900 return copyout(&val_k, val_u, sizeof(val_k)); in do_sys_quotactl_get()905 const struct quotaval *val_u) in do_sys_quotactl_put() argument916 error = copyin(val_u, &val_k, sizeof(val_k)); in do_sys_quotactl_put()