Searched refs:cleanup (Results 101 - 125 of 443) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_impl.h100 void (*cleanup)(pam_handle_t *, void *, int); member in struct:pam_data
/freebsd-10.0-release/crypto/openssh/
H A Dmd-sha256.c78 ssh_sha256.cleanup = ssh_sha256_cleanup;
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Ddigest.c275 if (ctx->digest->cleanup)
277 ctx->digest->cleanup(ctx);
383 if (ctx->digest && ctx->digest->cleanup
385 ctx->digest->cleanup(ctx);
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c36 static void cleanup P((void));
135 cleanup();
137 for (; 0 < argc; cleanup(), ++argv, --argc) {
240 cleanup() function
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c148 static void cleanup P((void));
309 cleanup();
313 for (; 0 < argc; cleanup(), ++argv, --argc) {
441 cleanup() function
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_exit.c124 while (curthread->cleanup != NULL) {
/freebsd-10.0-release/libexec/rpc.rquotad/
H A Drquotad.c45 cleanup(int sig) function
68 (void)signal(SIGINT, cleanup);
69 (void)signal(SIGTERM, cleanup);
70 (void)signal(SIGHUP, cleanup);
/freebsd-10.0-release/share/examples/sunrpc/sort/
H A DMakefile34 clean cleanup:
/freebsd-10.0-release/sys/amd64/vmm/io/
H A Diommu.h48 iommu_cleanup_func_t cleanup; member in struct:iommu_ops
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Dahc_isa.c161 goto cleanup;
183 goto cleanup;
187 goto cleanup;
202 cleanup:
/freebsd-10.0-release/tools/tools/pciroms/
H A Dpciroms.c140 goto cleanup;
147 cleanup:
323 goto cleanup;
330 cleanup:
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_client/
H A DMakefile10 SRCS= add.c blame.c cat.c changelist.c checkout.c cleanup.c \
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_wc/
H A DMakefile11 ambient_depth_filter_editor.c cleanup.c conflicts.c \
/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dfifolog_write.h47 int cleanup; member in struct:fifolog_writer
/freebsd-10.0-release/usr.sbin/pkg_install/create/
H A Dpl.c122 cleanup(0); \
155 cleanup(0);
228 cleanup(0);
270 cleanup(0);
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dtip.c140 (void)signal(SIGINT, cleanup);
141 (void)signal(SIGQUIT, cleanup);
142 (void)signal(SIGHUP, cleanup);
143 (void)signal(SIGTERM, cleanup);
210 cleanup(0);
215 cleanup(0);
258 cleanup(int signo) function
/freebsd-10.0-release/sys/dev/hyperv/netvsc/
H A Dhv_rndis_filter.c408 goto cleanup;
422 goto cleanup;
432 goto cleanup;
441 cleanup:
491 goto cleanup;
505 goto cleanup;
530 cleanup:
554 goto cleanup;
573 goto cleanup;
588 cleanup
[all...]
/freebsd-10.0-release/sys/dev/hyperv/vmbus/
H A Dhv_channel.c181 goto cleanup;
186 goto cleanup;
197 cleanup:
401 goto cleanup;
420 goto cleanup;
426 goto cleanup;
430 cleanup:
463 goto cleanup;
482 goto cleanup;
486 cleanup
[all...]
H A Dhv_hv.c222 goto cleanup;
241 goto cleanup;
255 goto cleanup;
268 goto cleanup;
285 cleanup:
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c213 goto cleanup;
218 goto cleanup;
288 goto cleanup;
322 goto cleanup;
326 cleanup:
/freebsd-10.0-release/usr.sbin/pkg_install/delete/
H A Dperform.c170 cleanup(0);
316 cleanup(0);
351 cleanup(0);
370 cleanup(0);
377 cleanup(int sig) function
/freebsd-10.0-release/usr.sbin/watch/
H A Dwatch.c59 static void cleanup(int);
172 cleanup(int signo __unused) function
332 signal(SIGINT, cleanup);
407 cleanup(-1);
417 cleanup(-1);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dthread.c263 struct cleanup *cleanup_chain;
517 static struct cleanup *
539 struct cleanup *old_chain;
540 struct cleanup *saved_cmd_cleanup_chain;
580 struct cleanup *old_chain;
581 struct cleanup *saved_cmd_cleanup_chain;
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c131 set_terminate_cleanup(void (*cleanup)(void)) argument
133 terminate_cleanup = cleanup;

Completed in 212 milliseconds

1234567891011>>