Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mysql-python/
H A D0001-_mysql.c-fix-compilation-with-MariaDB-with-10.3.13.patch20 int r, reconnect = -1;
21 if (!PyArg_ParseTuple(args, "|I", &reconnect)) return NULL;
23 - if ( reconnect != -1 ) self->connection.reconnect = reconnect;
24 + if ( reconnect != -1 ) {
26 + my_bool recon = reconnect;
29 + self->connection.reconnect = reconnect;
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dpersist_data.py35 def retry(*, reconnect=True): argument
44 if self.connection is None and reconnect:
45 self.reconnect()
54 if reconnect:
55 self.reconnect()
90 @_Decorators.retry(reconnect=False)
100 def reconnect(self): member in SQLTable
/openbmc/linux/drivers/scsi/pcmcia/
H A Daha152x_stub.c65 static int reconnect = 1; variable
72 module_param(reconnect, int, 0);
169 s.reconnect = reconnect; in aha152x_config_cs()
/openbmc/qemu/net/
H A Dstream.c54 uint32_t reconnect; member
384 if (s->reconnect && s->timer_tag == 0) { in net_stream_arm_reconnect()
385 s->timer_tag = g_timeout_add_seconds(s->reconnect, in net_stream_arm_reconnect()
394 uint32_t reconnect, in net_stream_client_init() argument
407 s->reconnect = reconnect; in net_stream_client_init()
408 if (reconnect) { in net_stream_client_init()
428 sock->has_reconnect ? sock->reconnect : 0, in net_init_stream()
/openbmc/qemu/tests/unit/
H A Dtest-char.c690 g_assert(!reconnect); in char_socket_addr_to_opt_str()
708 reconnect ? reconnect : "", in char_socket_addr_to_opt_str()
714 reconnect ? reconnect : "", in char_socket_addr_to_opt_str()
811 reconnect: in char_socket_server_test()
870 goto reconnect; in char_socket_server_test()
900 const char *reconnect; member
1002 if (config->reconnect) { in char_socket_client_test()
1018 reconnect: in char_socket_client_test()
1024 if (config->reconnect) { in char_socket_client_test()
1074 if (config->reconnect && !reconnected) { in char_socket_client_test()
[all …]
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/
H A Dhost-ehci-owner-reset.bb38 SRC_URI += "file://udc-reconnect.sh"
43 install -m 755 ${WORKDIR}/udc-reconnect.sh ${D}${bindir}
/openbmc/linux/drivers/scsi/
H A Daha152x.c352 static int reconnect[] = {1, 1}; variable
762 RECONNECT = setup->reconnect; in aha152x_probe_one()
771 if (setup->reconnect) in aha152x_probe_one()
3098 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3147 override.reconnect, in aha152x_init()
3168 override.reconnect, in aha152x_init()
3196 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3210 setup[setup_count].reconnect, in aha152x_init()
3233 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3246 setup[setup_count].reconnect, in aha152x_init()
[all …]
H A Dscsi_transport_srp.c552 res = rport->state != SRP_RPORT_LOST ? i->f->reconnect(rport) : -ENODEV; in srp_reconnect_rport()
717 if (i->f->reconnect) in srp_rport_add()
840 if (ft->reconnect) { in srp_attach_transport()
H A Daha152x.h322 int reconnect; member
/openbmc/linux/net/wireless/
H A Dnl80211.h67 bool reconnect, gfp_t gfp);
71 bool reconnect, gfp_t gfp);
H A Dmlme.c111 bool reconnect) in cfg80211_process_deauth() argument
119 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth()
130 bool reconnect) in cfg80211_process_disassoc() argument
138 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc()
214 bool reconnect) in cfg80211_tx_mlme_mgmt() argument
221 trace_cfg80211_tx_mlme_mgmt(dev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
227 cfg80211_process_deauth(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
229 cfg80211_process_disassoc(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/
H A Dhost-ehci-owner-reset@.service9 ExecStart=/bin/sh -c "udc-reconnect.sh %i"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtrs-client22 Description: Maximum number reconnect attempts the client should make before giving up
55 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/reconnect
59 Description: Write "1" to the file in order to reconnect the path.
60 Operation is blocking and returns 0 if reconnect was successful.
/openbmc/linux/include/scsi/
H A Dscsi_transport_srp.h100 int (*reconnect)(struct srp_rport *rport); member
/openbmc/qemu/chardev/
H A Dchar-socket.c1235 int64_t reconnect, in qmp_chardev_open_socket_client() argument
1240 if (reconnect > 0) { in qmp_chardev_open_socket_client()
1241 s->reconnect_time = reconnect; in qmp_chardev_open_socket_client()
1339 int64_t reconnect = sock->has_reconnect ? sock->reconnect : 0; in qmp_chardev_open_socket() local
1411 if (qmp_chardev_open_socket_client(chr, reconnect, errp) < 0) { in qmp_chardev_open_socket()
1476 sock->reconnect = qemu_opt_get_number(opts, "reconnect", 0); in qemu_chr_parse_socket()
/openbmc/linux/include/linux/
H A Dserio.h76 int (*reconnect)(struct serio *); member
H A Dgameport.h54 int (*reconnect)(struct gameport *); member
/openbmc/linux/Documentation/filesystems/
H A Dceph.rst195 Set auto reconnect mode in the case where the client is blocklisted. The
198 * no: never attempt to reconnect when client detects that it has been
202 detects that it has been blocklisted. During reconnect, client drops
204 After reconnect, file locks become stale because the MDS loses track
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch7 we want whatever is calling it to reconnect. Lots of odd things
/openbmc/qemu/qapi/
H A Dyank.json55 # nbd server without attempting to reconnect.
H A Dchar.json276 # @reconnect: For a client socket, if a socket is disconnected, then
277 # attempt a reconnect after the given number of seconds. Setting
292 '*reconnect': 'int' },
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-transport-srp37 Description: Number of seconds the SCSI layer will wait after a reconnect
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A DREADME73 the reconnect counter, which is used to resolve the situations where
74 client is trying to reconnect a path, while server is still destroying the old
101 healthy path, if any, and the reconnect mechanism is triggered.
/openbmc/linux/drivers/input/mouse/
H A Dlifebook.c341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
H A Dpsmouse-smbus.c265 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()

1234