Searched refs:cleanup (Results 201 - 225 of 443) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c879 goto cleanup;
886 goto cleanup;
893 goto cleanup;
901 cleanup:
/freebsd-10.0-release/crypto/openssh/
H A Dcipher-3des1.c177 ssh1_3des.cleanup = ssh1_3des_cleanup;
H A Dcipher-aes.c153 rijndal_cbc.cleanup = ssh_rijndael_cleanup;
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_name.c531 goto cleanup;
548 goto cleanup;
552 goto cleanup;
560 cleanup:
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_private.h223 __cup.prev = (td)->cleanup; \
224 (td)->cleanup = &__cup;
227 (td)->cleanup = __cup.prev; \
491 struct pthread_cleanup *cleanup; member in struct:pthread
/freebsd-10.0-release/secure/lib/libssh/
H A DMakefile10 cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
/freebsd-10.0-release/sys/amd64/vmm/io/
H A Diommu.c63 (*ops->cleanup)();
/freebsd-10.0-release/sys/dev/cm/
H A Dsmc90cx6.c515 goto cleanup;
547 goto cleanup;
553 goto cleanup;
576 cleanup:
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h85 void (*cleanup)(struct intel_ring_buffer *ring); member in struct:intel_ring_buffer
/freebsd-10.0-release/sys/dev/wbwd/
H A Dwbwd.c584 goto cleanup;
602 goto cleanup;
606 goto cleanup;
631 cleanup:
/freebsd-10.0-release/usr.bin/svn/svn/
H A DMakefile12 cl-conflicts.c cleanup-cmd.c commit-cmd.c conflict-callbacks.c \
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dlib.h155 void cleanup(int);
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Dlibatf-sh.subr374 # atf_test_case tc-name cleanup
378 # <tc-name>_body. If cleanup is set to 'cleanup', then this also expects
385 if [ "${2}" = cleanup ]; then
390 _atf_error 1 'Test case ${1} declared without a cleanup routine'; }"
561 atf_set has.cleanup "true"
584 if [ "${_tcpart}" != body -a "${_tcpart}" != cleanup ]; then
616 cleanup)
618 ${_tcname}_cleanup || _atf_error 128 "The test case cleanup" \
644 # Returns a boolean indicating if the given test case has a cleanup
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgcore.c44 struct cleanup *old_chain;
73 /* Need a cleanup that will close the file (FIXME: delete it?). */
448 struct cleanup *old_chain = NULL;
H A Dsolib-sunos.c378 struct cleanup *old_chain = make_cleanup (xfree, new);
701 struct cleanup *old_chain;
H A Dstack.c226 struct cleanup *old_chain, *list_chain;
429 struct cleanup *uiout_cleanup
543 struct cleanup *old_chain;
544 struct cleanup *list_chain;
654 struct cleanup *args_list_chain;
726 struct cleanup *tmp_cleanup;
1253 struct cleanup *old_chain = (struct cleanup *) NULL;
H A Dui-out.c362 struct cleanup *
428 static struct cleanup *
439 struct cleanup *
447 struct cleanup *
513 struct cleanup *old_cleanup = make_cleanup (xfree, buffer);
622 struct cleanup *
H A Dbreakpoint.c610 struct cleanup *cleanups = make_cleanup (xfree, tmpbuf);
1042 struct cleanup *cleanups = make_cleanup (xfree, message);
1074 struct cleanup *cleanups = make_cleanup (xfree, prefix);
1203 struct cleanup *old_chain = save_inferior_ptid ();
1368 struct cleanup *old_chain = save_inferior_ptid ();
2027 struct cleanup *old_chain;
2053 struct cleanup *this_cmd_tree_chain;
2116 struct cleanup *old_chain, *ui_out_chain;
2711 struct cleanup *cleanups = make_cleanup (xfree, message);
2786 struct cleanup *cleanup
[all...]
H A Dtracepoint.c156 static struct cleanup *make_cleanup_free_actions (struct tracepoint *t);
338 struct cleanup *old_chain;
817 struct cleanup *old_chain;
914 struct cleanup *old_chain = NULL;
1052 static struct cleanup *
1555 struct cleanup *old_chain = NULL;
1556 struct cleanup *old_chain1 = NULL;
1724 struct cleanup *old_chain = NULL;
2102 struct cleanup *old_chain;
2470 /* worker function (cleanup) */
[all...]
H A Dinfcmd.c589 struct cleanup *cleanups = 0;
1064 struct cleanup *old_chain;
1148 struct cleanup *cleanups;
1152 cleanups = (struct cleanup *) arg->next->next->data.pointer;
1192 struct cleanup *old_chain;
/freebsd-10.0-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_drv_freebsd.c368 goto cleanup;
467 cleanup:
/freebsd-10.0-release/sys/rpc/
H A Dsvc.c160 struct svcxprt_list cleanup; local
162 TAILQ_INIT(&cleanup);
168 TAILQ_INSERT_TAIL(&cleanup, xprt, xp_link);
179 TAILQ_FOREACH_SAFE(xprt, &cleanup, xp_link, nxprt) {
921 struct svcxprt_list cleanup; local
923 TAILQ_INIT(&cleanup);
935 TAILQ_INSERT_TAIL(&cleanup, xprt, xp_link);
940 TAILQ_FOREACH_SAFE(xprt, &cleanup, xp_link, nxprt) {
/freebsd-10.0-release/usr.sbin/pkg_install/info/
H A Dperform.c43 signal(SIGINT, cleanup);
241 cleanup(int sig) function
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c340 goto cleanup;
352 goto cleanup;
358 goto cleanup;
365 goto cleanup;
371 goto cleanup;
375 cleanup:
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dconfig_file.c938 goto cleanup;
943 goto cleanup;
948 goto cleanup;
956 goto cleanup;
961 cleanup:

Completed in 175 milliseconds

1234567891011>>