Home
last modified time | relevance | path

Searched refs:warned (Results 26 – 50 of 74) sorted by relevance

123

/openbmc/u-boot/tools/buildman/
H A Dbuilder.py433 self.warned += 1
447 ok = self.upto - self.warned - self.fail
449 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned)
1463 self.upto = self.warned = self.fail = 0
1582 return (self.fail, self.warned)
/openbmc/linux/sound/usb/caiaq/
H A Daudio.c105 cdev->warned = 0; in stream_start()
508 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) { in read_in_urb()
512 cdev->warned = 1; in read_in_urb()
/openbmc/linux/security/
H A Dcommoncap.c42 static int warned; in warn_setuid_and_fcaps_mixed() local
43 if (!warned) { in warn_setuid_and_fcaps_mixed()
47 warned = 1; in warn_setuid_and_fcaps_mixed()
H A DKconfig.hardening120 information exposures, even variables that were warned about
139 information exposures, even variables that were warned
/openbmc/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst23 Dediprog to revive. You have been warned!
/openbmc/linux/Documentation/hwmon/
H A Dgl518sm.rst68 When an alarm is triggered, you can be warned by a beeping signal through your
/openbmc/linux/Documentation/networking/caif/
H A Dcaif.rst70 - 0x01 - tty->warned is on.
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h68 u8 warned : 1; member
/openbmc/linux/drivers/virtio/
H A DKconfig164 address in particular) can crash your system - you have been warned.
/openbmc/linux/drivers/md/
H A Ddm-bufio.c2304 bool *warned = context; in warn_leak() local
2306 WARN_ON(!(*warned)); in warn_leak()
2307 *warned = true; in warn_leak()
2337 bool warned = false; in drop_buffers() local
2339 cache_iterate(&c->cache, i, warn_leak, &warned); in drop_buffers()
/openbmc/linux/Documentation/driver-api/
H A Dconnector.rst104 so caller is warned that it must be prepared. That is why the struct
/openbmc/linux/lib/
H A DKconfig.kgdb139 you type 'go', you will be warned by kdb. The secend time you type
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c610 static bool warned; in virtio_mem_set_block_state() local
616 if (!warned) { in virtio_mem_set_block_state()
618 warned = true; in virtio_mem_set_block_state()
/openbmc/linux/Documentation/core-api/
H A Dgenalloc.rst46 BUG(), crashing the entire system. You have been warned.
/openbmc/linux/Documentation/doc-guide/
H A Dcontributing.rst223 That way, at least our long-suffering readers have been warned that the
269 Be warned: if you take on this task you are heading into classic bikeshed
/openbmc/linux/net/ax25/
H A Daf_ax25.c1871 static int warned = 0; in ax25_ioctl() local
1872 if (!warned) { in ax25_ioctl()
1875 warned=1; in ax25_ioctl()
/openbmc/linux/net/ipv6/
H A Dndisc.c1929 static int warned; in ndisc_warn_deprecated_sysctl() local
1930 if (strcmp(warncomm, current->comm) && warned < 5) { in ndisc_warn_deprecated_sysctl()
1936 warned++; in ndisc_warn_deprecated_sysctl()
/openbmc/linux/Documentation/trace/
H A Dmmiotrace.rst30 activation. You can re-enable CPUs by hand, but you have been warned, there
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi18 * and requires driver-side changes (including CPR, be warned!!).
/openbmc/linux/net/ipv4/
H A Dsysctl_net_ipv4.c58 if (same_parity && !net->ipv4.ip_local_ports.warned) { in set_local_port_range()
59 net->ipv4.ip_local_ports.warned = true; in set_local_port_range()
/openbmc/linux/net/sched/
H A Dsch_htb.c159 unsigned int warned; /* only one warning */ member
776 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) { in htb_do_events()
778 q->warned |= HTB_WARN_TOOMANYEVENTS; in htb_do_events()
/openbmc/linux/drivers/hid/
H A Dwacom_sys.c55 bool warned = false; in wacom_wac_queue_insert() local
58 if (!warned) in wacom_wac_queue_insert()
60 warned = true; in wacom_wac_queue_insert()
/openbmc/bmcweb/
H A DDEVELOPING.md162 been warned? (ideally on the mailing list) link the discussion.
/openbmc/linux/net/core/
H A Dsock.c443 static int warned __read_mostly; in sock_set_timeout()
446 if (warned < 10 && net_ratelimit()) { in sock_set_timeout()
447 warned++; in sock_set_timeout()
/openbmc/linux/arch/m68k/
H A DKconfig.cpu383 apparently improves performance. But you've been warned! Unless you

123