| /openbmc/qemu/qobject/ |
| H A D | json-parser.c | 52 static QObject *parse_value(JSONParserContext *ctxt); 57 static void G_GNUC_PRINTF(3, 4) parse_error(JSONParserContext *ctxt, in parse_error() argument 63 if (ctxt->err) { in parse_error() 69 error_setg(&ctxt->err, "JSON parse error, %s", message); in parse_error() 129 static QString *parse_string(JSONParserContext *ctxt, JSONToken *token) in parse_string() argument 197 parse_error(ctxt, token, in parse_string() 205 parse_error(ctxt, token, "invalid escape sequence in string"); in parse_string() 210 if (ctxt->ap) { in parse_string() 212 parse_error(ctxt, token, "can't interpolate into string"); in parse_string() 221 parse_error(ctxt, token, "invalid UTF-8 sequence in string"); in parse_string() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/ |
| H A D | 0adf38535637ec668e658d43f04f60f11f51574f.patch | 10 - Deprecated direct access to ctxt's lastError 40 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; 44 - if (ctxt && ctxt->_private) { 45 - GError **err = ctxt->_private; 48 - if (ctxt->lastError.file) { 50 - ctxt->lastError.file, 51 - ctxt->lastError.line, 52 - ctxt->lastError.message); 55 - ctxt->lastError.line, 56 - ctxt->lastError.message); [all …]
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | aes.c | 198 uint32_t ctxt = (cmd & CMD_KEY_CONTEXT_MASK) >> CMD_KEY_CONTEXT_SHIFT; in cmd_key() local 216 trace_aes_cmd_key_select_builtin(ctxt, key_select, in cmd_key() 219 s->key[ctxt] = builtin_keys[key_select]; in cmd_key() 221 trace_aes_cmd_key_select_new(ctxt, key_len, in cmd_key() 224 if (key_len > sizeof(s->key[ctxt].key)) { in cmd_key() 232 memcpy(&s->key[ctxt].key, &s->fifo[1], key_len); in cmd_key() 233 s->key[ctxt].key_len = key_len; in cmd_key() 242 uint32_t ctxt = (cmd & CMD_IV_CONTEXT_MASK) >> CMD_IV_CONTEXT_SHIFT; in cmd_iv() local 248 memcpy(&s->iv[ctxt].iv, &s->fifo[1], sizeof(s->iv[ctxt].iv)); in cmd_iv() 249 trace_aes_cmd_iv(ctxt, s->fifo[1], s->fifo[2], s->fifo[3], s->fifo[4]); in cmd_iv() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
| H A D | 0003-ld-add-soname-to-shareable-objects.patch | 25 @@ -1624,6 +1624,7 @@ func (ctxt *Link) hostlink() { 30 if ctxt.HeadType == objabi.Hwindows { 33 @@ -1639,6 +1640,7 @@ func (ctxt *Link) hostlink() { 39 if ctxt.HeadType == objabi.Hdarwin { 41 @@ -1647,6 +1649,7 @@ func (ctxt *Link) hostlink() {
|
| H A D | 6d265b008e3d106b2706645e5a88cd8e2fb98953.patch | 24 @@ -1673,27 +1673,6 @@ func (ctxt *Link) hostlink() { 29 - if ctxt.Arch.InFamily(sys.ARM64) && buildcfg.GOOS == "linux" { 50 if ctxt.Arch.Family == sys.ARM64 && buildcfg.GOOS == "freebsd" {
|
| H A D | 0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch | 43 // using ctxt.GOROOT and the installed GOOS and GOARCH rather than the
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci-hmp-cmds.c | 142 char ctxt[64]; in pcibus_dev_print() local 147 snprintf(ctxt, sizeof(ctxt), "%s", desc->desc); in pcibus_dev_print() 149 snprintf(ctxt, sizeof(ctxt), "Class %04x", class); in pcibus_dev_print() 154 indent, "", ctxt, pci_dev_bus_num(d), in pcibus_dev_print()
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | 0001-configure-libxslt-conf.patch | 26 ngx_feature_test="xmlParserCtxtPtr ctxt = NULL;
|
| /openbmc/u-boot/doc/ |
| H A D | README.coccinelle | 85 - ``rep+ctxt`` runs successively the report mode and the context mode.
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 4374 disable-tsc-ctxt-sw-stress-test.c: 1724
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |