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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsys_parisc32.c227 u32 lenhi, u32 lenlo)
230 ((loff_t)lenhi << 32) | lenlo);
226 compat_sys_fallocate(int fd, int mode, u32 offhi, u32 offlo, u32 lenhi, u32 lenlo) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsys_sparc32.c501 unsigned long lenhi, unsigned long lenlo,
506 (lenhi << 32) | lenlo,
583 u32 lenhi, u32 lenlo)
586 ((loff_t)lenhi << 32) | lenlo);
499 compat_sys_fadvise64_64(int fd, unsigned long offhi, unsigned long offlo, unsigned long lenhi, unsigned long lenlo, int advice) argument
582 compat_sys_fallocate(int fd, int mode, u32 offhi, u32 offlo, u32 lenhi, u32 lenlo) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsys_ppc32.c567 u32 lenhi, u32 lenlo)
570 ((loff_t)lenhi << 32) | lenlo);
566 compat_sys_fallocate(int fd, int mode, u32 offhi, u32 offlo, u32 lenhi, u32 lenlo) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_init.c1523 uint8_t lenlo, lenhi; local
1542 lenlo = vpd[index];
1546 i = ((((unsigned short)lenhi) << 8) + lenlo);
1551 lenlo = vpd[index];
1555 Length = ((((unsigned short)lenhi) << 8) + lenlo);

Completed in 82 milliseconds