Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 97) sorted by relevance

1234

/linux-3.4.99/security/tomoyo/
Dcondition.c26 u8 *checked) in tomoyo_argv() argument
31 for (i = 0; i < argc; argv++, checked++, i++) { in tomoyo_argv()
35 *checked = 1; in tomoyo_argv()
59 u8 *checked) in tomoyo_envp() argument
68 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp()
72 *checked = 1; in tomoyo_envp()
114 u8 *checked; in tomoyo_scan_bprm() local
116 checked = local_checked; in tomoyo_scan_bprm()
119 checked = kzalloc(argc + envc, GFP_NOFS); in tomoyo_scan_bprm()
120 if (!checked) in tomoyo_scan_bprm()
[all …]
/linux-3.4.99/drivers/sh/maple/
Dmaple.c60 static bool checked[MAPLE_PORTS]; variable
472 if (checked[x] && empty[x]) { in maple_vblank_handler()
563 if (checked[mdev->port] == false) { in maple_response_none()
564 checked[mdev->port] = true; in maple_response_none()
582 if ((mdev->unit == 0) && (checked[mdev->port] == false)) { in maple_response_devinfo()
583 checked[mdev->port] = true; in maple_response_devinfo()
621 if (checked[i] == false) { in maple_port_rescan()
846 checked[i] = false; in maple_bus_init()
/linux-3.4.99/sound/pci/hda/
Dhda_generic.c39 unsigned char checked; /* the flag indicates that the node is already parsed */ member
267 node->checked = 0; in clear_check_flags()
282 if (node->checked) in parse_output_path()
285 node->checked = 1; in parse_output_path()
515 if (node->checked) in parse_adc_sub_nodes()
518 node->checked = 1; in parse_adc_sub_nodes()
878 if (node->checked) in parse_loopback_path()
881 node->checked = 1; in parse_loopback_path()
/linux-3.4.99/Documentation/virtual/kvm/
Dmsr.txt44 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid
103 of specific flags has to be checked in 0x40000001 cpuid leaf.
113 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid
124 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid
134 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid
/linux-3.4.99/drivers/mtd/nand/
Dsh_flctl.c164 int checked[4]; in wait_recfifo_ready() local
169 memset(checked, 0, sizeof(checked)); in wait_recfifo_ready()
191 if (data != INIT_FL4ECCRESULT_VAL && !checked[i]) { in wait_recfifo_ready()
203 checked[i] = 1; in wait_recfifo_ready()
/linux-3.4.99/Documentation/input/
Dwalkera0701.txt107 calculated by sum of binary values in checked nibbles + sum of octal values
108 in checked nibbles divided by 8. Only bit 0 of this sum is used.
/linux-3.4.99/arch/ia64/include/asm/
Dkvm.h119 unsigned long checked : 1; member
/linux-3.4.99/Documentation/scheduler/
Dsched-stats.txt72 2) # of times in this domain load_balance() checked but found
89 10) # of times in this domain load_balance() checked but found the
105 18) # of times in this domain load_balance() checked but found the
/linux-3.4.99/tools/power/cpupower/
DREADME11 For both it's not explicitly checked for (yet).
/linux-3.4.99/Documentation/
Dcoccinelle.txt83 description of the problem being checked by the semantic patch, and
87 positives. Thus, reports must be carefully checked, and patches
107 By default the entire kernel source tree is checked.
Dhighuid.txt56 Other filesystems have not been checked yet.
/linux-3.4.99/drivers/acpi/apei/
DKconfig24 error registers or non-standard hardware link can be checked
/linux-3.4.99/drivers/mtd/ubi/
Dkapi.c198 if (!vol->checked) { in ubi_open_volume()
211 vol->checked = 1; in ubi_open_volume()
Dubi.h279 unsigned int checked:1; member
/linux-3.4.99/Documentation/EDID/
DHOWTO.txt35 created, it must be be checked with the "edid-decode" utility which will
/linux-3.4.99/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt179 will be checked at run time. After an initial hash result is
180 calculated, these addresses are checked by HW to monitor any
255 followed by the length of the HW partition to be checked;
/linux-3.4.99/Documentation/isdn/
DREADME.diversion56 In this case all incoming calls are checked by rules that may be
104 If the module is actually loaded and active may be checked with a
/linux-3.4.99/Documentation/block/
Ddeadline-iosched.txt38 deadline expiries are only checked between batches. fifo_batch controls the
/linux-3.4.99/Documentation/hwmon/
Dlm8036 should work in the same way (but this must be checked; the datasheet
/linux-3.4.99/fs/btrfs/
Drelocation.c74 unsigned int checked:1; member
727 WARN_ON(cur->checked);
742 if (!exist->checked)
854 BUG_ON(!upper->checked);
948 upper->checked = 0;
950 upper->checked = 1;
958 if (!upper->checked && need_check) {
967 BUG_ON(!upper->checked);
996 cur->checked = 1;
1011 BUG_ON(!node->checked);
[all …]
/linux-3.4.99/arch/c6x/
DKconfig170 Usually the pointer transfer from user space is checked to see if its
/linux-3.4.99/Documentation/arm/
DSetup19 will be checked by the kernel.
/linux-3.4.99/Documentation/power/
Ds2ram.txt54 until after the hash is checked. You can check the hash against the current
/linux-3.4.99/include/linux/
Dpage-flags.h205 PAGEFLAG(Checked, checked) /* Used by some filesystems */
/linux-3.4.99/fs/affs/
DChanges253 - fsuser is now checked last.
289 now checked for validity.

1234