Lines Matching defs:havecapsp
2883 struct file **fpp, struct filecaps *havecapsp)
2903 if (havecapsp != NULL)
2904 filecaps_copy(&fde->fde_caps, havecapsp, true);
2916 struct file **fpp, struct filecaps *havecapsp)
2929 if (havecapsp != NULL) {
2931 havecapsp, false)) {
2947 error = fget_cap_noref(fdp, fd, needrightsp, fpp, havecapsp);
2956 struct file **fpp, struct filecaps *havecapsp)
2960 if (havecapsp != NULL && error == 0)
2961 filecaps_fill(havecapsp);