Searched refs:sstr (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | helper.h | 26 DEF_HELPER_2(sstr, void, env, i32)
|
H A D | translate.c | 1690 STRING(sstr); in trans_SSTR()
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | uaccess.h | 267 __must_check long strnlen_user(const char __user *sstr, long len);
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 400 std::string sstr; in strToBytes() local 405 sstr = str.substr(i * 2, 2); in strToBytes() 406 data[i] = (uint8_t)std::strtol(sstr.c_str(), NULL, 16); in strToBytes()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | fc.c | 2804 __nvme_fc_parse_u64(substring_t *sstr, u64 *val) in __nvme_fc_parse_u64() argument 2808 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | fc.c | 3622 __nvme_fc_parse_u64(substring_t *sstr, u64 *val) in __nvme_fc_parse_u64() argument 3626 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
|