Searched refs:tempbuf (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/board/keymile/common/ |
H A D | ivm.c | 46 char tempbuf[256]; in ivm_set_value() local 49 sprintf(tempbuf, "%s=%s", name, value); in ivm_set_value() 50 return set_local_var(tempbuf, 0); in ivm_set_value()
|
/openbmc/linux/drivers/sbus/char/ |
H A D | envctrl.c | 987 char tempbuf[10]; in kenvctrld() local 1008 tempbuf)) { in kenvctrld() 1009 if (tempbuf[0] >= shutdown_temperature) { in kenvctrld() 1014 tempbuf[0], shutdown_temperature); in kenvctrld()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 545 char tempbuf[100]; in rtllib_wx_set_encode_ext() local 547 memset(tempbuf, 0x00, 100); in rtllib_wx_set_encode_ext() 548 sprintf(tempbuf, "%s", module); in rtllib_wx_set_encode_ext() 549 request_module("%s", tempbuf); in rtllib_wx_set_encode_ext()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda.h | 92 struct coda_aux_buf tempbuf; member
|
H A D | coda-common.c | 2830 coda_write(dev, dev->tempbuf.paddr, in coda_hw_init() 3250 ret = coda_alloc_aux_buf(dev, &dev->tempbuf, in coda_probe() 3321 coda_free_aux_buf(dev, &dev->tempbuf); in coda_remove()
|