/openbmc/linux/arch/um/drivers/ |
H A D | pty.c | 19 void (*announce)(char *dev_name, int dev); member 34 *data = ((struct pty_chan) { .announce = opts->announce, in pty_chan_init() 68 if (data->announce) in pts_open() 69 (*data->announce)(dev, data->dev); in pts_open() 132 if (data->announce) in pty_open() 133 (*data->announce)(dev, data->dev); in pty_open()
|
H A D | chan_user.h | 12 void (*const announce)(char *dev_name, int dev); member
|
/openbmc/u-boot/net/ |
H A D | link_local.c | 46 ANNOUNCE, enumerator 146 /* Switch to announce state */ in link_local_timeout() 147 state = ANNOUNCE; in link_local_timeout() 149 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout() 158 to the announce state */ in link_local_timeout() 159 state = ANNOUNCE; in link_local_timeout() 161 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout() 166 case ANNOUNCE: in link_local_timeout() 167 /* timeouts in the ANNOUNCE state mean no conflicting ARP in link_local_timeout() 172 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout() [all …]
|
/openbmc/qemu/qapi/ |
H A D | migration.json | 697 # @announce-initial: Initial delay (in milliseconds) before sending 698 # the first announce (Since 4.0) 700 # @announce-max: Maximum delay (in milliseconds) between packets in 703 # @announce-rounds: Number of self-announce packets sent after 706 # @announce-step: Increase in delay (in milliseconds) between 855 'data': ['announce-initial', 'announce-max', 856 'announce-rounds', 'announce-step', 878 # @announce-initial: Initial delay (in milliseconds) before sending 879 # the first announce (Since 4.0) 881 # @announce-max: Maximum delay (in milliseconds) between packets in [all …]
|
H A D | net.json | 915 # Parameters for self-announce timers 929 # @id: A name to be used to identify an instance of announce-timers 945 # @announce-self: 955 # -> { "execute": "announce-self", 963 { 'command': 'announce-self', 'boxed': true,
|
/openbmc/qemu/net/ |
H A D | announce.c | 2 * Self-announce 11 #include "net/announce.h" 170 if (nic->ncs->info->announce) { in qemu_announce_self_iter() 171 nic->ncs->info->announce(nic->ncs); in qemu_announce_self_iter()
|
H A D | meson.build | 2 'announce.c',
|
/openbmc/linux/drivers/usb/core/ |
H A D | Kconfig | 6 bool "USB announce new devices" 8 Say Y here if you want the USB core to always announce the
|
/openbmc/linux/net/qrtr/ |
H A D | ns.c | 161 pr_err("failed to announce del service\n"); in service_announce_del() 206 /* Announce the list of servers registered in this node */ in announce_servers() 210 pr_err("failed to announce new service\n"); in announce_servers() 280 /* Announce the service's disappearance to observers */ in server_del() 319 /* Announce the list of servers registered on the local node */ 476 pr_err("failed to announce new service\n"); in ctrl_cmd_new_server()
|
/openbmc/linux/drivers/rpmsg/ |
H A D | rpmsg_internal.h | 28 * @announce_create: announce presence of new channel, optional 29 * @announce_destroy: announce destruction of channel, optional
|
/openbmc/linux/include/linux/ |
H A D | rpmsg.h | 50 * @announce: if set, rpmsg will announce the creation/removal of this channel 60 bool announce; member
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_system.c | 27 * Port "Announce" 144 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-alsa-pcm.h | 11 /* Used by cx18-mailbox to announce the PCM data to the module */
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-net-test.c | 200 rsp = qmp("{ 'execute' : 'announce-self', " in announce_self() 219 rsp = qmp("{ 'execute' : 'announce-self', " in announce_self() 330 qos_add_test("announce-self", "virtio-net", announce_self, &opts); in register_virtio_net_test()
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | tune-i686.inc | 6 # https://lists.debian.org/debian-devel-announce/2016/05/msg00001.html
|
/openbmc/qemu/include/net/ |
H A D | announce.h | 2 * Self-announce facility
|
/openbmc/linux/drivers/iio/proximity/ |
H A D | mb1232.c | 38 * optionally a gpio can be used to announce when ranging has 90 /* use simple sleep if announce irq is not connected */ in mb1232_read_distance()
|
/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | maxbotix,mb1232.yaml | 36 Interrupt used to announce the preceding reading request has finished
|
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/ |
H A D | common-account | 21 # Announce if faillock is blocking access
|
/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/ |
H A D | common-account | 21 # Announce if faillock is blocking access
|
/openbmc/linux/include/linux/rpmsg/ |
H A D | ns.h | 17 * This message is sent across to publish a new service, or announce
|
/openbmc/linux/net/hsr/ |
H A D | hsr_device.c | 80 /* Enable announce timer and start sending supervisory frames */ in hsr_check_announce() 87 /* Deactivate the announce timer */ in hsr_check_announce() 367 /* Announce (supervision frame) timer function
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_net.h | 55 /* Guest can announce device on the network */ 225 * Control link announce acknowledgment
|
/openbmc/u-boot/include/ |
H A D | console.h | 47 * When U-Boot starts up with a display it generally does not announce itself
|
/openbmc/linux/arch/x86/kernel/ |
H A D | i8237.c | 67 * must announce the support for such legacy devices via in i8237A_init_ops()
|