| /linux/include/linux/ceph/ |
| H A D | msgr.h | 12 * tcp connection banner. include a protocol version. and adjust 22 * messenger V2 connection banner prefix. 23 * The full banner string should have the form: "ceph v2\n<le16>" 24 * the 2 bytes are the length of the remaining banner.
|
| H A D | decode.h | 231 /* Banner addresses require TYPE_NONE */ in ceph_encode_banner_addr()
|
| /linux/arch/x86/include/asm/ |
| H A D | x86_init.h | 62 * @banner: print a platform specific banner 66 void (*banner)(void); member
|
| /linux/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 1555 static void test_share_dup(char *banner, char *b_suffix) in test_share_dup() argument 1559 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_dup() 1596 static void test_share_mmap(char *banner, char *b_suffix) in test_share_mmap() argument 1601 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_mmap() 1631 static void test_share_open(char *banner, char *b_suffix) in test_share_open() argument 1635 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_open() 1673 static void test_share_fork(char *banner, char *b_suffix) in test_share_fork() argument 1678 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_fork()
|
| /linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_args_symbol.tc | 12 echo "Linux banner is not exported - please enable CONFIG_KALLSYMS_ALL"
|
| /linux/Documentation/arch/powerpc/ |
| H A D | kaslr-booke32.rst | 20 Entropy is derived from the banner and timer base, which will change every
|
| /linux/net/ceph/ |
| H A D | messenger_v1.c | 620 /* peer's banner */ in read_partial_banner() 684 * Verify the hello banner looks okay. 689 pr_err("connect to %s got bad banner\n", in verify_hello() 691 con->error_msg = "protocol error, bad banner"; in verify_hello() 1349 * Received banner is good, exchange connection info. in ceph_con_v1_try_read() 1350 * Do not reset out_kvec, as sending our banner raced in ceph_con_v1_try_read() 1351 * with receiving peer banner after connect completed. in ceph_con_v1_try_read()
|
| H A D | messenger_v2.c | 2138 con->error_msg = "protocol error, bad banner"; in process_banner_prefix() 2178 /* no reset_out_kvecs() as our banner may still be pending */ in process_banner_payload() 2190 pr_err("failed to decode banner payload\n"); in process_banner_payload()
|
| /linux/arch/sparc/kernel/ |
| H A D | idprom.c | 48 prom_getproperty(prom_root_node, "banner-name", in display_system_type()
|
| /linux/arch/x86/kernel/ |
| H A D | x86_init.c | 91 .banner = default_banner,
|
| /linux/drivers/net/wan/ |
| H A D | lapbether.c | 495 static const char banner[] __initconst = variable 504 printk(banner); in lapbeth_init_driver()
|
| /linux/drivers/char/ |
| H A D | dsp56k.c | 494 static const char banner[] __initconst = KERN_INFO "DSP56k driver installed\n"; variable 515 printk(banner); in dsp56k_init_driver()
|
| /linux/arch/m68k/sun3/ |
| H A D | idprom.c | 75 prom_getproperty(prom_root_node, "banner-name", in display_system_type()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pvh.c | 154 x86_init.oem.banner = xen_banner; in xen_pvh_init()
|
| /linux/drivers/video/fbdev/ |
| H A D | xilinxfb.c | 348 /* Put a banner in the log (for DEBUG) */ in xilinxfb_assign() 352 /* Put a banner in the log (for DEBUG) */ in xilinxfb_assign()
|
| /linux/tools/testing/ktest/ |
| H A D | sample.conf | 948 # banner. If the kernel banner for the kernel we are testing is 949 # found, and then later a kernel banner for another kernel version 996 # the test result banner at the end of the test, then use this
|
| /linux/drivers/tty/serial/ |
| H A D | st-asc.c | 948 static const char banner[] __initconst = in asc_init() local 951 printk(banner); in asc_init()
|
| /linux/drivers/scsi/ |
| H A D | NCR5380.h | 226 char info[168]; /* Host banner message */
|
| H A D | 53c700.c | 301 static int banner = 0; in NCR_700_detect() local 393 if (banner == 0) { in NCR_700_detect() 395 banner = 1; in NCR_700_detect()
|
| /linux/drivers/net/hamradio/ |
| H A D | mkiss.c | 949 static const char banner[] __initconst = KERN_INFO \ variable 958 printk(banner); in mkiss_init_driver()
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 384 - A copy of the banner message which the driver generates when
|
| /linux/arch/powerpc/platforms/chrp/ |
| H A D | setup.c | 345 * Print the banner, then scroll down so boot progress in chrp_setup_arch()
|
| /linux/ipc/ |
| H A D | util.c | 134 * @header: Banner to be printed at the beginning of the file.
|
| /linux/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 6555 char banner[sizeof(version)]; in pcidev_init() local 6600 snprintf(banner, sizeof(banner), "%s", version); in pcidev_init() 6601 banner[13] = cnt + '0'; /* Replace x in "Micrel KSZ884x" */ in pcidev_init() 6602 dev_info(&hw_priv->pdev->dev, "%s\n", banner); in pcidev_init()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | diskonchip.c | 1561 /* No banner message any more. Print a message if no DiskOnChip in init_nanddoc()
|