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

/bionic/libc/arch-mips/syscalls/
H A Dshutdown.S4 .globl shutdown
6 .ent shutdown
8 shutdown: label
22 .end shutdown
/bionic/libc/arch-arm/syscalls/
H A Dshutdown.S5 ENTRY(shutdown) function
14 END(shutdown)
/bionic/libc/arch-x86/syscalls/
H A Dshutdown.S5 .type shutdown, @function
6 .globl shutdown
9 shutdown: label
/bionic/libc/kernel/common/linux/
H A Dplatform_device.h36 void (*shutdown)(struct platform_device *); member in struct:platform_driver
H A Dsysdev.h27 int (*shutdown)(struct sys_device *); member in struct:sysdev_class
46 int (*shutdown)(struct sys_device *); member in struct:sysdev_driver
H A Dirq.h65 void (*shutdown)(unsigned int irq); member in struct:irq_chip
H A Ddevice.h61 void (*shutdown)(struct device * dev); member in struct:bus_type
89 void (*shutdown) (struct device * dev); member in struct:device_driver
/bionic/libc/kernel/common/linux/sunrpc/
H A Dxprt.h129 unsigned char shutdown : 1, member in struct:rpc_xprt
/bionic/libc/unistd/
H A Dsocketcalls.c193 int shutdown(int socket, int how) function
/bionic/libc/include/sys/
H A Dsocket.h64 /* BIONIC: second argument to shutdown() */
268 __socketcall int shutdown(int, int);
/bionic/libc/arch-arm/
H A Dsyscalls.mk163 syscall_src += arch-arm/syscalls/shutdown.S
/bionic/libc/arch-mips/
H A Dsyscalls.mk166 syscall_src += arch-mips/syscalls/shutdown.S
/bionic/libc/arch-x86/
H A Dsyscalls.mk167 syscall_src += arch-x86/syscalls/shutdown.S

Completed in 183 milliseconds