Lines Matching defs:luch
1570 struct l_user_cap_header luch;
1577 error = copyin(uap->hdrp, &luch, sizeof(luch));
1581 switch (luch.version) {
1590 luch.version = _LINUX_CAPABILITY_VERSION_1;
1591 error = copyout(&luch, uap->hdrp, sizeof(luch));
1597 if (luch.pid)
1617 struct l_user_cap_header luch;
1624 error = copyin(uap->hdrp, &luch, sizeof(luch));
1628 switch (luch.version) {
1637 luch.version = _LINUX_CAPABILITY_VERSION_1;
1638 error = copyout(&luch, uap->hdrp, sizeof(luch));
1644 if (luch.pid)