Searched refs:add_byte (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/pci/hotplug/ |
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()
|
/linux-6.1.9/scripts/kconfig/ |
D | confdata.c | 290 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 320 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 325 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 332 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|