Searched refs:add_byte (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 110 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) in add_byte() function 268 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT() 273 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 283 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 288 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 293 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
|
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 197 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 227 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 232 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 239 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|