Searched refs:destroy (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c107 local int destroy OF((gz_stream *s));
156 return destroy(s), (gzFile)Z_NULL;
176 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
189 return destroy(s), (gzFile)Z_NULL;
202 return destroy(s), (gzFile)Z_NULL;
211 return destroy(s), (gzFile)Z_NULL;
382 local int destroy (s) function
992 return destroy((gz_stream*)file);
998 return destroy((gz_stream*)file);
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h660 #define IF_CLONE_INITIALIZER(name, create, destroy, minifs, maxunit) { \
662 create, destroy \
H A Ddlil.c1417 goto destroy;
1431 destroy:
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c3604 int destroy; local
3610 destroy = (req->r_refs == 0);
3612 if (destroy)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c8161 * Attempt to destroy the probes associated with this provider.
8318 * Attempt to destroy the probes associated with this provider.
12088 * Iterate over all retained enablings, destroy the enablings retained
14429 * Now we can safely disable and destroy any enabled probes. Because
15397 int i, gen, rv, nhelpers = 0, nprovs = 0, destroy = 1;
15515 destroy = 0;
15519 if (destroy)
19349 * We don't destroy the task queue until after we have dropped our

Completed in 62 milliseconds