Home
last modified time | relevance | path

Searched refs:lenlo (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/sparc/kernel/
Dsys_sparc32.c215 u32, lenhi, u32, lenlo, int, advice) in COMPAT_SYSCALL_DEFINE6() argument
219 ((u64)lenhi << 32) | lenlo, in COMPAT_SYSCALL_DEFINE6()
233 u32, lenhi, u32, lenlo) in COMPAT_SYSCALL_DEFINE6() argument
236 ((loff_t)lenhi << 32) | lenlo); in COMPAT_SYSCALL_DEFINE6()
Dsystbls.h88 unsigned lenhi, unsigned lenlo,
95 u32 lenhi, u32 lenlo);
/linux-6.1.9/arch/parisc/kernel/
Dsys_parisc.c376 u32 lenhi, u32 lenlo) in parisc_fallocate() argument
379 ((u64)lenhi << 32) | lenlo); in parisc_fallocate()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_init.c2372 uint8_t lenlo, lenhi; in lpfc_parse_vpd() local
2391 lenlo = vpd[index]; in lpfc_parse_vpd()
2395 i = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()
2400 lenlo = vpd[index]; in lpfc_parse_vpd()
2404 Length = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd()