Searched refs:add_byte (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 96 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) in add_byte() function 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT() 259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 297 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 327 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 332 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 339 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 193 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 223 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 228 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 235 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | prim_ops.h | 53 u8 add_byte (u8 d, u8 s);
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | prim_ops.c | 348 u8 add_byte(u8 d, u8 s) in add_byte() function
|
H A D | ops.c | 90 add_byte, /* 00 */
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 3253 destval = add_byte(destval, *srcreg); 3337 *destreg = add_byte(*destreg, srcval); 6929 - add_byte, /* 00 */ 6938 + add_byte, /* 00 */ 7118 - add_byte, /*00 */ 7127 + add_byte, /*00 */ 14990 -u8 add_byte(u8 d, u8 s) 14992 +add_byte(u8 d, u8 s) 21180 -u8 add_byte (u8 d, u8 s); 21270 + u8 add_byte(u8 d, u8 s);
|