Searched refs:sentry (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/arch/x86/ |
| H A D | mtrr.rst | 315 struct mtrr_sentry sentry; 322 sentry.base = strtoul (argv[1], NULL, 0); 323 sentry.size = strtoul (argv[2], NULL, 0); 324 for (sentry.type = 0; sentry.type < MTRR_NUM_TYPES; ++sentry.type) 326 if (strcmp (argv[3], mtrr_strings[sentry.type]) == 0) break; 328 if (sentry.type >= MTRR_NUM_TYPES) 344 if (ioctl (fd, MTRRIOC_ADD_ENTRY, &sentry) == -1)
|
| /linux/security/selinux/ss/ |
| H A D | services.c | 1687 struct sidtab_entry *sentry, in compute_sid_handle_invalid_context() argument 1698 if (sidtab_entry_to_string(policydb, sidtab, sentry, &s, &slen)) in compute_sid_handle_invalid_context() 1766 struct sidtab_entry *sentry, *tentry; in security_compute_sid() local 1805 sentry = sidtab_search_entry(sidtab, ssid); in security_compute_sid() 1806 if (!sentry) { in security_compute_sid() 1820 scontext = &sentry->context; in security_compute_sid() 1925 rc = compute_sid_handle_invalid_context(policy, sentry, in security_compute_sid()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 583 The commit block is a sentry that indicates that a transaction has been
|