Lines Matching defs:checks
599 * Do sanity checks on security descriptors read from storage
956 * Do sanity checks on a Posix descriptor
978 } checks[2], *pchk;
981 checks[i].mode = 0;
982 checks[i].tagsset = 0;
983 checks[i].owners = 0;
984 checks[i].groups = 0;
985 checks[i].others = 0;
986 checks[i].previous = 0;
987 checks[i].previousid = 0;
1006 pchk = &checks[1];
1008 pchk = &checks[0];
1058 && ((checks[0].owners != 1) || (checks[0].groups != 1)
1059 || (checks[0].others != 1)))
1070 && checks[0].tagsset
1071 && (checks[0].mode != (pxdesc->mode & 0777)))
1074 if (pxdesc->tagsset != checks[0].tagsset)