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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/core/linux/
H A Dlinux_syscall.S9 .globl linux_syscall
10 .type linux_syscall, @function
12 linux_syscall: label
33 .size linux_syscall, . - linux_syscall
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/linux/
H A Dlinux_api.c33 return linux_syscall ( __NR_open, pathname, flags );
37 return linux_syscall ( __NR_close, fd );
41 return linux_syscall ( __NR_read, fd, buf, count );
46 return linux_syscall ( __NR_write, fd, buf, count );
57 return linux_syscall ( __NR_fcntl, fd, cmd, arg );
68 return linux_syscall ( __NR_ioctl, fd, request, arg );
72 return linux_syscall ( __NR_poll, fds, nfds, timeout );
76 return linux_syscall ( __NR_nanosleep, req, rem );
89 return linux_syscall ( __NR_gettimeofday, tv, tz );
94 return ( void * ) linux_syscall ( __SYSCALL_mma
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/linux/
H A Dlinux_syscall.S9 .globl linux_syscall
10 .type linux_syscall, @function
12 linux_syscall: label
45 .size linux_syscall, . - linux_syscall
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dlinux_api.h51 extern long linux_syscall ( int number, ... );

Completed in 68 milliseconds