Home
last modified time | relevance | path

Searched refs:_syscall5 (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dllseek.c65 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() function
/external/e2fsprogs/lib/blkid/
Dllseek.c64 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() function
/external/grub/lib/
Ddevice.c881 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in write_to_partition()
/external/grub/grub/
Dasmstub.c946 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in biosdisk()
/external/kernel-headers/original/asm-arm/
Dunistd.h489 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ macro