bounds 979 arch/x86/kernel/traps.c set_intr_gate(5, &bounds);
bounds 188 fs/hpfs/hpfs.h unsigned bounds; /* matches corresponding word
bounds 206 fs/hpfs/hpfs.h unsigned bounds[3]; /* looks a bit like
bounds 17 include/asm-x86/traps.h asmlinkage void bounds(void);
bounds 593 include/linux/videodev2.h struct v4l2_rect bounds;
bounds 265 security/selinux/ss/policydb.c || role->bounds > p->p_roles.nprim)
bounds 283 security/selinux/ss/policydb.c || typdatum->bounds > p->p_types.nprim)
bounds 301 security/selinux/ss/policydb.c || usrdatum->bounds > p->p_users.nprim)
bounds 1221 security/selinux/ss/policydb.c role->bounds = le32_to_cpu(buf[2]);
bounds 1293 security/selinux/ss/policydb.c typdatum->bounds = le32_to_cpu(buf[3]);
bounds 1373 security/selinux/ss/policydb.c usrdatum->bounds = le32_to_cpu(buf[2]);
bounds 1521 security/selinux/ss/policydb.c while (upper->bounds) {
bounds 1532 security/selinux/ss/policydb.c upper = p->user_val_to_struct[upper->bounds - 1];
bounds 1558 security/selinux/ss/policydb.c while (upper->bounds) {
bounds 1569 security/selinux/ss/policydb.c upper = p->role_val_to_struct[upper->bounds - 1];
bounds 1595 security/selinux/ss/policydb.c while (upper->bounds) {
bounds 1603 security/selinux/ss/policydb.c upper = p->type_val_to_struct[upper->bounds - 1];
bounds 64 security/selinux/ss/policydb.h u32 bounds; /* boundary of role */
bounds 85 security/selinux/ss/policydb.h u32 bounds; /* boundary of type */
bounds 93 security/selinux/ss/policydb.h u32 bounds; /* bounds of user */
bounds 300 security/selinux/ss/services.c if (source->bounds) {
bounds 304 security/selinux/ss/services.c lo_scontext.type = source->bounds;
bounds 316 security/selinux/ss/services.c if (target->bounds) {
bounds 320 security/selinux/ss/services.c lo_tcontext.type = target->bounds;
bounds 332 security/selinux/ss/services.c if (source->bounds && target->bounds) {
bounds 703 security/selinux/ss/services.c if (!type->bounds) {
bounds 709 security/selinux/ss/services.c if (type->bounds == old_context->type) {
bounds 713 security/selinux/ss/services.c index = type->bounds;