Searched refs:add_byte (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
H A Dcpqphp_nvram.c110 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) add_byte() function
268 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); store_HRT()
273 rc = add_byte(&pFill, 1, &usedbytes, &available); store_HRT()
283 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); store_HRT()
288 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); store_HRT()
293 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); store_HRT()
/linux-4.4.14/scripts/kconfig/
H A Dconfdata.c197 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) add_byte() function
227 if (add_byte(c, &line, slen, n) < 0) compat_getline()
232 if (add_byte('\0', &line, slen, n) < 0) compat_getline()
239 if (add_byte(c, &line, slen, n) < 0) compat_getline()

Completed in 200 milliseconds