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

/linux-master/arch/sparc/kernel/
H A Dsystbls.h88 unsigned lenhi, unsigned lenlo,
95 u32 lenhi, u32 lenlo);
H A Dsys_sparc32.c215 u32, lenhi, u32, lenlo, int, advice)
219 ((u64)lenhi << 32) | lenlo,
233 u32, lenhi, u32, lenlo)
236 ((loff_t)lenhi << 32) | lenlo);
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c285 u32 lenhi, u32 lenlo)
288 ((u64)lenhi << 32) | lenlo);
284 parisc_fallocate(int fd, int mode, u32 offhi, u32 offlo, u32 lenhi, u32 lenlo) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c2376 uint8_t lenlo, lenhi; local
2397 lenhi = vpd[index];
2399 i = ((((unsigned short)lenhi) << 8) + lenlo);
2406 lenhi = vpd[index];
2408 Length = ((((unsigned short)lenhi) << 8) + lenlo);

Completed in 185 milliseconds