| /openbmc/qemu/hw/xen/ |
| H A D | xen_devconfig.c | 10 char *fe, char *be, int len) in xen_config_dev_dirs() argument 15 snprintf(fe, len, "%s/device/%s/%d", dom, ftype, vdev); in xen_config_dev_dirs() 22 xenstore_mkdir(fe, XS_PERM_READ | XS_PERM_WRITE); in xen_config_dev_dirs() 27 static int xen_config_dev_all(char *fe, char *be) in xen_config_dev_all() argument 31 xenstore_write_str(fe, "protocol", xen_protocol); in xen_config_dev_all() 33 xenstore_write_int(fe, "state", XenbusStateInitialising); in xen_config_dev_all() 34 xenstore_write_int(fe, "backend-id", 0); in xen_config_dev_all() 35 xenstore_write_str(fe, "backend", be); in xen_config_dev_all() 42 xenstore_write_str(be, "frontend", fe); in xen_config_dev_all() 51 char fe[256], be[256]; in xen_config_dev_vfb() local [all …]
|
| H A D | xen-legacy-backend.c | 79 return xenstore_read_str(xendev->fe, node); in xenstore_read_fe_str() 85 return xenstore_read_int(xendev->fe, node, ival); in xenstore_read_fe_int() 91 return xenstore_read_uint64(xendev->fe, node, uval); in xenstore_read_fe_uint64() 265 len = strlen(xendev->fe); in xenstore_update_fe() 266 if (strncmp(xendev->fe, watch, len) != 0) { in xenstore_update_fe() 304 xendev->fe = xenstore_read_be_str(xendev, "frontend"); in xen_be_try_setup() 305 if (xendev->fe == NULL) { in xen_be_try_setup() 311 xendev->watch = qemu_xen_xs_watch(xenstore, xendev->fe, xenstore_update_fe, in xen_be_try_setup() 315 xendev->fe); in xen_be_try_setup()
|
| H A D | xen_pvdev.c | 262 if (xendev->fe) { in xen_pv_del_xendev() 264 g_free(xendev->fe); in xen_pv_del_xendev()
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | css.rst | 47 would be ``dev_id = "fe.0.0000"`` and ``subch_id = "fe.0.0000"``. 51 -device virtio-rng-ccw,devno=fe.0.0042 56 The properties for the device would be ``dev_id = "fe.0.0042"`` and 57 ``subch_id = "fe.0.0001"``. 61 -device virtio-gpu-ccw,devno=fe.2.1111 66 The properties for the device would be ``dev_id = "fe.2.1111"`` and 67 ``subch_id = "fe.2.0000"``.
|
| H A D | vfio-ccw.rst | 57 be presented in the guest (here, ``fe.0.1234``, which will end up visible 60 -device vfio-ccw,devno=fe.0.1234,sysfsdev=\
|
| H A D | 3270.rst | 28 -device x-terminal3270,chardev=ch0,devno=fe.0.000a,id=terminal0
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0007-configure.ac-avoid-searching-host-for-postgresql.patch | 40 - if test -r $i/include/pgsql/libpq-fe.h; then 43 - # use AC_CHECK_HEADERS to check for pgsql/libpq-fe.h 48 - if test -r $i/include/postgresql/libpq-fe.h; then 56 - if test -r $i/include/libpq-fe.h; then 68 - FAIL_MESSAGE("PostgreSQL header file (libpq-fe.h)", $tmp) 117 - AC_CHECK_HEADERS(pgsql/libpq-fe.h) 118 - AC_CHECK_HEADERS(postgresql/libpq-fe.h)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 171.out | 15 000001fe: 00 00 0a 0a .... 58 000001fe: 0a 0a 00 00 .... 80 000001fe: 0a 0a 00 00 .... 107 000001fe: 00 00 0a 0a .... 150 000001fe: 0a 0a 00 00 .... 160 000009fe: 00 00 .. 174 000001fe: 0a 0a 00 00 .... 184 000009fe: 00 00 .. 300 000001fe: 00 00 0a 0a .... 303 000003fe: 0a 0a 00 00 .... [all …]
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | chromebook_link.dts | 246 03 52 01 08 0a 00 fe 00 259 00 00 00 00 00 02 fe 00 263 46 20 30 20 02 fe 00 00 282 03 11 01 08 0a 00 fe 00 317 03 11 01 08 0a 00 fe 00
|
| H A D | chromebook_samus.dts | 460 00 00 00 00 00 02 fe 00 464 00 00 00 00 02 fe 00 00
|
| /openbmc/qemu/include/hw/xen/ |
| H A D | xen_pvdev.h | 48 char *fe; member
|
| /openbmc/qemu/chardev/ |
| H A D | meson.build | 2 'char-fe.c',
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-char.c | 9 #include "chardev/char-fe.h" 243 /* sending event on the base broadcast to all fe, historical reasons? */ in char_mux_test() 806 qemu_chr_fe_write(chr_client->fe, ping, sizeof(ping)); in websock_client_read() 809 qemu_chr_fe_write(chr_client->fe, binary, sizeof(binary)); in websock_client_read() 831 CharFrontend fe; in char_websock_test() 855 qemu_chr_fe_init(&fe, chr, &error_abort); in char_websock_test() 856 qemu_chr_fe_set_handlers(&fe, websock_server_can_read, websock_server_read, in char_websock_test() 893 FeHandler fe = { 0, }; in char_pipe_test() local 930 &fe, in char_pipe_test() 935 g_assert_cmpint(fe in char_pipe_test() 1660 FeHandler fe = { 0, }; char_file_fifo_test() local [all...] |
| /openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
| H A D | feature-microblaze-math.inc | 32 MBPKGARCH_MATH .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', '-fe', bb.utils.conta…
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | mt7629.dtsi | 256 "fe", "sgmii_tx250m", "sgmii_rx250m", 267 reset-names = "fe";
|
| H A D | mt7623.dtsi | 270 reset-names = "fe", "mcm";
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-3.7.1.min.js | 2 …fe(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}ce.fn=ce.prototype={jquery:t… function
|
| H A D | jsrender.min.js | 3 …fe=t.charAt(0),ge=t.charAt(1),e="\\"+pe+"(\\"+ve+")?\\"+ce,t="\\"+fe+"\\"+ge,G="(?:(\\w+(?=[\\/\\s…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0006-Avoid-searching-host-dirs.patch | 191 FR_SMART_CHECK_INCLUDE(libpq-fe.h) 193 FR_MODULE_FAIL([libpq-fe.h])
|
| /openbmc/u-boot/drivers/net/ |
| H A D | mvpp2.c | 2464 struct mvpp2_cls_flow_entry *fe) in mvpp2_cls_flow_write() argument 2466 mvpp2_write(priv, MVPP2_CLS_FLOW_INDEX_REG, fe->index); in mvpp2_cls_flow_write() 2467 mvpp2_write(priv, MVPP2_CLS_FLOW_TBL0_REG, fe->data[0]); in mvpp2_cls_flow_write() 2468 mvpp2_write(priv, MVPP2_CLS_FLOW_TBL1_REG, fe->data[1]); in mvpp2_cls_flow_write() 2469 mvpp2_write(priv, MVPP2_CLS_FLOW_TBL2_REG, fe->data[2]); in mvpp2_cls_flow_write() 2487 struct mvpp2_cls_flow_entry fe; in mvpp2_cls_init() local 2494 memset(&fe.data, 0, MVPP2_CLS_FLOWS_TBL_DATA_WORDS); in mvpp2_cls_init() 2496 fe.index = index; in mvpp2_cls_init() 2497 mvpp2_cls_flow_write(priv, &fe); in mvpp2_cls_init()
|
| /openbmc/rest-dbus/resources/ |
| H A D | jsrender.min.js | 3 …fe,"$1")+";\n"]):c?("else"===c&&(me.test(y)&&M('for "{{else if expr}}" use "{{else expr}}"'),A=m[7…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/ |
| H A D | 0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch | 78 - 62:fe:b4:88:da:12:eb:38:eb:21:9d:c0:41:2b:01: 85 - 5e:60:fe:b6:a6:05:fc:b4:dd:07:59:02:d4:59:18: 115 - fe:81:dc:32:6a:1e:b5:ee:3c:d5:fc:e7:81:1d:19:c3:24:42:
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 5172 auto fe = std::begin(f) + 1; 5174 *fe++ = modified; 5175 *fe++ = *fmt; 5176 facet.put(os, os, os.fill(), &tm, std::begin(f), fe); 5950 auto fe = std::begin(f) + 1; 5952 *fe++ = modified; 5953 *fe++ = *fmt; 5954 facet.put(os, os, os.fill(), &tm, std::begin(f), fe);
|
| /openbmc/docs/security/ |
| H A D | TLS-configuration.md | 293 25:cb:5e:0a:37:fb:a1:ab:b0:c4:62:fe:51:d3:1c:1b:fb:11:
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_ipv6.robot | 1006 ${linklocal}= Set Variable fe80::${grp1}:${grp2}:fe${split_octets[3]}:${grp3}
|