Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/arch-arm/syscalls/
Dshutdown.S5 .type shutdown, #function
6 .globl shutdown symbol
10 shutdown: label
/bionic/libc/arch-x86/syscalls/
Dshutdown.S5 .type shutdown, @function
6 .globl shutdown symbol
9 shutdown: label
/bionic/libc/kernel/common/linux/
Dsysdev.h23 int (*shutdown)(struct sys_device *); member
41 int (*shutdown)(struct sys_device *); member
Dplatform_device.h30 void (*shutdown)(struct platform_device *); member
Dirq.h57 void (*shutdown)(unsigned int irq); member
Ddevice.h53 void (*shutdown)(struct device * dev); member
82 void (*shutdown) (struct device * dev); member
/bionic/libc/include/sys/
Dsocket.h71 __socketcall int shutdown(int, int);
Dlinux-unistd.h157 int shutdown (int, int);
172 int shutdown (int, int);
/bionic/libc/kernel/common/linux/sunrpc/
Dxprt.h120 unsigned char shutdown : 1, member
/bionic/libc/unistd/
Dsocketcalls.c193 int shutdown(int socket, int how) in shutdown() function
/bionic/libc/
DSYSCALLS.TXT197 int shutdown(int, int) 293,-1
214 int shutdown:socketcall:13(int, int) -1,102,-1
/bionic/libc/arch-arm/
Dsyscalls.mk143 syscall_src += arch-arm/syscalls/shutdown.S
/bionic/libc/arch-x86/
Dsyscalls.mk146 syscall_src += arch-x86/syscalls/shutdown.S