/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 143 def connect(self, negotiate: bool = True) -> Optional[QMPMessage]: 150 self._qmp.await_greeting = negotiate 151 self._qmp.negotiate = negotiate 170 self._qmp.negotiate = True
|
H A D | qmp_client.py | 215 self.negotiate: bool = True 249 if self.await_greeting or self.negotiate: 252 if self.negotiate:
|
H A D | qmp_shell.py | 370 def connect(self, negotiate: bool = True) -> None: 371 self._greeting = super().connect(negotiate) 552 qemu.connect(negotiate=not args.skip_negotiation)
|
/openbmc/openbmc/poky/meta/recipes-support/curl/ |
H A D | curl_8.11.1.bb | 26 COMMON_PACKAGECONFIG = "basic-auth bearer-auth digest-auth ipfs negotiate-auth openssl proxy thread… 56 PACKAGECONFIG[negotiate-auth] = "--enable-negotiate-auth,--disable-negotiate-auth"
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 1490 __u16 negotiate; in mii_get_media() local 1506 negotiate = mii_read (dev, phy_addr, MII_ADVERTISE) & in mii_get_media() 1518 } else if (negotiate & ADVERTISE_100FULL) { in mii_get_media() 1522 } else if (negotiate & ADVERTISE_100HALF) { in mii_get_media() 1526 } else if (negotiate & ADVERTISE_10FULL) { in mii_get_media() 1530 } else if (negotiate & ADVERTISE_10HALF) { in mii_get_media() 1535 if (negotiate & ADVERTISE_PAUSE_CAP) { in mii_get_media() 1538 } else if (negotiate & ADVERTISE_PAUSE_ASYM) { in mii_get_media() 1665 __u16 negotiate; in mii_get_media_pcs() local 1679 negotiate = mii_read (dev, phy_addr, PCS_ANAR) & in mii_get_media_pcs() [all …]
|
H A D | dl2k.h | 401 u16 negotiate; /* Negotiated media */ member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-xen-blkfront | 6 Maximum number of segments that the frontend will negotiate
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | nbd-fault-injector.py | 156 def negotiate(conn, use_export): function 175 negotiate(conn, use_export)
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | format.rst | 18 applications should always negotiate a data format before engaging in 24 A single mechanism exists to negotiate all data formats using the
|
H A D | vidioc-g-fmt.rst | 42 These ioctls are used to negotiate the format of data (typically image 82 time, never returning ``EBUSY``. This function is provided to negotiate
|
H A D | vidioc-subdev-g-fmt.rst | 38 These ioctls are used to negotiate the frame format at specific subdev
|
H A D | dev-subdev.rst | 30 - negotiate image formats on individual pads 130 negotiate formats on a per-pad basis. 331 negotiation, applications should negotiate try formats first and then
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | e1000.rst | 70 :Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full) 75 set to auto-negotiate, the board auto-detects the correct duplex. If the 249 :Default Value: 0 (auto-negotiate at all supported speeds) 253 partner is set to auto-negotiate, the board will auto-detect the correct 346 - The default operation is auto-negotiate. The board advertises all 348 common speed and duplex mode IF the link partner is set to auto-negotiate.
|
H A D | e1000e.rst | 330 connections will attempt to auto-negotiate with its link partner to determine 350 will not attempt to auto-negotiate with its link partner since those adapters
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | nokia-bluetooth.txt | 9 and a few new packet types used to negotiate uart speed.
|
/openbmc/linux/drivers/usb/typec/ |
H A D | Kconfig | 17 to negotiate the voltage and current levels with the connected 20 Delivery protocol is also used to negotiate the optional Alternate
|
/openbmc/qemu/ |
H A D | qemu.sasl | 28 # negotiate which to use by considering the list enabled on the VNC
|
/openbmc/linux/fs/smb/server/ |
H A D | Kconfig | 41 Secure negotiate, Pre-authentication integrity, oplock/lease,
|
/openbmc/docs/security/ |
H A D | obmc-security-response-team.md | 24 fixes and to negotiate disclosure dates.
|
/openbmc/linux/fs/smb/client/ |
H A D | Kconfig | 113 negotiate a feature of the older cifs dialect with servers, such as 117 and later) which can negotiate CIFS POSIX ACL support. This config
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 74 self.qga.connect(negotiate=False)
|
/openbmc/qemu/nbd/ |
H A D | trace-events | 79 nbd_handshake_timer_cb(void) "client took too long to negotiate"
|
/openbmc/linux/Documentation/filesystems/smb/ |
H A D | ksmbd.rst | 80 Secure negotiate Supported.
|
/openbmc/linux/Documentation/scsi/ |
H A D | BusLogic.rst | 116 adapter will attempt to negotiate for 20.0 mega-transfers/second. 121 adapter will attempt to negotiate for 10.0 mega-transfers/second. 126 adapter will attempt to negotiate for 5.0 mega-transfers/second.
|
/openbmc/qemu/docs/system/ppc/ |
H A D | powernv.rst | 156 OpenPOWER systems negotiate the shutdown and reboot with their
|