Home
last modified time | relevance | path

Searched refs:pstr (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_patch.py69 ("Current", pe.pstr),
85 ("Current", pe.pstr),
99 ("Current", pe.pstr),
/openbmc/qemu/util/
H A Dqemu-thread-win32.c59 char *pstr; in error_exit() local
62 NULL, err, 0, (LPTSTR)&pstr, 2, NULL); in error_exit()
63 fprintf(stderr, "qemu: %s: %s\n", msg, pstr); in error_exit()
64 LocalFree(pstr); in error_exit()
/openbmc/qemu/semihosting/
H A Dsyscalls.c54 static int validate_lock_user_string(char **pstr, CPUState *cs, in validate_lock_user_string() argument
65 *pstr = str; in validate_lock_user_string()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp791 auto pstr = std::to_string(s); in getStateSetPossibleStateNames() local
813 data.push_back(stateNameMaps.at(s) + "(" + pstr + ")"); in getStateSetPossibleStateNames()
817 data.push_back(pstr); in getStateSetPossibleStateNames()