Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/freebsd-9-stable/sys/dev/drm/
Dmga_irq.c61 int handled = 0; in mga_driver_irq_handler() local
70 handled = 1; in mga_driver_irq_handler()
90 handled = 1; in mga_driver_irq_handler()
93 if (handled) in mga_driver_irq_handler()
Dvia_irq.c116 int handled = 0; in via_driver_irq_handler() local
139 handled = 1; in via_driver_irq_handler()
146 handled = 1; in via_driver_irq_handler()
160 if (handled) in via_driver_irq_handler()
/freebsd-9-stable/contrib/ntp/libntp/
Dsyssignal.c157 BOOL handled; in console_event_handler() local
161 handled = TRUE; in console_event_handler()
163 handled = FALSE; in console_event_handler()
166 return handled; in console_event_handler()
/freebsd-9-stable/sys/mips/nlm/
Dcms.c303 int hwtid, vc, handled, nmsgs; in msgring_process() local
328 handled = 0; in msgring_process()
332 handled += nmsgs; in msgring_process()
334 } while (handled); in msgring_process()
/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-error.c167 int handled = 0; in __cvmx_error_decode() local
186 handled += __cvmx_error_decode(h); in __cvmx_error_decode()
204 handled += h->func(h); in __cvmx_error_decode()
207 return handled; in __cvmx_error_decode()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r271432-clang-r205331-debug-info-crash.diff4 previously not handled at all.
29 +// Test that indirect field decls are handled gracefully.
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_cert_store.pod27 via lookup methods, handled inside the X509_STORE. From the X509_STORE
30 Typically the trusted certificate store is handled indirectly via using
DSSL_CTX_set_default_passwd_cb.pod36 on the application. If only one private key is handled, it can be practical
38 keys have to be handled, it can be practical to ask for the password once,
DSSL_CTX_set_info_callback.pod45 If an alert is handled, SSL_CB_ALERT is set and B<ret> specifies the alert
110 about alerts being handled and error messages to the B<bio_err> BIO.
/freebsd-9-stable/sys/boot/powerpc/ps3/
Dldscript.powerpc15 /* .gnu.warning sections are handled specially by elf32.em. */
47 /* .gnu.warning sections are handled specially by elf32.em. */
/freebsd-9-stable/sys/kern/
Dsubr_kdb.c613 int handled; in kdb_trap() local
651 handled = be->dbbe_trap(type, code); in kdb_trap()
671 return (handled); in kdb_trap()
/freebsd-9-stable/contrib/gdb/gdb/
Dinfttrace.c357 int handled; /* 1 if a buffered event was handled. */ member
616 new_p->handled = 0; in create_thread_info()
1045 p->handled = 1; in set_handled()
1057 return p->handled; in was_handled()
1078 p->handled = 0; in clear_handled()
1095 p->handled = 0; in clear_all_handled()
1100 p->handled = 0; in clear_all_handled()
1181 if (p->handled) in print_tthread()
3855 if (!p->handled) in thread_dropping_event_check()
3957 p->handled = 1; in threads_continue_all_but_one()
[all …]
/freebsd-9-stable/contrib/bmake/unit-tests/
Dorder3 # Test that .ORDER is handled correctly.
/freebsd-9-stable/contrib/file/magic/Magdir/
Dvax11 # executables, and are handled in aout)
Djpeg45 # Recursion handled by FFE0
75 # Recursion handled by FFE0
Djava5 # same magic number, 0xcafebabe, so they are both handled
Dbsdi6 # in other OSes; those are handled by entries in aout.
/freebsd-9-stable/crypto/openssl/crypto/dso/
DREADME14 (b) be handled by default using the default DSO_METHOD's converter
/freebsd-9-stable/sys/boot/ia64/ski/
Dldscript.ia6411 /* .gnu.warning sections are handled specially by elf32.em. */
/freebsd-9-stable/sys/boot/i386/efi/
Dldscript.i38614 /* .gnu.warning sections are handled specially by elf32.em. */
Dldscript.amd6417 /* .gnu.warning sections are handled specially by elf32.em. */
/freebsd-9-stable/sys/conf/
Doptions.amd6416 # they are handled like options for static filesystems
/freebsd-9-stable/crypto/openssl/
DREADME.ASN128 4. The code for the ASN1 IMPLICIT tag is evil. It is handled by temporarily
44 9. The ASN1 CHOICE type has to be largely handled manually, there aren't any
79 these can be handled in any order.
/freebsd-9-stable/sys/boot/arm/at91/boot0/
Dlinker.cfg36 /* .gnu.warning sections are handled specially by elf32.em. */
/freebsd-9-stable/crypto/openssh/contrib/solaris/
DREADME8 be handled correctly and key are defered until the first time the sshd

12345678910>>...13