/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | method.aserver.callback.hpp.mako | 122 self->_context().get_bus().set_current_exception( 128 self->_context().spawn( 216 self->_context().get_bus().set_current_exception( 222 self->_context().spawn( 239 self->_context().get_bus().set_current_exception(
|
H A D | property.aserver.callback.hpp.mako | 46 self->_context().get_bus().set_current_exception( 90 self->_context().get_bus().set_current_exception(
|
H A D | interface.aserver.hpp.mako | 52 _context(), path, interface, _vtable, this) 95 sdbusplus::async::context& _context()
|
/openbmc/phosphor-mboxd/test/ |
H A D | write_flash.c | 57 struct mbox_context _context, *context = &_context; in main() local
|
/openbmc/hiomapd/test/ |
H A D | flash_write.c | 60 struct mbox_context _context, *context = &_context; in main() local
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 188 self._context: Optional[SimpleNamespace] = None 228 self._context = super().ensure_directories(env_dir) 229 return self._context 234 assert self._context is not None 235 self.post_post_setup(self._context) 270 ret = getattr(self._context, field)
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 283 if m not in bb.utils._context: 284 bb.utils._context[m] = __import__(m) 290 bb.utils._context[self.namespace] = __import__(self.namespace) 291 toimport = getattr(bb.utils._context[self.namespace], "BBIMPORTS", []) 293 bb.utils._context[self.namespace] = __import__(self.namespace + "." + i) 294 mod = getattr(bb.utils._context[self.namespace], i)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | devshell.bbclass | 79 _context = { 91 i = code.InteractiveInterpreter(locals=_context)
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 290 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument 291 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, } 292 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument 293 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, } 294 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument 296 .context = _context, .min_size = sizeof(_struct), } 297 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument 299 .context = _context, .min_size = sizeof(_struct), }
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 52 return _context 56 _context = ctx 59 _context = clean_context() variable
|
H A D | build.py | 411 cls_obj = functools.reduce(resolve, cls.split("."), bb.utils._context)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | codeparser.py | 195 self.context = bb.utils._context
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-3.7.1.min.map | 1 …rator","check","result","what","_argument","simple","forward","ofType","_context","xml","outerCach…
|