Home
last modified time | relevance | path

Searched full:banner (Results 1 – 25 of 29) sorted by relevance

12

/linux/include/linux/ceph/
H A Dmsgr.h12 * 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 Ddecode.h231 /* Banner addresses require TYPE_NONE */ in ceph_encode_banner_addr()
/linux/arch/x86/include/asm/
H A Dx86_init.h62 * @banner: print a platform specific banner
66 void (*banner)(void); member
/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c1555 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 Dkprobe_args_symbol.tc12 echo "Linux banner is not exported - please enable CONFIG_KALLSYMS_ALL"
/linux/Documentation/arch/powerpc/
H A Dkaslr-booke32.rst20 Entropy is derived from the banner and timer base, which will change every
/linux/net/ceph/
H A Dmessenger_v1.c620 /* 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 Dmessenger_v2.c2138 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 Didprom.c48 prom_getproperty(prom_root_node, "banner-name", in display_system_type()
/linux/arch/x86/kernel/
H A Dx86_init.c91 .banner = default_banner,
/linux/drivers/net/wan/
H A Dlapbether.c495 static const char banner[] __initconst = variable
504 printk(banner); in lapbeth_init_driver()
/linux/drivers/char/
H A Ddsp56k.c494 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 Didprom.c75 prom_getproperty(prom_root_node, "banner-name", in display_system_type()
/linux/arch/x86/xen/
H A Denlighten_pvh.c154 x86_init.oem.banner = xen_banner; in xen_pvh_init()
/linux/drivers/video/fbdev/
H A Dxilinxfb.c348 /* 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 Dsample.conf948 # 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 Dst-asc.c948 static const char banner[] __initconst = in asc_init() local
951 printk(banner); in asc_init()
/linux/drivers/scsi/
H A DNCR5380.h226 char info[168]; /* Host banner message */
H A D53c700.c301 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 Dmkiss.c949 static const char banner[] __initconst = KERN_INFO \ variable
958 printk(banner); in mkiss_init_driver()
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst384 - A copy of the banner message which the driver generates when
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c345 * Print the banner, then scroll down so boot progress in chrp_setup_arch()
/linux/ipc/
H A Dutil.c134 * @header: Banner to be printed at the beginning of the file.
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c6555 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 Ddiskonchip.c1561 /* No banner message any more. Print a message if no DiskOnChip in init_nanddoc()

12