Searched refs:shutdown (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/arch-arm/syscalls/ |
D | shutdown.S | 5 .type shutdown, #function 6 .globl shutdown symbol 10 shutdown: label
|
/bionic/libc/arch-x86/syscalls/ |
D | shutdown.S | 5 .type shutdown, @function 6 .globl shutdown symbol 9 shutdown: label
|
/bionic/libc/kernel/common/linux/ |
D | sysdev.h | 23 int (*shutdown)(struct sys_device *); member 41 int (*shutdown)(struct sys_device *); member
|
D | platform_device.h | 30 void (*shutdown)(struct platform_device *); member
|
D | irq.h | 57 void (*shutdown)(unsigned int irq); member
|
D | device.h | 53 void (*shutdown)(struct device * dev); member 82 void (*shutdown) (struct device * dev); member
|
/bionic/libc/include/sys/ |
D | socket.h | 71 __socketcall int shutdown(int, int);
|
D | linux-unistd.h | 157 int shutdown (int, int); 172 int shutdown (int, int);
|
/bionic/libc/kernel/common/linux/sunrpc/ |
D | xprt.h | 120 unsigned char shutdown : 1, member
|
/bionic/libc/unistd/ |
D | socketcalls.c | 193 int shutdown(int socket, int how) in shutdown() function
|
/bionic/libc/ |
D | SYSCALLS.TXT | 197 int shutdown(int, int) 293,-1 214 int shutdown:socketcall:13(int, int) -1,102,-1
|
/bionic/libc/arch-arm/ |
D | syscalls.mk | 143 syscall_src += arch-arm/syscalls/shutdown.S
|
/bionic/libc/arch-x86/ |
D | syscalls.mk | 146 syscall_src += arch-x86/syscalls/shutdown.S
|