Searched refs:hostbuf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_mem_ops.c | 45 u8 *hostbuf, u32 len) in octeon_pci_fastwrite() argument 48 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite() 55 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite() 57 hostbuf += 8; in octeon_pci_fastwrite() 64 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite() 69 u8 *hostbuf, u32 len) in octeon_pci_fastread() argument 72 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread() 79 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread() 81 hostbuf += 8; in octeon_pci_fastread() 88 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
| H A D | 0001-dns_hosts-Fix-build-with-musl.patch | 56 @@ -101,7 +108,7 @@ static char hostbuf[8*1024];
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-7 | 5443 struct hostent *hostbuf, *hp; 5449 hostbuf = malloc (sizeof (struct hostent)); 5453 while ((res = gethostbyname_r (host, hostbuf, tmphstbuf, hstbuflen,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-7 | 5443 struct hostent *hostbuf, *hp; 5449 hostbuf = malloc (sizeof (struct hostent)); 5453 while ((res = gethostbyname_r (host, hostbuf, tmphstbuf, hstbuflen,
|