Home
last modified time | relevance | path

Searched full:announce (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/linux/arch/um/drivers/
H A Dpty.c19 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 Dchan_user.h12 void (*const announce)(char *dev_name, int dev); member
/openbmc/u-boot/net/
H A Dlink_local.c46 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 Dmigration.json697 # @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 Dnet.json915 # 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 Dannounce.c2 * 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 Dmeson.build2 'announce.c',
/openbmc/linux/drivers/usb/core/
H A DKconfig6 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 Dns.c161 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 Drpmsg_internal.h28 * @announce_create: announce presence of new channel, optional
29 * @announce_destroy: announce destruction of channel, optional
/openbmc/linux/include/linux/
H A Drpmsg.h50 * @announce: if set, rpmsg will announce the creation/removal of this channel
60 bool announce; member
/openbmc/linux/sound/core/seq/
H A Dseq_system.c27 * Port "Announce"
144 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.h11 /* Used by cx18-mailbox to announce the PCM data to the module */
/openbmc/qemu/tests/qtest/
H A Dvirtio-net-test.c200 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 Dtune-i686.inc6 # https://lists.debian.org/debian-devel-announce/2016/05/msg00001.html
/openbmc/qemu/include/net/
H A Dannounce.h2 * Self-announce facility
/openbmc/linux/drivers/iio/proximity/
H A Dmb1232.c38 * 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 Dmaxbotix,mb1232.yaml36 Interrupt used to announce the preceding reading request has finished
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account21 # Announce if faillock is blocking access
/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account21 # Announce if faillock is blocking access
/openbmc/linux/include/linux/rpmsg/
H A Dns.h17 * This message is sent across to publish a new service, or announce
/openbmc/linux/net/hsr/
H A Dhsr_device.c80 /* 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 Dvirtio_net.h55 /* Guest can announce device on the network */
225 * Control link announce acknowledgment
/openbmc/u-boot/include/
H A Dconsole.h47 * When U-Boot starts up with a display it generally does not announce itself
/openbmc/linux/arch/x86/kernel/
H A Di8237.c67 * must announce the support for such legacy devices via in i8237A_init_ops()

1234567