Searched defs:remove (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/stdio/
H A Dremove.c1 /* $OpenBSD: remove.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
40 remove(const char *file) function
/bionic/libc/kernel/common/linux/
H A Dtransport_class.h32 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class
36 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
H A Dplatform_device.h35 int (*remove)(struct platform_device *); member in struct:platform_driver
H A Dsysdev.h45 int (*remove)(struct sys_device *); member in struct:sysdev_driver
H A Ddevice.h60 int (*remove)(struct device * dev); member in struct:bus_type
87 int (*remove) (struct device * dev); member in struct:device_driver
164 void (*remove) (struct class_device *, struct class_interface *); member in struct:class_interface
H A Dnfs_xdr.h604 int (*remove) (struct inode *, struct qstr *); member in struct:nfs_rpc_ops
/bionic/libc/tzcode/
H A Dprivate.h209 ** SunOS 4.1.1 libraries lack remove.
212 #ifndef remove
214 #define remove unlink macro
215 #endif /* !defined remove */
/bionic/libc/kernel/common/linux/mmc/
H A Dcard.h107 void (*remove)(struct mmc_card *); member in struct:mmc_driver
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h141 void (*remove)(struct mtd_info *mtd); member in struct:mtd_notifier

Completed in 204 milliseconds