Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/
H A Dsnmp_notification.cpp30 auto ltmp = std::get<int32_t>(val); in addPDUVar() local
32 &ltmp, sizeof(ltmp)); in addPDUVar()
37 auto ltmp = std::get<uint32_t>(val); in addPDUVar() local
39 &ltmp, sizeof(ltmp)); in addPDUVar()
44 auto ltmp = std::get<uint64_t>(val); in addPDUVar() local
46 &ltmp, sizeof(ltmp)); in addPDUVar()
/openbmc/u-boot/env/
H A Dflash.c197 ulong ltmp = end_addr; in env_flash_save() local
203 end_addr_new = ltmp; in env_flash_save()
315 ulong ltmp = end_addr; in env_flash_load() local
321 end_addr_new = ltmp; in env_flash_load()
/openbmc/linux/drivers/scsi/
H A Dst.c2707 long ltmp; in st_int_ioctl() local
2752 ltmp = (-arg); in st_int_ioctl()
2753 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2754 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2755 cmd[4] = ltmp; in st_int_ioctl()
2776 ltmp = (-arg); in st_int_ioctl()
2777 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2778 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2779 cmd[4] = ltmp; in st_int_ioctl()
2800 ltmp = (-arg); in st_int_ioctl()
[all …]