Searched refs:pstr (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
| H A D | test_patch.py | 69 ("Current", pe.pstr), 85 ("Current", pe.pstr), 99 ("Current", pe.pstr),
|
| /openbmc/qemu/util/ |
| H A D | qemu-thread-win32.c | 59 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 D | syscalls.c | 54 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 D | pldm_platform_cmd.cpp | 791 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()
|