HomeSort by: relevance | last modified time | path
    Searched defs:remove (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/stdio/
remove.c 1 /* $NetBSD: remove.c,v 1.14 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: remove.c,v 1.14 2012/03/15 18:22:30 christos Exp $");
53 remove(const char *file) function in typeref:typename:int
  /src/usr.bin/make/unit-tests/
archive.mk 17 # The following targets create and remove files. The filesystem cache in
20 @${MAKE} -f ${MAKEFILE} remove-archive
30 @${MAKE} -f ${MAKEFILE} remove-archive
78 remove-archive: pre post
  /src/sys/dev/pci/cxgb/
cxgb_offload.h 79 void (*remove) (struct toedev *); member in struct:cxgb_client
  /src/sys/external/bsd/drm2/include/linux/
i2c.h 164 int (*remove)(struct i2c_client *); member in struct:i2c_driver
  /src/sys/external/bsd/vchiq/dist/interface/vchi/
vchi_common.h 171 void *remove; member in struct:__anonbe1bcfc30508
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 475 /* Remove all services */
629 printf("%s: [REMOVE SERVICE] handle = %08x\n", __func__, handle);
829 int remove; local in function:vchiq_ioctl
831 remove = instance->completion_remove;
839 if (remove == instance->completion_insert)
843 remove & (MAX_COMPLETIONS - 1)];
927 ** before advancing the remove pointer. */
930 instance->completion_remove = ++remove;
vchiq_core.h 262 int remove; /* Bulk to notify the local client of, and remove, member in struct:vchiq_bulk_queue_struct

Completed in 45 milliseconds