Searched refs:kauth_copyinfilesec (Results 1 – 3 of 3) sorted by relevance
521 int kauth_copyinfilesec(user_addr_t xsecurity, kauth_filesec_t *xsecdestpp);
964 kauth_copyinfilesec(user_addr_t xsecurity, kauth_filesec_t *xsecdestpp) in kauth_copyinfilesec() function
4842 ((ciferror = kauth_copyinfilesec(uap->xsecurity, &xsecdst)) != 0)) { in open_extended()5337 if ((ciferror = kauth_copyinfilesec(uap->xsecurity, &xsecdst)) != 0) { in mkfifo_extended()7591 if ((error = kauth_copyinfilesec(xsecurity, pxsecdst)) != 0) { in chmod_extended_init()9793 ((ciferror = kauth_copyinfilesec(uap->xsecurity, &xsecdst)) != 0)) { in mkdir_extended()