Searched refs:exists (Results 26 - 50 of 91) sorted by relevance

1234

/linux-master/drivers/input/joystick/
H A Dtmdc.c120 unsigned char exists; member in struct:tmdc
229 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists)
233 if (r & (1 << i) & tmdc->exists) {
362 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) {
371 if (tmdc->exists & (1 << i)) {
/linux-master/net/sched/
H A Dact_skbedit.c132 bool exists = false; local
210 exists = err;
211 if (exists && bind)
215 if (exists)
222 if (!exists) {
H A Dact_mirred.c115 bool exists = false; local
136 exists = err;
137 if (exists && bind)
143 if (exists)
158 if (exists)
166 if (!exists) {
H A Dact_sample.c49 bool exists = false; local
67 exists = err;
68 if (exists && bind)
71 if (!exists) {
H A Dact_tunnel_key.c370 bool exists = false; local
402 exists = err;
403 if (exists && bind)
501 if (!exists) {
512 NL_SET_ERR_MSG(extack, "TC IDR already exists");
520 exists = true;
529 exists = true;
555 if (exists)
H A Dact_police.c54 bool exists = false; local
78 exists = err;
79 if (exists && bind)
82 if (!exists) {
H A Dact_mpls.c171 bool exists = false; local
196 exists = err;
197 if (exists && bind)
200 if (!exists) {
/linux-master/net/batman-adv/
H A Dmulticast.c76 * batadv_mcast_get_bridge() - get the bridge on top of the softif if it exists
82 * Return: NULL if no such bridge exists. Otherwise the net device of the
304 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP);
307 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6);
312 /* 1) If no querier exists at all, then multicast listeners on
321 if (!qr4->exists || qr4->shadowing) {
326 if (!qr6->exists || qr6->shadowing) {
765 if (!old_state->exists && new_state->exists)
768 else if (old_state->exists
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py169 if not os.path.exists(path):
178 if not os.path.exists(path):
204 # exists (I learned this through experimentation and could not find it
210 # exists as a file.
283 if build_dir and not os.path.exists(build_dir):
296 if os.path.exists(old_path):
303 if not os.path.exists(old_path):
312 if not os.path.exists(kconfig_path):
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py234 os.path.exists(sysfs_dir), current_node["meta"]["pathname"] + ".device"
268 if os.path.exists(platform_compatible_file):
308 if os.path.exists(full_board_filename):
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xics.h45 u8 exists; member in struct:ics_irq_state
/linux-master/drivers/watchdog/
H A Dpcwd_usb.c141 /* Wether or not the device exists */
142 int exists; member in struct:usb_pcwd_private
215 if ((!usb_pcwd) || (!usb_pcwd->exists))
686 /* The device exists and can be communicated with */
687 usb_pcwd->exists = 1;
788 usb_pcwd->exists = 0;
/linux-master/fs/ubifs/
H A Drecovery.c1226 * @exists: indicates whether the inode exists
1234 int exists; member in struct:size_entry
1244 * @exists: indicates whether the inode exists
1247 loff_t d_size, int exists)
1268 e->exists = exists;
1369 e->exists = 1;
1540 if (!e->exists) {
1246 add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, loff_t d_size, int exists) argument
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Drpath.sh79 ip saddr 192.168.0.0/16 fib saddr . iif oif exists counter
80 ip6 saddr fec0::/16 fib saddr . iif oif exists counter
/linux-master/tools/testing/selftests/net/
H A Ddevlink_port_split.py140 def exists(port, dev): function
142 Check if $port exists in the devlink ports.
152 Check if every port in the list $ports exists in the devlink ports and has
159 if not exists(port, dev):
/linux-master/drivers/firmware/
H A Ddmi_scan.c1028 bool exists; local
1033 exists = s;
1034 if (!exists)
1075 return exists;
1088 bool exists; local
1091 exists = dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL);
1092 if (!exists)
1127 * dmi_match - compare a string to the dmi field (if exists)
1180 * given DMI handle, or 0x0 if no such DMI handle exists.
/linux-master/drivers/bus/
H A Dmoxtet.c326 moxtet->irq.exists |= BIT(first + i);
602 if (hw >= MOXTET_NIRQS || !(moxtet->irq.exists & BIT(hw))) {
627 if (irq >= MOXTET_NIRQS || !(moxtet->irq.exists & BIT(irq)))
685 for_each_set_bit(i, &moxtet->irq.exists, MOXTET_NIRQS) {
729 if (moxtet->irq.exists & BIT(i)) {
751 if (moxtet->irq.exists & BIT(i))
801 if (moxtet->irq.exists) {
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py74 if os.path.exists('/proc/version'):
181 if not os.path.exists('/etc/default/grub'):
187 if not os.path.exists(cfg):
710 if not os.path.exists(crondir):
712 if not os.path.exists(crondir):
721 if os.path.exists(backfile):
726 if os.path.exists(cronfile):
964 if(os.path.exists(val) == False):
977 if(os.path.exists(val) == False):
/linux-master/scripts/dtc/
H A Ddt_to_config370 if (exists($driver_hard_code_list{$compat}) ||
371 (exists($driver_config_hard_code_list{$driver}) &&
765 if (exists($compat_white_list{$compat})) {
776 if (exists($compat_driver{$compat})) {
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py177 if not os.path.exists(abs_path):
/linux-master/Documentation/
H A Dconf.py450 if os.path.exists(doc + ".rst"):
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c366 * Verifies whether a context with the specified context ID exists.
373 bool exists = false; local
379 exists = true;
385 return exists;
603 bool exists = false; local
635 exists = true;
640 if (exists) {
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c760 * Check if the accelerometer call exists,
2455 bool exists = true; local
2458 exists = (drv->fan_supported) ? true : false;
2460 exists = (drv->kbd_illum_supported) ? true : false;
2462 exists = (drv->kbd_mode == SCI_KBD_MODE_AUTO) ? true : false;
2464 exists = (drv->touchpad_supported) ? true : false;
2466 exists = (drv->usb_sleep_charge_supported) ? true : false;
2468 exists = (drv->usb_sleep_charge_supported) ? true : false;
2470 exists = (drv->usb_rapid_charge_supported) ? true : false;
2472 exists
[all...]
/linux-master/sound/pci/ice1712/
H A Dprodigy192.c685 int exists = 0; local
690 /* ak4114 seems to communicate, apparently exists */
693 exists = 1;
695 return exists;
/linux-master/arch/s390/pci/
H A Dpci_clp.c617 int exists; local
625 exists = test_bit_inv(req->lps, &ilp);
626 return put_user(exists, (int __user *) uptr);

Completed in 677 milliseconds

1234