Home
last modified time | relevance | path

Searched refs:pdict (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/authz/
H A Dlistfile.c57 QDict *pdict; in qauthz_list_file_load() local
73 pdict = qobject_to(QDict, obj); in qauthz_list_file_load()
74 if (!pdict) { in qauthz_list_file_load()
83 NULL, pdict, v, errp); in qauthz_list_file_load()
/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp126 std::map<std::string, ipmi::Value> pdict{}; in registerGUIDChangeCallback() local
127 m.read(iface, pdict); in registerGUIDChangeCallback()
132 auto guidStr = std::get<std::string>(pdict.at("UUID")); in registerGUIDChangeCallback()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1219 def bind(self,pdict): argument
1221 self.callable = pdict[self.func]
1242 def bind(self,pdict): argument
1244 self.callable = pdict[self.func]
1872 def bind_callables(self,pdict): argument
1874 p.bind(pdict)
2765 def __init__(self,pdict,log=None): argument
2766 self.pdict = pdict
2862 self.start = self.pdict.get('start')
2872 self.error_func = self.pdict.get('p_error')
[all …]